Skip to main content
13-Aquamarine
December 13, 2021
Question

How to load Dll without Auxiliary Application

  • December 13, 2021
  • 2 replies
  • 3008 views

Hello Friends,

 

I have Dll and registry file creo.bat file , to run the utility I have to load the DLL every time , Is there a way to load Dll in every session of creo without using auxiliary  application.

 

Regards,

Kunal 

2 replies

15-Moonstone
December 13, 2021

I assume you mean with manually using the Auxillary Application menu picks.  

 Set your protkdat setting in config.pro to register the dll, and in your DLL  .dat  registry file, set the delay start to false 

 

example:

 

name LayoutInfo-c30
revision Creo3.0
startup dll
allow_stop TRUE
delay_start FALSE
exec_file j:\pro_foundation\pro_stds\pro_toolkit64\Creo30\Layoutinfo.dll
text_dir j:\pro_foundation\pro_stds\pro_toolkit64\Creo30\text
end

13-Aquamarine
December 14, 2021

No  I have start creo using Batch Processing , How to do this ?

 

Regards,

Kunal 

15-Moonstone
December 14, 2021

Whereever the creo is installed to run the batch, Follow RPN's post of where to p[lace your TcreoK.dat,  in your .dat file set delay_start to False.   When Creo starts your dll will be reistered and started seamlessly.  I dont know how you get any more automatic than that.

RPN
18-Opal
December 13, 2021

Per default Creo reads in install…/text/creoTk.dat, at your Home Dir and your start Dir for that file (creoTk.dat). You can also use each config.pro file in that locations to specify the path to that creoTk.dat.