Search found 8 matches
- 06 Apr 2014, 11:01
- Forum: CAD VCL
- Topic: Need BDS project file for compilation
- Replies: 2
- Views: 15918
Re: Need BDS project file for compilation
Hi Alexander,
As you kindly mentioned, here my email : salex55@yahoo.de. I'm using Delphi 2010.
Thanks,
Alexander
As you kindly mentioned, here my email : salex55@yahoo.de. I'm using Delphi 2010.
Thanks,
Alexander
- 30 Mar 2014, 13:17
- Forum: CAD VCL
- Topic: Need BDS project file for compilation
- Replies: 2
- Views: 15918
Need BDS project file for compilation
Hallo Support Team,
Our company purchased an upgrade to version 9 CAD Export-Import VCL (order 18129). I'm missing the BDS Project file for compiling the sources. Can you please send me one?
Thanks,
Alexander
Our company purchased an upgrade to version 9 CAD Export-Import VCL (order 18129). I'm missing the BDS Project file for compiling the sources. Can you please send me one?
Thanks,
Alexander
- 19 Dec 2012, 22:43
- Forum: CAD VCL
- Topic: Issue on GetCADFile
- Replies: 3
- Views: 18329
Re: Issue on GetCADFile
Hi Alexander, As I mentioned before I encountered the exception only with the licensed library and with all files: I used different small DXF files containing only a block. I supose the version we use is 9.0; you provided us a Lib folder containing the PAS files (cadexportvcl_9.0). The exception is ...
- 13 Dec 2012, 21:28
- Forum: CAD VCL
- Topic: Issue on GetCADFile
- Replies: 3
- Views: 18329
Issue on GetCADFile
Hello Support Team, I'm trying to load a DXF file containing a symbol and I'm using for that the method GetCADFile passing an existing file path. It's working with the demo library, with the licensed one it throws an exception in the GetCADFile method in CADImage.pas: Here is the code: (except from ...
- 27 Nov 2012, 22:59
- Forum: CAD VCL
- Topic: Issue on compiling CADImage
- Replies: 3
- Views: 19113
Re: Issue on compiling CADImage
Hello Alexander,
Thanks for your reply. I could build with the new lib after deleting the old dcu's.
But now I'm still getting the 'CAD Import VCL demo - please register' warning dialog when calling
FCADFile := TsgCADImage.Create;
Do I miss something ?
Thanks,
Alexander
Thanks for your reply. I could build with the new lib after deleting the old dcu's.
But now I'm still getting the 'CAD Import VCL demo - please register' warning dialog when calling
FCADFile := TsgCADImage.Create;
Do I miss something ?
Thanks,
Alexander
- 25 Nov 2012, 22:14
- Forum: CAD VCL
- Topic: Issue on compiling CADImage
- Replies: 3
- Views: 19113
Issue on compiling CADImage
Hello Support Team, Our company has purchased a licensed version of CADExport VCL and I'm trying now to replace the old demo version 8.0 with the new one 9.0. I've got the following error message on compiling with D2010: [DCC Fatal Error] graf.pas(14): F2051 Unit CADImage was compiled with a differe...
- 20 May 2012, 21:04
- Forum: CAD VCL
- Topic: How to use TsgDXFAttdef and TsgDXFAttrib with TDXFExport
- Replies: 3
- Views: 18940
Re: How to use TsgDXFAttdef and TsgDXFAttrib with TDXFExport
Hi, According to your suggestions, I have migrated the existing code to use the TsgCADImage and TsgCADtoDXF classes. All tests I made failed: exception throw on SaveToFile. The same happen when modifing the CADExportDemo project. Here the code: var vDXFExport: TsgCADtoDXF; begin try if FCADFile <> n...
- 17 May 2012, 14:40
- Forum: CAD VCL
- Topic: How to use TsgDXFAttdef and TsgDXFAttrib with TDXFExport
- Replies: 3
- Views: 18940
How to use TsgDXFAttdef and TsgDXFAttrib with TDXFExport
Hi All,
I found some good examples on how to use these 2 entities with TsgDXFInsert and the TsgCADImage class (demos\CADExportDemo project). Do you have some examples on how to use these entities by means of TsgDXFExport ?
Thanks,
Alexander
I found some good examples on how to use these 2 entities with TsgDXFInsert and the TsgCADImage class (demos\CADExportDemo project). Do you have some examples on how to use these entities by means of TsgDXFExport ?
Thanks,
Alexander