Author Topic: extending exo2  (Read 961 times)

0 Members and 2 Guests are viewing this topic.

jcfuller

  • Guest
extending exo2
« 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

jcfuller

  • Guest
Re: extending exo2
« Reply #1 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