Hello,
I am looking for a list of files that needs to deliver with a pb2017 winform application. When I copy the files of the maps
C:\Program Files (x86)\Appeon\PowerBuilder 17.0\DotNET\bin
C:\Program Files (x86)\Appeon\Shared\PowerBuilder
on a pc that doesn't have pb2017, all is working well. But 169MB runtime files for a 2 mb application seems a little bit to much.
As far I see in the helpfiles, nothing is mentioned about winform applications.
Does anybody knows the set of files I need.
Thank you,
Steven
Lucky for me that I can migrate the winform application from 12.5 to PB2017 and develop it further. Is there a way to do a conversion to the "old" pb target.
Regards, Steven
I already found the answer, it's yes you can.
Make first a backup :-)
Just make a new target (application) with the same name as the old target in a new folder
Make sure the old target-pbl doesn't have any objects just the target-object
Copy all the pbl's to an the new folder except the old target pbl
The library list must set with the copied pbl's
Copy the scripts from the old-targetobject to the new target-object
full rebuild and the application is converted to a powerbuilder application