Hi Appeon Team,
PB2017R2 64 bit application
Calling Third party c++ dll as external function
c++ dll calling convention is cdecl
Can able to call three functions without any issue of the same dll.
Calling fourth function
int getid (const char* parm1, const char* parm2, int* parm3)
Parm3 is out parm
all three parameters passing as reference.
of the same dll, application crashes due to PBVM.dll
I have copied PBVM.dll into Application folder, still same error.
Any help please.
Thanks
Selvam