Anyone at all?  Surely someone has done this with VS2003?

Mike

 



 

----- Original Message -----
From: "Bob Knightly" <[EMAIL PROTECTED]>
To: "Neko intermediate language mailing list"
Subject: Re: [Neko] Error creating ndll
Date: Tue, 09 May 2006 06:34:28 -0500

Ok, I found the 'Compile as C code' option in the preferences, but this still produces the same error, so it doesnt look to be c++ modified code.  Does anyone have this working for VS2003 so I can check the project properties?

Mike



 

----- Original Message -----
From: "Nicolas Cannasse" <[EMAIL PROTECTED]>
To: "Neko intermediate language mailing list"
Subject: Re: [Neko] Error creating ndll
Date: Tue, 09 May 2006 13:23:56 +0200


> error LNK2019: unresolved external symbol
> __imp__neko_alloc_string referenced in function "struct _value *
> __cdecl test(void)" (?test@@YAPAU_value@@XZ)

On Windows, you need to link with neko.lib which contains the methods
infos exported by neko.dll.

Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

--

___________________________________________________
Play 100s of games for FREE! http://games.mail.com/


--
Neko : One VM to run them all
(http://nekovm.org)

--

___________________________________________________
Play 100s of games for FREE! http://games.mail.com/

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to