henrykhiem
New member
Dear all,
I'm a beginer. Could u tell me what version VC++ isused for Pro/E W 2.0? I using VC++ 6.0 but I can not build my program (C++). These are my error :
:\Work\example1\1.cpp(26) : error C2065: 'ProStringToWstring' : undeclared identifier
D:\Work\example1\1.cpp(28) : error C2065: 'ProObjectwindowCreate' : undeclared identifier
D:\Work\example1\1.cpp(30) : error C2664: 'ProSolidDisplay' : cannot convert parameter 1 from 'void *' to 'struct sld_part *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
Error executing cl.exe.
I'm a beginer. Could u tell me what version VC++ isused for Pro/E W 2.0? I using VC++ 6.0 but I can not build my program (C++). These are my error :
:\Work\example1\1.cpp(26) : error C2065: 'ProStringToWstring' : undeclared identifier
D:\Work\example1\1.cpp(28) : error C2065: 'ProObjectwindowCreate' : undeclared identifier
D:\Work\example1\1.cpp(30) : error C2664: 'ProSolidDisplay' : cannot convert parameter 1 from 'void *' to 'struct sld_part *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
Error executing cl.exe.