08-12-2004 04:37 AM
08-12-2004
09:22 AM
- last edited on
05-29-2026
10:56 PM
by
Content Cleaner
Hello Andy
Are you using the "Embed UIR"option in the target settings? If that is the case, make sure that the UIR that you are embedded does not have spaces in the file name.
Seems like the problem is quite similar to the one mentioned in this post [link removed; thread no longer available]
Hope this helps
Bilal Durrani
NI
08-13-2006 04:02 PM
I am having the same problem, except with creating a DLL. No, I am not embedding .uir files (don't have it marked under either release or debug target settings. I don't have an icon file nor do I see where to set this (building a DLL). I had this problem under CVI 7.0. I am having this problem under CVI8.0. I changed the permissions (Everyone can do Evertyhting) on my tmp directory and cleaned it out, despite having several GB free. I inherited this project from a contracting house and I can't find how to correct or work around it. The original project was created in CVI 6.0, so if there is some conversion magic that needs to happen, please enlighten me! I've never had CVI 6.0, I would rather migrate this project into the current millenium. 😉
Julie
08-14-2006 07:51 AM
08-14-2006
08:06 AM
- last edited on
05-29-2026
10:58 PM
by
Content Cleaner
Hi Julie and Andy,
There are several possible scenarios in which you could receive those errors. Andy, you could possible have a corrupt icon file. Try using a default CVI icon and see if that fixes anything. Also to, maybe the DLL file that you are creating is set to be built in a non-existing or non-writeable directory? Verify this this by selecting Build >> Target Settings and checking the build path for the target file in both debug and release form.
Also to, refer to this link for further discussion.
Hope this helps!
Best Regards
08-14-2006 08:09 AM
08-14-2006 08:15 AM
Jonathon,
In my case, I am building a DLL (despite the title of this thread, I replied as it was similar). I re-checked the paths for the Nth time, the DLLs are to be put in the working directory. There is neither an icon file nor a .uir file anywhere in the project or the project directory. Thanks for the links, but I'd already checked all those things.
Julie
08-14-2006 11:21 AM
08-14-2006 11:32 AM
Thanks for getting back to me Jonathan. I had created a new (empty-ish) IVI DLL with the wizards last night (worked), so I was pretty sure this was the result I would (and did) get:
The following files have been successfully created: cvidll.dll, cvidll.cdb, cvidll.lib
Watering down my project now ...
08-14-2006 02:23 PM