Hi everyone.
I'm updating some of my applications and dlls to manage the transition from a MySql database to MariaDB.
For a period of time the two solutions will have to coexist.
The solution I have found is to condition the compilation with a: #DEFINE MariaDB.
The prgs that I have to modify are many.
To simplify my life, is there a way to communicate the DEFINE to the compiler once and for all, and not to write in the head of every #DEFINE MariaDb prg?
Thank you
Global DEFINE
Global DEFINE
Hi Danilo,
Yes, just go to the app properties, Compiler page and in the general options box just enter
/define:MariaDB
Yes, just go to the app properties, Compiler page and in the general options box just enter
/define:MariaDB
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
- softdevo@tiscali.it
- Posts: 191
- Joined: Wed Sep 30, 2015 1:30 pm
Global DEFINE
Thank you Chris.
Danilo
Danilo