01-30-2006 02:07 PM
01-31-2006 06:25 AM
01-31-2006 09:24 AM
01-31-2006 11:41 AM
Hi pacho,
Normally the compiler would check to see if panelHandle is of the correct datatype and that it exists, so I would see if the problem is related to the UIR. Can you attempt to load another UIR file--one that you know works--maybe from another program. Or, just create a new one and see if you can load it before 'backprob....'. I would also suggest that if you have multiple panels in your project that you give each their own resource ID (you chose PANEL for this certain panel in 'backprob...'). CVI may allow you to use 'PANEL' as a resource ID for multiple panels as long as they are in separate UIR files (I don't know this), but it would add clarity for your own sake to not do this--even if you can. Could this be one of the problems? Just some ideas...
Orlan
02-01-2006 06:26 AM
I had this problem when I upgraded from CVI 6.0 to CVI 7.1.
I ended up having to rebuild the entire UIR in CVI 7.1 to eliminate the error.
Does this appply to your situation?