Author Topic: gxo2 problem  (Read 2945 times)

0 Members and 2 Guests are viewing this topic.

Peter

  • Guest
gxo2 problem
« on: February 02, 2016, 07:03:45 AM »
Hi Charles,

I got an odd thing with  gxo2.exe.  Is your last gxo2.exe.

.

Charles Pegge

  • Guest
Re: gxo2 problem
« Reply #1 on: February 02, 2016, 12:05:31 PM »
Hi Peter,

Is it displaying the correct filepath?

Should be no problem running on different drives.

Peter

  • Guest
Re: gxo2 problem
« Reply #2 on: February 02, 2016, 12:18:10 PM »
Quote
Is it displaying the correct filepath?

Yes, absolutely.

JRS

  • Guest
Re: gxo2 problem
« Reply #3 on: February 02, 2016, 12:29:03 PM »
Normally D: is the CD drive.

Are you sure you are looking on the right drive?

Peter

  • Guest
Re: gxo2 problem
« Reply #4 on: February 02, 2016, 12:36:27 PM »
Quote
Are you sure you are looking on the right drive?

Sure, my CD drive is E!

D is another harddrive in my computer

Charles Pegge

  • Guest
Re: gxo2 problem
« Reply #5 on: February 02, 2016, 12:43:18 PM »
It varies on MS desktops

My DVD drive is F:

E is a data partition

D G..L are USB disks etc.

Arnold

  • Guest
Re: gxo2 problem
« Reply #6 on: February 03, 2016, 05:18:06 AM »
Hi Peter,

maybe you are using SciTE? SciTE does not work correctly any more since some o2 editions. Oxygen.properties in folder IDE worked with me with Oxygenbasic of Febrary 2015. Most of the time I use PSPAD so I did not realize the difference.

I was successful with these changes in \IDE\Oxygen.properties:

##
# OXYGEN TOOLS
#
# COMPILE
basco=$(SciteDefaultHome)\gxo2  -c "$(FileNameExt)"
#
# BUILD
basbo=$(SciteDefaultHome)\co2  -a -c -m "$(FileNameExt)"

# RUN FROM SOURCE
basgo=$(SciteDefaultHome)\gxo2 "$(FilePath)"
#
# CONTEXT HELP
basho=hh.exe "$(SciteDefaultHome)\inf\oxygen_help.chm::/wordlink.htm#$(CurrentWord)"
#

For BUILD I use co2 because -a and -i are disabled with gxo2.exe
The difference is removing the quotes from the first argument of COMPILE, BUILD, RUN.

I tried calling gxo2.exe and .o2bas file in different ways in a console window but everything works ok. Do you call gxo2.exe from a batch file?

Roland
 

Peter

  • Guest
Re: gxo2 problem
« Reply #7 on: February 03, 2016, 08:41:25 AM »
Quote
Do you call gxo2.exe from a batch file?

Hi Arnold,

No, I do not call it from a batch file,  I only press  F5!
Of course,  I am using Scite,  it's free.   ;D