Compile Failure

This forum is for programmers who have questions about the source code.
Post Reply
V Suite
Posts: 136
Joined: Sun Aug 19, 2007 6:56 pm

Compile Failure

Post by V Suite »

Version 7.2.(?10) compiled normally but 7.1.(?34) fectched with Tortoise failed to compile

Code: Select all

Error	2	The name 'CDT' does not exist in the current context	G:\Zips\Dental Database\OpenDental\Archive\Source\ODSource-7-1-34\UnitTests\DatabaseTools.cs	57	37	UnitTests
I'll re-download 7.1. to recheck.
mowgli
Posts: 134
Joined: Fri Sep 14, 2007 1:42 pm

Re: Compile Failure

Post by mowgli »

You need to leave "Unit Tests" out of the build (Build > Configuration Mgr).
V Suite
Posts: 136
Joined: Sun Aug 19, 2007 6:56 pm

Re: Compile Failure

Post by V Suite »

Thanks!

Wow! Learn something new every day.
Post Reply