Building without CDT codes

This forum is for programmers who have questions about the source code.
Post Reply
Andrea
Posts: 16
Joined: Wed Jan 04, 2017 1:11 am

Building without CDT codes

Post by Andrea » Mon Nov 20, 2023 7:21 pm

Hi,

I'm in New Zealand so not using the ADA codes.

I'd like to compile the software (so I can make a change to SMS handling) but I'm running into an issue that it can't find CDT. That's true, I don't have the codes.

Is there a way to build without them? Or some other workaround, e.g. a stub version?

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Building without CDT codes

Post by jsalmon » Wed Nov 22, 2023 12:59 pm

The 'stub' version of the CDT.dll can be found in the 'Required dlls' folder.
https://github.com/OpenDental/opendenta ... red%20dlls

You'll want to follow similar steps that are required for OpenDentalHelp (drop the CDT reference and add it back):
Error: The name 'OpenDentalHelp' does not exist in the current context - In the OpenDental project, remove the OpenDentalHelp reference. Then right-click on "References" -> "Add Reference". Select the Browse dropdown and the Browse button. Locate the OpenDentalHelp.dll within the "Required dlls" folder and click Add.
https://www.opendental.com/site/sourcecode.html
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Andrea
Posts: 16
Joined: Wed Jan 04, 2017 1:11 am

Re: Building without CDT codes

Post by Andrea » Tue Nov 28, 2023 10:57 pm

Awesome, got it working thank you!

Post Reply