proe automation with c
proe automation with c
(OP)
Hi,
is there anybody using c for proe automation?
I run proe 2000i2 and visual studio 5.
My system variable for nt_compiler is
c:\Programs\DevStudio\VC\bin\cl.exe
and I have copied all include files and libs to visual studio.
Even if I try to link and compile an empty usrmain.c from proe
I get an linker or compiler error?
I can't read the error codes because the dos prompt is to fast.
Is there any good book or tutorial for getting started?
Cu
Martin
is there anybody using c for proe automation?
I run proe 2000i2 and visual studio 5.
My system variable for nt_compiler is
c:\Programs\DevStudio\VC\bin\cl.exe
and I have copied all include files and libs to visual studio.
Even if I try to link and compile an empty usrmain.c from proe
I get an linker or compiler error?
I can't read the error codes because the dos prompt is to fast.
Is there any good book or tutorial for getting started?
Cu
Martin





RE: proe automation with c
you mean programming with Pro/Toolkit, don't you? I have used it many times with VC++ 6.0 sucsesfully, but come to this conclusions :
If i compile my Application for synchronus mode, then VC++ give about 32 Error during linking, it seems that functions for asynchronus mode were not drawed back from these libraries by PTC. So, I must force VC++ to link the program despite of these errorness. But compiling for asynchronus mode produces no warning. I have found a site in Internet, that has a free VC++ project pattern for Pro/Toolkit, unfortunately I have lose it.
cheers