Hi everyone,

I've found out that my ElfData plugin doesn't work on Vista, without the MSVCRT71.dll file, which is NOT preinstalled on Vista by default.

Now, my ElfData plugin is compiled with CodeWarrior. If you look at the screenshot http://elfdata.com/temp/win32libs.png , at the bottom you see this:

msvcrt.lib
kernel32.lib
gdi32.lib
libmsvcrt.a
user32.lib


Now, admittedly, I DID steal this msvcrt.lib thing, from Visual Studio :D Not steal as I own a copy of visual studio. But you get the point, it didn't come with CodeWarrior. The reason for this was because I needed some functions that ARE in Microsoft windows, but CodeWarrior had not given me access to. But Visual studio does give access to.

What functions? "open", "close", "read", and "write". Really simply unix-like file reading functions.

How can I get some library that will let me link to Windows XP, and Vista?

--
http://elfdata.com/plugin/
"String processing, done right"



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to