Version: |
1.2 |
Description: |
Runs the specified application. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCRun(char* szName); |
Delphi |
procedure VCRun(szName: PAnsiChar); stdcall; |
ActiveX/COM |
Sub Run(ByVal szName As String) |
Parameters: |
szname - name of the file to run |
Notes: |
VCRun is used to run an external application from Visual CADD™, whether a Visual CADD™ specific program or a unrelated program. The program to be run is specified from within Visual CADD™ with the EXENAME parameter within a script or through the API with VCSetExeName. The currently running Visual CADD™ tool will be aborted and the default tool will be started. |
See Also: |