IIRC, you're delivering your software on a CD. You should be able to include any version of MSVCRT that you want on the CD in the same directory as your other executables, and that's what will be used when the code runs.
I hope that info is useful to you. (You might want to download Process Explorer from sysinternals.com. It will let you see what DLLs a process has loaded -- to confirm that the DLL you're delivering is the one that the process is loading.) J. Merrill From: Opera Lover <[email protected]> To: [email protected] Date: 05/05/2010 06:46 AM Subject: Re: [Neko] SuspendThread problem (SHWX + Neko + GC.DLL) - Recompile Neko help needed Sent by: <[email protected]> On 04/05/2010 14:05, Nicolas Cannasse wrote: > > You can try to recompile Neko + all neko libraries with your > VisualStudio, since you maybe don't have to use MSVCRT 6.0 > > Nicolas > Hi Nicolas, That is the problem, I need to target MSVCRT 6.0 because my app should not require users to install anything (I think that Windows XP shipped with that DLL). By the way, will I need to recompile also the Neko libraries? I though that I will be able to use their precompiled binaries (I though I only needed to comment the GC_use_DllMain() line in alloc.c). Can some of you already able to compile Neko for Windows please compile a Neko binary with this small change (using MSVCRT 6.0)? Many thanks. Regards -- Neko : One VM to run them all (http://nekovm.org)
-- Neko : One VM to run them all (http://nekovm.org)
