Hi!
I have a DLL that has a function exported like this:
extern "C" __declspec(dllimport) char* __stdcall SendCommand(int IPCom, char* Port, int BaudRateNr, char* Command);
How would you call it? The DLL might be written in .NET, but I'm not sure.
Thanks and best regards,
Kovi.
Hi,
I am trying to write in Java+Jawin a simple call to a scriptable component. The example is working in Python but not in Java... It seems that every call to get is failling. Can someone help me to find why?
--
Regards,
Loïc Fejoz
import org.jawin.COMException;
import org.jawin.DispatchPtr;
import org.jawin.win32.Ole32;
/**
* <pre>
* >>> import...