[softwarelist] Re: Transloaders

Dave Symes wrote:
In article <4482A667.6030200@xxxxxxxx>,
   Clive Bonsall <C.Bonsall@xxxxxxxx> wrote:
Dave Symes wrote:

[Snip]

In VRPC if I drop a PNG file into an OP2.77 frame I get the error message: "Shared C library is out of date". If I then open !Boot.Resources.!System.310.Modules and double-left-click the CLib module ... and then drop a PNG file into an OP frame, it loads!

Can someone explain that to me???

Clive, That's probably because, even though you have the later version of Clib in ....310 Modules, the one in ROM is still active.

In ...!Boot.Resources.!System.!Run add the line:

If Boot$OSVersion >= 310 Then RMEnsure SharedCLibrary 5.17 RMLoad
System:Modules.CLib
Cheers
Dave S

That's done it, thanks. It hadn't occurred to me that the emulator would have a "ROM", which I tend to think of as hardware.


I'm still curious to know why PNG files will load into OP running under VRPC, but not on an Iyonix (?).

Cheers
--
Clive Bonsall
C.Bonsall@xxxxxxxx

Other related posts: