Hai,
I have written the calling convensions in VC++ like this :
unsigned short int _stdcall funcname(int x,int y)
{
.....
and I have created a def file like this :
LIBRARY TESTLIB
EXPORTS
funcname @1
But this works well when the program is invoked from within the VBIDE. But
fails
when I create an EXE file. Please help me.
Thanks in advance.
Kiran Kumar