Oxygen Basic

Programming => Problems & Solutions => Topic started by: jcfuller on February 15, 2018, 06:03:57 AM

Title: extending exo2
Post by: jcfuller on February 15, 2018, 06:03:57 AM
Charles,
Is there a way to get the actual %filename "xxxxx" when using exo2 other than parsing the source file?
I am trying to extend exo2 but I need to know if the % filename file parameter is the same as the the o2bas source file.

James
Title: Re: extending exo2
Post by: jcfuller on February 15, 2018, 07:24:01 AM
Never mind.
I figured out how to use a modified exo2 where no % filename is included in the source.
It uses the base name + "exe" of the passed *.o2bas source file name.
For my use with RadAsm3 it works fine. I am also adding ability to run LinkRes2Exe from exo2
James