[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cinvoke-dev] C/Invoke DLL
From: |
Shmuel Zeigerman |
Subject: |
Re: [cinvoke-dev] C/Invoke DLL |
Date: |
Sat, 29 Jul 2006 16:56:47 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060721 SeaMonkey/1.0.3 |
Will Weisser wrote:
I've uploaded the file you requested to:
http://download.savannah.nongnu.org/releases/cinvoke/cinvoke-0.9-win32-x
86-dll.zip
Will,
Thanks for the file! I was able to create the import library,
build cinvoke_lua.dll and test functions from msvcrt.dll
Some issues:
1) 'cinvoke_archspec.h' needs to be renamed into 'cinvoke-archspec.h'
2) tested functions that worked correctly:
atoi, puts, remove, rename, strcpy, strlen, system
3) functions that returned incorrect values:
atof, floor, sqrt, etc. (a problem with Cdouble?)
--
Shmuel