TRIALONLY conditional compilation constant (symbol)

This forum is for programmers who have questions about the source code.
Post Reply
sjWiz
Posts: 19
Joined: Tue Jul 10, 2018 1:25 pm

TRIALONLY conditional compilation constant (symbol)

Post by sjWiz » Sat Jul 14, 2018 1:49 pm

Hi all,

Before compiling, how do I remove the TRIALONLY conditional compilation constant (symbol) patient limitation? I want to be able to test more than the limit (how many exactly?) are imposed.


Thank you,
sJ

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: TRIALONLY conditional compilation constant (symbol)

Post by cmcgehee » Mon Jul 16, 2018 7:49 am

Inside Visual Studio in the Solution Explorer, you'll want to right-click on the OpenDental project and select 'Properties'. Then select the Build tab and remove "TRIALONLY" from the Conditional compilation symbols textbox.
Chris McGehee
Open Dental Software
http://www.opendental.com

sjWiz
Posts: 19
Joined: Tue Jul 10, 2018 1:25 pm

Re: TRIALONLY conditional compilation constant (symbol)

Post by sjWiz » Tue Jul 17, 2018 2:06 am

Thanks Chris! Will try this soon.

sjWiz
Posts: 19
Joined: Tue Jul 10, 2018 1:25 pm

Re: TRIALONLY conditional compilation constant (symbol)

Post by sjWiz » Wed Jul 18, 2018 10:50 pm

Hi Chris,

There doesn't seem to be anything in that textbox as shown in the link below:

https://ibb.co/jUqW6y

So I'm thinking it was never initially there but only mentioned in the OD doc as something to watch for. The one other thing I'm worried about is "allow unsafe code"... should that be checked?

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: TRIALONLY conditional compilation constant (symbol)

Post by cmcgehee » Thu Jul 19, 2018 8:11 am

I guess you want "Allow unsafe code" to be checked. Apparently I 've had that checked, and I don't think it's caused any problems.
Chris McGehee
Open Dental Software
http://www.opendental.com

Post Reply