Hi Nicolas, Thanks a lot for the tip, works now! Debugging some mysterious crash in neko, will post some findings soon (probably).
Mike -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Cannasse Sent: Tuesday, December 09, 2008 9:14 PM To: Neko intermediate language mailing list Subject: Re: [Neko] Neko debug and MS VC 2008 Michael Pliskin a e'crit : > Hi all, > > > > What's the current status on compiling neko under VC2008? I've just > tried, got neko.exe as well as some libraries (mysql, zlib) built easily > but neko.dll and std.ndll fail with __ftol2 already defined. If I switch > to release they only ask for msvcrt60.lib which I can find, but how do I > build the debug ones? You can comment __ftol2, remove msvcrt60.lib, and remove MSVCRT from the Ignored Libraries, and it should work. The reason for these is explained here : http://ncannasse.fr/blog/binaries_backward_compatibility Best, Nicolas -- Neko : One VM to run them all (http://nekovm.org) -- Neko : One VM to run them all (http://nekovm.org)
