Page 1 of 1

compiler for SDS development

Posted: Tue Feb 22, 2005 9:21 am
by tonys
I have downloaded the 30 day trial, and am now trying to compile the sample SDS code before copying functions from an AutoCAD based product.

Using Microsoft Visual studio 7.0 gives compile errors in sds.h, could anyone please let me know what compiler version they are using?

Posted: Tue Feb 22, 2005 12:43 pm
by davep
You need to use Microsoft Visual c++ 6.0

Posted: Wed Feb 23, 2005 6:58 am
by tonys
Thanks Dave

We've installed a copy of the compiler we found in our archives, but the example code still shows the same error...

error C2061: syntax error : identifier 'CDoGenerator'

when compiling the sds.h file. Do you have any suggestions, or is there another set of sample code we could try & compile...

Posted: Fri Feb 25, 2005 9:38 am
by cogoswSDS
What does the line that is giving the error in the sds.h file say? I've had to do some "fixes" to sds.h in the past so maybe I can help you out here.

CogoswSDS