
Tue, 12/13/2011 - 14:20
Forums:
Hello opencascade community.
I try to use DRAWEXE.
First of all I use the command
> pload ALL
OCCT load several plug-in and view the message:
Could not open TKDCAF: cannot find the specified module
TKDCAF.dll exists and is not missing.
Does any one know this message and its consequences ?
Thanxs
Tue, 12/13/2011 - 14:44
Dear Jean-Yves,
It means that your environment settings are incorrect.
The next post may be useful for you http://www.opencascade.org/org/forum/thread_21927/.
Regards
Wed, 12/21/2011 - 14:55
I had the same problem.
In my case, the reason was that ftgl_dynamic_MTD.dll could not be found.
If you recompiled the 3rd party libraries yourself, you have to create a bin-folder in "%FTGLDIR% and put the dll there, because env.bat adds "%FTGLDIR%\bin" to the PATH in order to look for the DLL.
Regards,
Timo