0 Members and 1 Guest are viewing this topic.
#COMPILER OXIGEN#COMPILE EXE#DIM ALL#OPTIONS X64#DATABASE CLOSEDFUNCTION PBMAIN() AS LONGSTDOUT "Hello world"END FUNCTION
::@echo off::Set the Oxygenbasic compiler pathset o2dir=C:\OxygenBasicProgress::Compile%o2dir%\gxo2.exe FindEd.o2basecho donepause
It is OxygenBasic, not Oxigen, Brian.
to invoke the O2 compiler use...
Brian, In the tools subdirectory is exo2.bas that needs to be compiled with FreeBasic for console output.It is attached here.exo2 -c <filename>James
'specify string mode for various o2 API functions'0 ascii char*'1 ascii char*'2 unicode wchar*'8 ole bstring ascii'9 ole bstring ascii'10 ole bstring unicode'--------------------------------------------------sub o2_mode alias "o2_mode" (byval m as sys) export'================================================== omo=mEnd Sub