Version: |
1.2 |
Description: |
Used to initialize the Visual CADD™ DLL in order to access the functionality from an external application. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCInitDialogs(void); |
Delphi |
procedure VCInitDialogs; stdcall; |
ActiveX/COM |
Sub InitDialogs() |
Parameters: |
No parameters are used with this subroutine. |
Notes: |
In order to access routines in the Visual CADD™ engine from an external
stand-alone interface, the DLL must be initialized to set up a drawing
database and establish all necessary functionality. The full API set is
available to the application after initializing the DLL. The Visual CADD™
engine should be cleared from memory with VCTerminate when the stand-alone
application terminates. |
See Also: |