07-21-2007 12:57 AM
07-21-2007 10:38 AM
07-22-2007 11:34 PM
Hi jonathan,
Thanks for your reply.
But i tried like that also.i.e., in options->Build Options->Default calling convention.
Here Default calling convention is _cdecl,I declared my functions in header file like that only but then also it is not working.
Please provide some solution for this.
Eagerly waiting for ur reply.
Regards,
Harika,
Honeywell technology Solutions Lab(HTSL),
Bangalore.
07-23-2007 08:08 AM
07-24-2007 12:33 AM
07-24-2007 07:22 AM
07-24-2007 07:29 AM
07-24-2007 07:47 AM
Hi,
I am attatching the snapshot related to that MYPROC1.
It may give you idea about that MYPROC1 function pointer.
Regards,
Harika,
HTSL,
Bangalore
07-24-2007 08:06 AM
I don't think you need to upload a 4.7MB picture to convey one line of code! Can you not just cut and paste text?
The function prototype for MPROC1 should be declared _stdcall, not _cdecl. I don't currently have NI-SWITCH installed so cannot check myself: you should also check that the parameter definitions in MYPROC1 are correct for the function being called.
07-25-2007 07:12 PM