I have a Win32 application build with RAD Studio XE2. It runs fine on one Win 7 Ultimate machine where I've build the app and another Win 7 Ultimate which has no IDE installed. But when I try to run it on another clean install Win 7 Ultimate machine then I get an access violation exception in "MZP". I've tried to Google on MZP but the closest I get is "MountableZipFile". Does anyone have a clue what MZP is?
One odd thing is that sometimes it doesn't say "MZP" but "vcu.exe" which is the application name
This is the output from WinDbg when the exception occurs
-------------------
ModLoad: 00000000`75c50000 00000000`75cd3000 C:\Windows\syswow64\CLBCatQ.DLL
ModLoad: 00000000`03ad0000 00000000`0471a000 C:\Windows\SysWOW64\shell32.dll
ModLoad: 00000000`66050000 00000000`660a8000 C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll
ModLoad: 00000000`00a00000 00000000`00e77000 MZP
(1318.131c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
----------------------
and this is the output when it works
----------------------
ModLoad: 00000000`75630000 00000000`756b3000 C:\Windows\syswow64\CLBCatQ.DLL
ModLoad: 00000000`03e20000 00000000`04a6a000 C:\Windows\SysWOW64\shell32.dll
ModLoad: 00000000`575f0000 00000000`57648000 C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll
ModLoad: 00000000`029c0000 00000000`02e37000 MZP
ModLoad: 00000000`76e90000 00000000`76ebe000 C:\Windows\syswow64\WINTRUST.dll
ModLoad: 00000000`771a0000 00000000`772c0000 C:\Windows\syswow64\CRYPT32.dll
ModLoad: 00000000`76560000 00000000`7656c000 C:\Windows\syswow64\MSASN1.dll
ModLoad: 00000000`047a0000 00000000`048fc000 C:\Windows\SysWOW64\ole32.dll
---------------------------
Regards
MWebjorn