Hi Everyone,
I am using Powerbuilder classic 2017R2 build 1769(32 bit) and windows 10. I am not able to use c++ dll in my application. I got runtime error as "R021 - Bad runtime function reference".
My C++ dll code is:-
{
strcpy_s(retVal, sizeof("Inside Test Library"), "Inside Test Library");
return 0;
}