Using jaPBe to Create Assembler Source Code

Everything else that doesn't fall into one of the other PB categories.
akj
Enthusiast
Enthusiast
Posts: 668
Joined: Mon Jun 09, 2003 10:08 pm
Location: Nottingham

Using jaPBe to Create Assembler Source Code

Post by akj »

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?
Anthony Jordan
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

because jaPBe set additonal Constants, Includes ...
Post Reply