Hi,
I am calling below code in a batch script the build pbd and exe. code I am calling at root folder (where ws_object folder reside). Picture files and pbr file is under "_resources" folder(_resources and ws_object folder is at same level).
"C:\Program Files (x86)\Appeon\Shared\PowerBuilder\pbc170.exe" /d "abc.pbt" /o "abc.exe" /r "_resources\abc.pbr" /w n /f /m n /x 32 /bg y /p "TEST" /cp "TEST" /de "TEST" /v "1.3.0.0" /vn "1.0.0.1" /fv "1.0.0.1" /fvn "1.0.0.1" /ge 0
When above command runs, it creates PBD successfully but failed to create exe file with link error message.
Any idea?
Vipin