Login Page - Create Account

Support Board


Date/Time: Sat, 28 Dec 2024 04:04:41 +0000



Post From: set sc.FreeDLL by global constant

[2016-01-01 22:32:40]
KhaosTrader - Posts: 128
Hi,

I have several studies in a cpp file, and I was wondering if I can set each of the sc.FreeDLL to a glabal scope variable such that if i am not debugging I can change the value to 0 and do a compile. This would save me having to hunt for each sc.FreeDLL and set it to 0 for deployment and then have to reset it in each place to 1 when debugging.

Thanks in advance.