search for: imagehlp

Displaying 20 results from an estimated 119 matches for "imagehlp".

2015 Aug 30
3
Compilation error with MinGW
...0 Slycelote via llvm-dev <llvm-dev at lists.llvm.org>: > >> Hi all, >> >> I'm hitting the same problem as in this[1] thread. I use release_37 >> branch on 64-bit Windows 7. >> The problem is here: >> >> #ifdef __MINGW32__ >> #include <imagehlp.h> >> #else >> #include <dbghelp.h> >> #endif >> >> <skip> >> >> typedef BOOL (WINAPI >> *fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID); >> >> imagehlp.h doesn't define PENUMLOADED_MODULES_CALLB...
2015 Aug 29
2
Compilation error with MinGW
Hi all, I'm hitting the same problem as in this[1] thread. I use release_37 branch on 64-bit Windows 7. The problem is here: #ifdef __MINGW32__ #include <imagehlp.h> #else #include <dbghelp.h> #endif <skip> typedef BOOL (WINAPI *fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID); imagehlp.h doesn't define PENUMLOADED_MODULES_CALLBACK64 type. I fixed it on my side by the patch in the bottom of this email, but I don...
2010 Nov 13
1
MSI failure while trying to install gmax
...0-11-13 14:13:24 (591 KB/s) - `InstMsiA.exe' saved [1709160/1709160] Setting Windows version to win98 Executing early_wine regedit c:\winetrickstmp\set-winver.reg Executing wine /home/john/.cache/winetricks/InstMSIA.exe fixme:storage:create_storagefile Storage share mode not implemented. fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msisip.dll", "C:\\windows\\system32\\;C:\\windows\\system32\\;C:\\windows\\system32", (null), (nil)): stub fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msihnd.dll", "C:\\windows\\system32\\;C:\\windows\\system32\\;...
2005 Mar 10
2
Quicken 2000 install fails with insufficient temp disk space
...exe\\x11drv] "Desktop" = "800x600" [AppDefaults\\explorer.exe\\x11drv] "Desktop" = "800x600" [AppDefaults\\notes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "native" [AppDefaults\\nlnotes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "na...
2002 Aug 16
2
Lotus Notes
Hello Sorry for my last question, - I get XFree86-libs and message error is not display but ... When I install lotus notes : $ wine CW867PL.exe first - instaler unpacking files to C:\TEMP - this looks good, but later installer stop on black screen with logo R5 in left corner. This operation stay still (last time 30 minutes - I killed wine proces). Can you help me.
2009 Jan 17
2
[LLVMdev] Build problems on MinGW
...t1.cpp `llvm-config --cxxflags --ldflags --libs core` -o tut1 >> /mingw/lib/libLLVMSystem.a(Process.o):Process.cpp:(.text+0x8d): >> undefined reference to `GetProcessMemoryInfo at 12' >> collect2: ld returned 1 exit status > I believe you will need additional libraries like imagehlp and psapi. I have /lib/libimagehlp.a and /lib/libpsapi.a nm --defined-only /lib/libpsapi.a | grep "GetProcessMemoryInfo" - returns: 00000000 T _GetProcessMemoryInfo at 12 00000000 I __imp__GetProcessMemoryInfo at 12 And llvm-config seems to be asking for them to be picked up: -I//i...
2012 Feb 08
4
Kindle PC 1.8.1 and wine 1.3.32
...t; \-PE 7d620000-7d64c000 \ winhttp ELF 7d64c000-7d6c9000 Deferred gdiplus<elf> \-PE 7d660000-7d6c9000 \ gdiplus ELF 7d7a7000-7d7e9000 Deferred rsaenh<elf> \-PE 7d7b0000-7d7e9000 \ rsaenh ELF 7d7e9000-7d803000 Deferred imagehlp<elf> \-PE 7d7f0000-7d803000 \ imagehlp ELF 7d803000-7d821000 Deferred wintab32<elf> \-PE 7d810000-7d821000 \ wintab32 ELF 7d821000-7d83c000 Deferred spoolss<elf> \-PE 7d830000-7d83c000 \ spoolss ELF 7d83c000-7d85e000 De...
2005 Jan 06
1
Visual Page on linux using Wine
...e\\x11drv] "Desktop" = "800x600" [AppDefaults\\explorer.exe\\x11drv] "Desktop" = "800x600" [AppDefaults\\notes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "native" [AppDefaults\\nlnotes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "n...
2009 Jan 17
2
[LLVMdev] Build problems on MinGW
2009/1/13 Anton Korobeynikov <anton at korobeynikov.info>: > Hello, Duncan > > * LD (which I took to be representative of Binutils version) 2.17.50 > 20060824 > Why you're using such old binutils? 2.18.50-20080109 definitely worked for > me (and release binaries were built so...). Thank you for your reply Anton. I'm sorry it's taken a while to get back to you.
2009 Jan 17
0
[LLVMdev] Build problems on MinGW
...> $ g++ -g tut1.cpp `llvm-config --cxxflags --ldflags --libs core` -o tut1 > /mingw/lib/libLLVMSystem.a(Process.o):Process.cpp:(.text+0x8d): > undefined reference to `GetProcessMemoryInfo at 12' > collect2: ld returned 1 exit status I believe you will need additional libraries like imagehlp and psapi. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Jan 17
0
[LLVMdev] Build problems on MinGW
Duncan Pierce <duncan at duncanpierce.org> writes: > I have /lib/libimagehlp.a and /lib/libpsapi.a > > nm --defined-only /lib/libpsapi.a | grep "GetProcessMemoryInfo" - > > returns: > > 00000000 T _GetProcessMemoryInfo at 12 > 00000000 I __imp__GetProcessMemoryInfo at 12 > > And llvm-config seems to be asking for them to be picked up: &...
2011 Feb 23
1
wine & codeblocks
...atnotebook PE 10000000-1006b000 Deferred exchndl ELF 20000000-20004000 Deferred iso8859-2.so ELF 20004000-20065000 Deferred dbghelp<elf> \-PE 20010000-20065000 \ dbghelp ELF 353b6000-353cf000 Deferred imagehlp<elf> \-PE 353c0000-353cf000 \ imagehlp ELF 47b84000-47b99000 Deferred psapi<elf> \-PE 47b90000-47b99000 \ psapi ELF 5c8ca000-5c8e1000 Deferred msftedit<elf> \-PE 5c8d0000-5c8e1000 \...
2005 Jan 31
1
Installing Flash MX 2004: dcom98 is ok but can't get InstallShield to continue
...e\\x11drv] "Desktop" = "800x600" [AppDefaults\\explorer.exe\\x11drv] "Desktop" = "800x600" [AppDefaults\\notes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "native" [AppDefaults\\nlnotes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "n...
2012 Feb 01
8
D2GS on Wine
...oader> ELF 7df48000-7df5d000 Deferred psapi<elf> \-PE 7df50000-7df5d000 \ psapi ELF 7df5d000-7dfa7000 Deferred dbghelp<elf> \-PE 7df70000-7dfa7000 \ dbghelp ELF 7dfa7000-7dfbe000 Deferred imagehlp<elf> \-PE 7dfb0000-7dfbe000 \ imagehlp ELF 7e0cf000-7e0ef000 Deferred imm32<elf> \-PE 7e0e0000-7e0ef000 \ imm32 ELF 7e0ef000-7e117000 Deferred msacm32<elf> \-PE 7e100000-7e117000 \...
2019 Aug 23
0
Wine release 4.0.2
...EEN) 18099 No keyboard response in Super Mario 3 remake 19098 Regedit randomly crashes when deleting registry keys 21403 Shiva Editor/Evochron: Mercenary refuse to run with built-in dinput/dinput8.dll 23455 FileAlyzer 1.6.0.4, Affinity-installer-1.6.5.123 can't load PE images (needs imagehlp.ImageLoad and imagehlp.ImageUnload implementation) 26445 URLDownloadToFileW does not support FTP URLs 28847 LabChart Reader 7.x crashes due to missing wmvcore 'IWMProfileManager2', CLSID '{7a924e51-73c1-494d-8019-23d37ed9b89a}' 33845 Warframe (Steam) updater fails to replac...
2019 Mar 29
0
Wine release 4.5
...UTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 4.5 (total 30): 19098 Regedit randomly crashes when deleting registry keys 23455 FileAlyzer 1.6.0.4, Affinity-installer-1.6.5.123 can't load PE images (needs imagehlp.ImageLoad and imagehlp.ImageUnload implementation) 26445 URLDownloadToFileW does not support FTP URLs 38087 Settlers III: mouse not working on start screen and menu (after fixing raw input bug 33479) 38801 Settlers Heritage of Kings crashes when loading a map 41591 Solidworks 2016 insta...
2005 May 18
0
Serial and parallel ports
...e\\x11drv] "Desktop" = "800x600" [AppDefaults\\explorer.exe\\x11drv] "Desktop" = "800x600" [AppDefaults\\notes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "native" [AppDefaults\\nlnotes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "n...
2012 Jun 07
2
help to run visual-novel
...f> \-PE 7edc0000-7edd3000 \ version ELF 7ef9a000-7efa7000 Deferred libnss_files.so.2 ELF 7efa7000-7efd3000 Deferred libm.so.6 ELF 7efd4000-7efd9000 Deferred libxdmcp.so.6 ELF 7efd9000-7efe7000 Deferred libxext.so.6 ELF 7efe7000-7f000000 Deferred imagehlp<elf> \-PE 7eff0000-7f000000 \ imagehlp ELF f74a0000-f74a5000 Deferred libuuid.so.1 ELF f74a7000-f74ac000 Deferred libdl.so.2 ELF f74ad000-f74b0000 Deferred libxau.so.6 ELF f74d2000-f74d9000 Deferred libsm.so.6 ELF f74d9000-f767b000 Deferred l...
2003 Feb 14
1
Problems while installing ICEMCFD for WinNT
...ub (NT impl. only) fixme:thread:SetThreadExecutionState (0x80000001): stub, harmless (power management). fixme:thread:SetThreadExecutionState (0x80000000): stub, harmless (power management). Created not existing system directory 'C:\WINDOWS\Start Menu\Programs\Administrative Tools' fixme:imagehlp:StackWalk (332, 0xffffffff, 0xfffffffe, 0x415701d8, 0x415709f8, (nil), 0x417b0400, 0x417b0480, (nil)): stub fixme:thread:SetThreadExecutionState (0x0): stub, harmless (power management). fixme:process:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:process:CreateProcessA (M...
2005 Mar 26
2
dvdshrink with wine
...e\\x11drv] "Desktop" = "800x600" [AppDefaults\\explorer.exe\\x11drv] "Desktop" = "800x600" [AppDefaults\\notes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "native" [AppDefaults\\nlnotes.exe\\DllOverrides] "msvcrt" = "native" "msvcrt40" = "native" "crtdll" = "native" "imagehlp" = "native" "rnaph" = "n...