Solved
Statically linking C executable for Creo Parametric toolkit
I am using Creo Parametric Release 10.0 and Datecode10.0.4.0
I have written a C executable that will not run unless ucore68.dll is in my Windows path. I want to not be dependent on DLLs if possible.
Here are the errors that I faced:
The code execution cannot proceed because ucore68.dll was not found. Reinstalling the program may fix this problem.
I have written a C executable that will not run unless ucore68.dll is in my Windows path. I want to not be dependent on DLLs if possible.
Here are the errors that I faced:
The code execution cannot proceed because ucore68.dll was not found. Reinstalling the program may fix this problem.

