Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
we have project in Visual C++ 6.0 that using MIL Imaging 7 libraries and it good compiling in Windows XP.
After moving this project to Windows 7 (32 bit) & upgrading to MIL Imaging 9.0 R2, the registration of created COM dll is fails .
The errors showed in Dependency Walker :
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Highlighted:MIL.dll, MILIM.dll, MILPAT.dll
MIL.dll cannot load IEFrame.dll that cannot load IERTutil.dll(SHLWAPI.dll)
Visual Studio has path to these MIL dlls & libs
I have MIL Image dev plug and license, but unfortunately cannot call to Matrox support

can somebody to navigate where problem is, please?

What I have tried:

I tried run all available upgrades for MIL 9 R2
I run regsvr32 as administrator
UAC of Win 7 is lowest
Posted
Updated 8-Jun-16 7:07am
Comments
Richard MacCutchan 8-Jun-16 5:21am    
You need to contact the provider of these libraries.
Nika34 19-Jun-16 4:42am    
ok

1 solution

I am sorry, but your stuff is to old and outdated. From which year are they? ;-)

You need newer version of these dlls, which are built for Windows 7 because Microsoft has changed the guts of the shlwapi.dll and even more the IE-runtime.

Even you could build your project on Windows XP it wont run on Windows 7, especially on 64-bit.
 
Share this answer
 
Comments
Nika34 19-Jun-16 3:41am    
ok

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900