Message 1 of 8
Ilogic dll Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I've made a lot of ilogic rules which use dlls to look up text files for ratio values. The dlls all work fine and are stored in "C:\Program Files\Autodesk\Inventor 2012\Bin\iLogicAdd".
To add the dll I use the following method:
AddReference "Core_xxxx.dll" Dim dll as New Core_xxxx.Core_xxxx_Class
If, however, someone opens the file on a computer which does not have the dlls they get an error message saying
" Error on Line 0 : could not find library 'Core_xxxxxxx.dll'
Error on Line 0 : compiler initialization failed unexpectedly: 0x80070002 "
Is there any way I can catch or silence this error? I would like to be able to open the model on computers which do not contain the dlls without the error message apprearing.
thanks,
John