I've built an application using the IMAQ tools using VB. It runs on my machine (of course) and another that has had various NI hardware and tools installed.
I'm trying to do an install on a clean XP machine (no NI hardware or NI tools). I have built my install using VB's package manager.
During install it warns that msvcrt.dll is in use, the best I could do was ignore the error to continue (yes all apps were closed.).
When I launch my app it starts fine, all NI UI plots and widgits are displayed. When I try to load an image file I get:
Run Time Error 30227
Newer version of IMAQ required.
I've attached a zip that has screen captures of the various error messages that I've seen.
All service packs are up to date on his XP-Pro machine. The following are the contents of the files that the VB installer thinks it is installing:
[Setup1 Files]
File1=@COMCT332.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/6/00 12:00:00 AM,415176,6.7.0.8988
File2=@MSCOMCT2.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/22/00 12:00:00 AM,647872,6.0.88.4
File3=@mscomctl.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/22/00 4:58:10 PM,1066176,6.0.88.62
File4=@VB Splitter.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),1/29/04 5:26:28 AM,196608,1.0.0.0
File5=@mesa.dll,$(WinSysPath),,$(Shared),8/12/01 1:35:24 PM,872507,3.0.0.0
File6=@msvcrt.dll,$(WinSysPath),,$(Shared),8/29/02 2:41:08 AM,323072,7.0.2600.1106
File7=@mfc42.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),8/23/01 4:00:00 AM,995383,6.0.8665.0
File8=@cwui.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/23/03 10:00:00 AM,2326168,7.0.0.341
File9=@CWIMAQHlpBtn.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/9/01 4:26:08 PM,36864,6.0.0.557
File10=@comdlg32.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/22/00 4:58:00 PM,140488,6.0.84.18
File11=@cwmv.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/15/01 3:53:46 PM,274432,6.0.0.3
File12=@cwimaq.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),11/12/02 1:28:36 AM,2174976,6.0.5.569
File13=@SI_FG.exe,$(AppPath),,,3/7/04 11:55:55 AM,184320,1.1.0.0
Am I missing something obvious? Did I forget to include something in the installation? Does IMAQ assume that I've installed something on the target or can my installs stand alone?
Chuck