CADIMPORTVCL
Moderators: SDS, support, admin
-
- Posts: 3
- Joined: 19 Mar 2006, 19:02
- Location: Germany
CADIMPORTVCL
Hallo Seergey,
I have purchased CADIMPORTNET, but I would like to try CADIMPORTVCL
to learn more about file merging, which is not described in CADIMPORTNET. Trying to compile and run same demos with DELPHI 4, I get the error message 'file not found: MVFONT.PAS'. I found MVFONT.DCU but no MVFONT.PAS, what's wrong ?
with best regards
Martin
I have purchased CADIMPORTNET, but I would like to try CADIMPORTVCL
to learn more about file merging, which is not described in CADIMPORTNET. Trying to compile and run same demos with DELPHI 4, I get the error message 'file not found: MVFONT.PAS'. I found MVFONT.DCU but no MVFONT.PAS, what's wrong ?
with best regards
Martin
Hallo Martin,
The reason of the problem is incorrect library paths perhaps.
<b>CADImportVCL</b> (available on: http://www.cadsofttools.com/download/cadimportvcl.zip) contains library for <b>Delphi 4</b> in the ..\cadimportvcl\Delphi\Lib4\.. folder. It is necessary to set in project settings:
1. Project > Options... menu command.
2. Directories/Conditionals tab.
3. Set Search path: '..\..\Lib4'.
BTW, I've sent you a MergeFilesDemo for CADImport.NET.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
The reason of the problem is incorrect library paths perhaps.
<b>CADImportVCL</b> (available on: http://www.cadsofttools.com/download/cadimportvcl.zip) contains library for <b>Delphi 4</b> in the ..\cadimportvcl\Delphi\Lib4\.. folder. It is necessary to set in project settings:
1. Project > Options... menu command.
2. Directories/Conditionals tab.
3. Set Search path: '..\..\Lib4'.
BTW, I've sent you a MergeFilesDemo for CADImport.NET.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
-
- Posts: 3
- Joined: 19 Mar 2006, 19:02
- Location: Germany