Dependencies + VS .Net 2003
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I'm trying to install my app on a computer where VS is not installed. For some reason it does not work. I tried to use depends.exe to find out where the problem is but I don't really know what to do with the results: GetProcAddress(0x77BA0000 [MIDIMAP.DLL], "midMessage") called from "WINMM.DLL" at address 0x76AE3AFE and returned NULL. Error: Procedure cannot be found (127). Second chance exception 0xE06D7363 (Microsoft C++ Exception) occurred in "KERNEL32.DLL" at address 0x7C81EB33. Exited "VRSOFT20.EXE" (process 0x584) with code -529697949 (0xE06D7363). Entrypoint reached. All implicit modules have been loaded. The dll have the same version on both computers. What's wrong??? Luc :)