Hello,
I am new to Creo 3.0 customization and toolkit APIs. I have been using Creo_Toolkit_Gsg.pdf file to run the "pt_install_test" application using Creo Parametric and VC++ 2012. I have followed all the steps given in the above mentioned pdf file.In VC++ 2012 and I manged to configure my project platform to "x64" since I'm compling the files on 64-bit machine(Windows 7 x64 OS) and run my test application successfully for "pt_inst_test.dll" for make_install example.
I am not able to compile make_async or make_simple_async for a asynchronous mode application. I am trying to follow same steps and also set PRO_COMM_MSG_EXE. It gives me the compiler error "NMAKE : fatal error U1073: don't know how to make 'exe'".
I have re-checked the exe name, protoolkit source path, but no luck. Also, I tried to change the subsystem linker setting, but I am not able to proceed due to the above mentioned error.
Kindly let me know if I missed any step or any sample asynchronous simple application on creo 3.0 steps are available (Please find attached my make_async project for reference).
Thank You in advance.
Regards,
Kalyani
Hi Kalyani,
you don't need PRO_COMM_MSG_EXE for the compilation. It seems there is something wrong with the compile command and the compilation is not run at all, because NMAKE - the compiler has not been found in the environment. Please check if the path to nmake.exe is correct