Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
I am developping a bit with Pro/Toolkit. First I did my application as spawn mode (exe) as they advice us. I have no problem with that, I compile it and register it and then it works fine in ProE 64 bits. Then I decided to do the same application but as DLL mode in order to have my application running faster but I can't get it to work :
non pb with compilation , then I register it like this :
name ProEConnectorDLL
startup dll
exec_file C:\Devel\ProEConnectorDLL\x64\Debug\ProEConnectorDLL.dll
text_dir C:\Devel\ProEConnectorDLL\text
delay_start TRUE
allow_stop TRUE
REVISION 18
end
then I launch it thanks to Tools/Auxiliary Application but when I start it I get the error message :
I checked the path of exec_file and text_dir but they are good...
Please help!
Thank you