Hello,
i have build a exe and copied all pbd to the exe in the same folder. When i run the exe on my build server there comes no error, but when i use a computer without powerbuilder installed i get this error: see pic24637.gif
I Used the IDE Compiler and not the pbautobuilder.
Kind Regards, Tom Holscher
Which runtime path I need to specify in the xml file. can anyone give with an example.
Thanks
Deva
here is an example for a xml file:
<Application>
<RuntimePath>C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2703</RuntimePath>
</Application>
You have to place it in the same folder where the exe is and name it like the exe file (e,g, test.xml for test.exe).
RuntimePath have to point to the folder where the application can find the runtime DLLs.