Problem with inserting next DXF files

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
AmperNr1
Posts: 12
Joined: 13 Oct 2010, 15:16

Problem with inserting next DXF files

Post by AmperNr1 » 14 Oct 2010, 12:56

I have a problem with inserting next DXF files.
I have C++ Builder RAD Studio 2009. Modyfied examples from Delphi doesn't work properly. Adding CGM file give a strange result - many strange, chaotic lines. Creating a new TsgCADImage and putting the new dXF file in it results nothing. I have found some kind of solution by making a new invisible picture panel on my Form1 - then the function AddScaledDXFEx works properly (I put the second DXF from the invisible panel), but after all (when I shut down the program) appear some pointer error and I have to do "Program Reset".

The main question is: "How to properly use the AddScaledDXFEx function in C++ Builder RAD Studio 2009?"

Thank you for any help and advices.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Problem with inserting next DXF files

Post by support » 14 Oct 2010, 16:44

Hello.
Possibly the projects translated not fully correct. We can provide you with some native C++ Builder demo projects. Please mail your request to support@cadsofttools.com. Generally using AddScaledDXFEx method doesn't differ in C++ code.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply