search for: _imp__enumerateloadedmodules

Displaying 4 results from an estimated 4 matches for "_imp__enumerateloadedmodules".

2010 Sep 27
1
[LLVMdev] Shared Libraries (dlls) using MinGW
...porting has been activated without --enable-auto-import specified on the command line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs. CMakeFiles/LLVMSystem.dir/DynamicLibrary.cpp.obj:DynamicLibrary.cpp:(.text+0x40a): undefined reference to `_imp__EnumerateLoadedModules at 12' CMakeFiles/LLVMSystem.dir/Process.cpp.obj:Process.cpp:(.text+0xbe): undefined reference to `GetProcessMemoryInfo at 12' CMakeFiles/LLVMSystem.dir/Signals.cpp.obj:Signals.cpp:(.text+0x1d9): undefined reference to `_imp__SymSetOptions at 4' CMakeFiles/LLVMSystem.dir/Signals.cpp.obj...
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
...12' c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(DynamicLibrary.o): In function `ZN4llvm3sys14DynamicLibrary22LoadLibraryPermanentlyEPKcPSs': c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/DynamicLibrary.inc:116: undefined reference to `_imp__EnumerateLoadedModules at 12' -- Lennart On Sun, Mar 8, 2009 at 7:14 PM, Chris Lattner <clattner at apple.com> wrote: > > On Mar 8, 2009, at 4:21 AM, Lennart Augustsson wrote: > >> Like this: >> >> llvm[1]: Compiling Signals.cpp for Debug build >> In file included from Signa...
2009 Mar 08
0
[LLVMdev] Compiling LLVM on MinGW
On Mar 8, 2009, at 4:21 AM, Lennart Augustsson wrote: > Like this: > > llvm[1]: Compiling Signals.cpp for Debug build > In file included from Signals.cpp:33: > Win32/Signals.inc:262: error: `sys' has not been declared > Win32/Signals.inc: In function `void AddSignalHandler(void (*) > (void*), void*)': > Win32/Signals.inc:266: error: `KillSigs' was not declared
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
Like this: llvm[1]: Compiling Signals.cpp for Debug build In file included from Signals.cpp:33: Win32/Signals.inc:262: error: `sys' has not been declared Win32/Signals.inc: In function `void AddSignalHandler(void (*)(void*), void*)': Win32/Signals.inc:266: error: `KillSigs' was not declared in this scope Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this scope