Problem with inserting next DXF files
Posted: 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.
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.