HI,
In the newest PB is possible to set the runtime path in XML setting file:
<?xml version="1.0" encoding="utf-8" ?>
<Application>
<RuntimePath>C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.0.0.1878</RuntimePath>
</Application>
<Application>
<RuntimePath>C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.0.0.1878</RuntimePath>
</Application>
Maybe there is possible to add the second path to the folder with pbd files in a different location than the folder with exe file ?
Ex.
|_my_application
| |_myapp.exe
| |_myapp.xml
|
|_my_libraries
|_library.pdb
The "my_libraries" folder is different from the folder with runtime.
Regards,
Pawel