Jose's Read Only Forum 2023

IT-Consultant: Charles Pegge => OxygenBasic => Topic started by: Pierre Bellisle on October 18, 2022, 03:45:57 AM

Title: #file
Post by: Pierre Bellisle on October 18, 2022, 03:45:57 AM
Hey Charles !

About #file, a little kwirk...

With #file "D:\Dev\Oxygen\OtherExeName.exe"

From Oxide, Menu: Compile and Run Binary[32/64]
OtherExeName.exe will be compiled but won't be executed.
The original exe name will be executed if it exist.

Regards,
Pierre
Title: Re: #file
Post by: Charles Pegge on October 19, 2022, 04:49:56 AM
Hi Pierre,

Currently,#file is intended for RTL32.inc and RTL64.inc only. Independent  binary mode is the only one available for compiled files, so I will ensure it is always set

From Oxide, compilation is performed with co2 -r ... which will only execute when the compilation is error-free.