search for: enumprocessmodules

Displaying 12 results from an estimated 12 matches for "enumprocessmodules".

2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
Konnichiwa Mongrel users, mongrel_service cannot run as a windows service under my environment, with the windows message : "error 1053 : The service did not respond to the start or control request in a timely fashion." >From a part of "ServiceFB.log" at c:/ruby/bin, mongrel_service failed to get the process name of "service.exe".
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control
2010 Oct 04
0
[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
...;%i", i); } typedef void(*printIntType)(int); } int main(void) { HMODULE self = GetModuleHandle(0); printIntType printIntPtr = (AddFunc)GetProcAddress(self, "printInt"); (*printIntPtr)(42); } And if you want to check for something exported from any currently loaded module, EnumProcessModules can be used for that to get all modules loaded into the current process. So is this really all that is needed to get linking working on Windows? If so then I can easily do it. Maybe a few pointers to show me where in LLVM/clang source the equivalent *nix code is so I can special case it?
2010 Oct 04
1
[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
>>> Any help will be much appreciated. Thanks! >> Windows does not support dynamic linking. You will need to resolve >> externals by hand. > > Why would it not support dynamic linking?  What about loadlibrary and > its kin are not sufficient to handle this? Well, you cannot easily export stuff from an executable and this is the main issue here. (And you cannot e.g.
2010 Oct 02
4
[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
Hi Buit the Kaleidoscope example under MinGW and everything runs fine except when I try the following example in Chapter 6: extern printd(x); printd(123); where printd is the library function defined in C as extern "C" double printd(double X) { printf("%f\n", X); return 0; } The error message is: LLVM ERROR: Program used external function
2018 Jan 12
0
Wine release 3.0-rc6
...lt value in dropdown list is no longer select 44332 Powerpoint 2007/2010 slideshow encounters an "unexpected error" trying to move past first slide ---------------------------------------------------------------- Changes since 3.0-rc5: Akihiro Sagawa (1): psapi/tests: Add more EnumProcessModules tests. Alex Henrie (17): msi/tests: Add missing return value checks to package tests (Coverity). shell32/tests: Add missing return value check to shelllink tests (Coverity). kernel32/tests: Add missing return value check to module tests (Coverity). wininet/tests: Fix off-by...
2018 Jun 11
0
Wine release 3.10
...ted types. msi/tests: Test registration of a valid typelib. msi/tests: Test deferral of RegisterTypeLibraries and UnregisterTypeLibraries. msi/tests: Test self-registration of a valid DLL. msi/tests: Test deferral of SelfRegModules and SelfUnregModules. kernel32: Allow EnumProcessModules() to succeed on a WoW64 process. kernel32: Allow GetModuleBaseName() to succeed on a WoW64 process. kernel32: Allow GetModuleFileNameEx() to succeed on a WoW64 process. kernel32: Allow GetModuleInformation() to succeed on a WoW64 process. msi/tests: Simplify and combine envi...
2015 Jul 10
0
Wine release 1.7.47
...ite: Implement GetGdiCompatibleMetrics(). dwrite: Implement SetReadingDirection() for layout. dwrite: Fix alignment shifts in RTL case. dwrite: Properly set run origin in DWRITE_READING_DIRECTION_RIGHT_TO_LEFT case. Olivier F. R. Dierick (2): kernel32: Fail gracefully in K32EnumProcessModules with NULL pointer. psapi/tests: Add test for EnumProcessModules with NULL pointer. Piotr Caban (4): msvcirt: Fix ostrstream::ostrstream() constructor stub. msvcrt: Add ismbblead_l implementation. msvcrt: Add _mbscat_s_l implementation. msvcirt: Fix leak in ~ios and io...
2019 Nov 15
0
Wine release 4.20
...sion 1.1.113. winevulkan: Update to VK spec version 1.1.114. winevulkan: Update to VK spec version 1.1.117. winevulkan: Update to VK spec version 1.1.126. Louis Lenders (1): wine.inf: Add value for DigitalProductId. Martin Storsjo (1): kernel32: Add a special case to EnumProcessModules for the local process. Matteo Bruni (9): d3dcompiler: Always expect D3D_COMPILER_VERSION to be defined. include: Define D3D_COMPILER_VERSION if it's not already defined. include: Expose MinPrecision field on d3dcompiler version >= 46. d3dcompiler: Initialize MinPreci...
2011 Aug 26
0
Wine release 1.3.27
...shdoclc: Mark the page print footer as not needing translation. winefile: The title format string cannot really be translated so remove it from the resources. avifil32: The stream format string cannot really be translated so remove it from the resources. psapi/tests: Fix the EnumProcessModules() test and provide more diagnostic information if it fails. Fr?d?ric Delanoy (36): cmd: Use CSTR_* instead of hardcoded values as result of CompareStringW. cmd: Remove reference to no longer existing WCMD_read_console from header file. cmd: Clarify some trace messages. cmd/...
2012 Jun 22
0
Wine release 1.5.7
...hes when start race: D3DXGetImageInfoFromFileInMemory File type DDS is not supported yet 30456 failure starting up wizard101 30465 BridgeCentral: Invalid floating point operation in mozjs.dll (fldcw in JSDOUBLE_IS_INT32) 30528 Tibia bot crashes when connecting to tibia process (kernel32 K32EnumProcessModules() 'needed' out parameter needs a check for NULL) 30644 Random crash while using the downloader for StarCraft 2 30695 Port Royale: graphical issues in menus and in mid game 30776 Faerie Solitaire (Steam version) tends to crash 30782 msvcp71.dll.??0?$basic_istream at DU?$char_trai...
2011 May 13
0
Wine release 1.3.20
...32: Moved EnumProcesses implementation to kernel32. urlmon: Moved test_internet_feature_defaults invokation to skip tests on too old IEs. mshtml: Don't use Gecko nsIURI::GetHostPort implementation. wininet: Moved connected check out of NETCON_set_timeout. kernel32: Moved EnumProcessModules implementation to kernel32. wininet: Added support for persistent HTTP connections. wininet: Set TCP_NODELAY on socket. urlmon: Code clean up and make tests a bit stricker. kernel32: Moved QueryWorkingSet and QueryWorkingSetEx implementation to kernel32. mshtml: Ignore...