C
Christian Bruccoleri
Hi,
I am trying to test an *elementary* interaction between an application
written in C# with V.S. .NET 2003 and a DLL written in C with eVC4.0
It seems that I can not find a way to convince the C# client to run a
function that is in the DLL. I can post the files, if needed, but they are
very simple. I am sure that the files have been uploaded correctly and the
client (SimpleCaller.exe) and the dll (TestDll.dll) are correctly uploaded
in the same folder on the pocket pc emulator. I used the _cdecl(dllexport)
declaration for my simple function that only sum two integers.
The error I get is always that it can't find the requested method.
Does anyone have a similar trivial example that works ?
Does anyone have some checks that I can do to see what's wrong ?
Do you know if this is a problem with the emulator (PPC 2003) that I am
trying to use ?
Thanks,
Christian
I am trying to test an *elementary* interaction between an application
written in C# with V.S. .NET 2003 and a DLL written in C with eVC4.0
It seems that I can not find a way to convince the C# client to run a
function that is in the DLL. I can post the files, if needed, but they are
very simple. I am sure that the files have been uploaded correctly and the
client (SimpleCaller.exe) and the dll (TestDll.dll) are correctly uploaded
in the same folder on the pocket pc emulator. I used the _cdecl(dllexport)
declaration for my simple function that only sum two integers.
The error I get is always that it can't find the requested method.
Does anyone have a similar trivial example that works ?
Does anyone have some checks that I can do to see what's wrong ?
Do you know if this is a problem with the emulator (PPC 2003) that I am
trying to use ?
Thanks,
Christian