Page 1 of 1

Kick start IntelliCad

Posted: Wed Apr 04, 2012 12:13 am
by Kalaiarasi
Hi

I'm developing a C++ sds dll project in VC++ 2010, but i need some extra help, because I am new to Intellicad.
I need some sample code to start programmin in ICad and tell how to interact with ICad.

Thanks & Regards
Kalaiarasi

Posted: Wed Apr 04, 2012 4:41 am
by JCAMPOS
Hi Kalaiarasi,

If you want to start developing sds for IntelliCAD, I suggest you to look for tutorials about ads for AutoCAD. It is almost the same, you just switch the "ads" prefix with "sds". A good resource for ads is here: http://www.engr.uvic.ca/~mech410/ACAD_a ... rials.html

Also, if you search for older posts on this forum, you will get some examples of sds. The developer reference that is available on the IntelliCAD Help is a good resource too.

Hope it helps!

Best Regards,
JCAMPOS

Posted: Wed Apr 04, 2012 5:11 am
by Kalaiarasi
Hi JCAMPOS,
Thanks for your quick reply

Regards,
Kalaiarasi

Posted: Wed Apr 04, 2012 7:37 am
by Kalaiarasi
Hi,
I just tried the solution that you have suggested in the following link:

http://www.engr.uvic.ca/~mech410/ACAD_a ... x/sample.c

I stiil have problem in debugging.
Can u please suggest a procedure to run the command in the intellicad with debugging in visual studio 2010.

same problem

Posted: Wed Apr 04, 2012 12:52 pm
by fabiocord
Kalaiarasi,

I have the same problem in debugging, anyone knows how debugging in visual studio ?