07-25-2006 04:32 AM
07-26-2006 09:56 AM
07-26-2006 10:49 AM
Thank you for your help. I could only fit much problem description in 80 characters. In answer to your questions:
1) CVI Version 8 downloaded eveluationl version from the Website in an attempt to overcome this error.
2) Windows XP
3) Executing on a new standard PC.
4) Ordinal 380 is the error produced when attempting to load the OLEAUT32.DLL, I this may be an enumerated type which is not compatible with the OLEAUT32.DLL version in XP. I think the application is also including a OLEAUT32.lib file during build, come to think of it.
5) Triying to run an existing CVI application which works under Windows 2000.
The same problem also occures when using CVI 6 and running the applicationon the Windows XP. I think maybe it is something to do with the OLEAUT32.DLL version however I have been unsuccessful at copying on the Windows 2000 Version to XP.
Many Thanks
Martin.
07-26-2006 10:52 AM
"Ordinal 380" probably refers to the 380'th entry in the table of functions contained within the dll. If this is not present then it is likely that the dlls being used are not from the same or compatible builds as each other, so the solution would be to ensure that all software components are at the latest version.
JR
08-10-2006 03:36 AM
08-10-2006 11:31 AM