Using jaPBe to Create Assembler Source Code
Posted: Sat Feb 12, 2005 5:07 pm
I am trying to view the assembler source code for a PB program called Auction.pb, but cannot get it to work.
As suggested in the PB help I have included the full pathname for PureBasic\Compilers in the PATH variable (I did this by editing Autoexec.bat as I am using Windows ME).
In jaPBe 2.4.6.14, I use the menu path Project -> Compile Manual and edit the command line by adding /COMMENTED to give:
/COMMENTED /EXE "E:\Fayer\Auction\Source Code\Auction.exe" /icon "E:\Fayer\Auction\Icons\Hammer5.ico"
But when I click OK to compile the program, the compilation fails and I get an MS-DOS dialogue saying:
"E:\Fayer\Auction\Cource Code\for_manual_compilation_warper_file_Auction.pb" /COMMENTED /EXE "E:\Fayer\Auction\Source Code\Auction.exe" /icon "E:\Fayer\Auction\Icons\Hammer5.ico"
1 E:\Fayer\Auction\Cource Code\for_manual_compilation_warper_file_Auction.pb
Bad command or filename
My questions are:
Why is the filename for_manual_compilation_warper_file_Auction.pb
being generated when my PB source file is actually Auction.pb and how do I get the compilation to succeed and generate assembler source code?
As suggested in the PB help I have included the full pathname for PureBasic\Compilers in the PATH variable (I did this by editing Autoexec.bat as I am using Windows ME).
In jaPBe 2.4.6.14, I use the menu path Project -> Compile Manual and edit the command line by adding /COMMENTED to give:
/COMMENTED /EXE "E:\Fayer\Auction\Source Code\Auction.exe" /icon "E:\Fayer\Auction\Icons\Hammer5.ico"
But when I click OK to compile the program, the compilation fails and I get an MS-DOS dialogue saying:
"E:\Fayer\Auction\Cource Code\for_manual_compilation_warper_file_Auction.pb" /COMMENTED /EXE "E:\Fayer\Auction\Source Code\Auction.exe" /icon "E:\Fayer\Auction\Icons\Hammer5.ico"
1 E:\Fayer\Auction\Cource Code\for_manual_compilation_warper_file_Auction.pb
Bad command or filename
My questions are:
Why is the filename for_manual_compilation_warper_file_Auction.pb
being generated when my PB source file is actually Auction.pb and how do I get the compilation to succeed and generate assembler source code?