Page 1 of 1

Building without CDT codes

Posted: Mon Nov 20, 2023 7:21 pm
by Andrea
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?

Re: Building without CDT codes

Posted: Wed Nov 22, 2023 12:59 pm
by jsalmon
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

Re: Building without CDT codes

Posted: Tue Nov 28, 2023 10:57 pm
by Andrea
Awesome, got it working thank you!