Win64 to Win32 Compatibility Problem

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have Visual Studio2008 installed on WindowsXP(x64) edition, ..


I am making my College Project on Digital Image Processing by Using OpenCV Library . Its a open source Library on Win32 environment,
But My working Environment is to make a application of Win32 on VisualStudio2008, ..

My test Programe gives 0errors , 0 warnings
but gives Run Time time error

""Application failed to initialize properly (0xAddress), press OK to Exit the Application""


<b>

Runtime Error LogFile:</b>


Test.exe: Loaded C:Documents and SettingsPulkit GoelMy DocumentsVisual Studio 2008ProjectsTestDebugTest.exe, Symbols loaded.
Test.exe: Loaded C:WINDOWSSysWOW64kernel32.dll
Test.exe: Unloaded C:WINDOWSSysWOW64kernel32.dll
Test.exe: Loaded C:WINDOWSSysWOW64ntdll.dll
Test.exe: Loaded C:WINDOWSSysWOW64kernel32.dll
Test.exe: Loaded C:Program Files (x86)OpenCVbincv110.dll, Symbols loaded.
LDR: LdrpWalkImportDescriptor() failed to probe C:Program Files (x86)OpenCVbincv110.dll for its manifest, ntstatus 0xc0150002
Debugger:: An unhandled non-continuable exception was thrown during process load
The program [752] Test.exe: Native has exited with code 128 (0x80).

<hr class="sig pgoel

View the full article
 
Back
Top