How to create exe file using PBC190.exe,
I am able to create dll and pbd file by using PBC190.exe utility from command prompt , but it is not creating exe file.
I am using following command
PBC190.exe /d "application.pbt" /o "application.exe" /r "application.pbr" /w y /f /m y /tr n /in n /op 1 /x 32 /bg y /p "PowerBuilder Enterprise Series" /cp "Sybase, Inc." /de "Sybase, Inc. Product File" /v "5,2,7,0" /vn "5.2.7.0" /fv "5,2,7,0" /fvn "5.2.7.0" /ge 0
Thanks in advance .