I changed the Ide to dev-c++, configured the compiler and now I have my first running primitive. Cool!!
While I'm _trying_ to embed mono I ask my self if the other way would make more sense, I mean to embed NekoVm into Mono. What do you think? -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nicolas Cannasse Gesendet: Mittwoch, 2. November 2005 12:47 An: Neko intermediate language mailing list Betreff: Re: [Neko] primitives: first steps > I think I linked it to neko.lib - otherwise it could not compile. But > you right probably the problem is in how I've built the dll. Maybe you > could post an example of a simple compile command. For those who are > not familiar with a c environment. And maybe you could give some short > advice on how to work with c on windows. I tried several compilers, > but sticked with "pelles c". Are you working with lcc, if yes could > you send me a batch file example on how tho build a neko-aware dll on > the command line The LIB provided is built using Microsoft Visual C++ tools. It looks like something is wrong in the way the LIB is linked using lcc. Since every C tool have its own commandline style, I'm not sure if I can be of any help with this specific problem. I think there is free MSVC toolkit available which include C compiler and linker, try to have a look for it on MSDN. Nicolas --- Neko : One VM to run them all --- Neko : One VM to run them all
