Displaying 9 results from an estimated 9 matches for "enumerateloadedmodules".
Did you mean:
fenumerateloadedmodules
2015 Aug 30
3
Compilation error with MinGW
...ease_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't know if it's the right approach in general.
>>
>> [1]...
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't know if it's the right approach in general.
[1] http://comments.gmane.org/gmane.comp.compilers.clan...
2009 Apr 08
0
[LLVMdev] DynamicLibrary.inc compile error /w vc++2005 and windows sdk 6.1
...guard for ELM_Callback(...) kinda kills
the possibility of using VC++2005 with SDK 6.1 and without the macro
guard, one will require to have SDK6.0A+ setup with vc++2005. Is there
any known workaround to this issue?
1>d:\dev\llvm\lib\system\Win32/DynamicLibrary.inc(116) : error C2664:
'EnumerateLoadedModules' : cannot convert parameter 2 from 'BOOL
(__stdcall *)(PSTR,llvm::ModuleBaseType,ULONG,PVOID)' to
'PENUMLOADED_MODULES_CALLBACK'
I saw one old post from 2007 titled "LLVM 2.1 with VC++" in this list
stating the same thing but this wasn't fixed probably due to f...
2008 Feb 21
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...VMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
>To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
>
>Hi there,
>
>Did anyone try VS2008/Vista? There would a compile error (LLVM
>2.1/2.2) at Line 126 in the file DynamicLibrary.inc.
>// EnumerateLoadedModules(GetCurrentProcess(), ELM_Callback, 0);
>Maybe MS changed the parameter type in the latest platform SDK.
>
>A simple workaround. At line 47 in the same file DynamicLibrary.inc,
>// static BOOL CALLBACK ELM_Callback(PSTR ModuleName, ...
>change PSTR to PCSTR, and everything is OK.
&g...
2008 Feb 12
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hello all,
Is there anyone has tried LLVM 2.1 on Visual Studio 2005?
I did but not succeed due to some build errors.
I seem to remember I read somewhere on this list it's compiled on VS2005 so I wonder...
Have a good night.
Thx,
Seung
2007 Mar 19
1
Problems with Steam (counter-strike)
...dd33-b159-11d0-8fcf-00aa006bcc59}
not registered
err:ole:CoGetClassObject no class object
{4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:dbghelp:EnumerateLoadedModules If this happens, bump the number in mod
stegozor@elrascle-desktop:/usr/bin$ wine explorer.exe
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59}
not registered
err:ole:CoGetClassObject no class object
{4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for for context 0x1
fix...
2007 Aug 06
1
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
Hello, Alain.
> I'm starting to play with LLVM today and I've trouble compiling it.
> I'm
> working under Windows Vista, with the gcc from Cygwin:
Oh, this seems to be killer mix :) GCC (at least native mingw32 port)
has known problems being running on Vista.
> Is LLVM supposed to work with this version of GCC (probably using the
> -mno-cygwin option to get a
2007 Mar 19
2
steam&wine on Ubuntu dapper
...dd33-b159-11d0-8fcf-00aa006bcc59}
not registered
err:ole:CoGetClassObject no class object
{4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for for context
0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:dbghelp:EnumerateLoadedModules If this happens, bump the number
in mod
fixme:dbghelp:sffip_cb NIY on
'u:\p4clients\rel_beta\Projects\GazelleProto\Client\BootStrapper\VC70_Release_Static\BootStrapper.pdb'
fixme:dbghelp:sffip_cb NIY on
'u:\p4clients\taylor_steam3_rel_client\src\steamUI\Release\SteamUI.pdb'
fixme:db...
2007 Jan 09
0
Wine release 0.9.29
...Eric Pouech (21):
cmd: Fix 'copy foo bar/' which gave access denied errors.
msvcrt: execl fix when no args are given (reported by Louis Lenders).
winedbg: Added a maintenance command to load a given module (for debug purposes).
dbghelp: Implemented 64 bit versions of EnumerateLoadedModules.
imagehlp: Fixed computation of SizeOfImage in MapAndLoad.
imagehlp: Correctly handle files without NT headers in MapAndLoad.
imagehlp: Make use of the bReadOnly parameter in MapAndLoad.
dbghelp: Corrected the map/unmap operations for ELF sections.
winedump: Added abil...