search for: loadlibraryex

Displaying 17 results from an estimated 17 matches for "loadlibraryex".

Did you mean: loadlibraryexw
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...v ("R_HOME")) { // BDR OutputDebugString("from env:"); char DLLlocation[MAX_PATH]; strcpy(DLLlocation, getenv("R_HOME")); strcat(DLLlocation, "\\bin\\"); strcat(DLLlocation, RDLL); OutputDebugString(DLLlocation); m_ProxyModule = LoadLibraryEx (DLLlocation, NULL, LOAD_WITH_ALTERED_SEARCH_PATH); // trace failure! if (m_ProxyModule == 0) { sprintf(lTraceBuffer,"R_HOME set to \"%s\", failed to load \"%s\"\n", getenv("R_HOME"),DLLlocation); OutputDebugString(lTraceBuffer)...
2004 Oct 13
4
win32-eventlog problem
Hi all, I''ve logged a new bug for win32-eventlog based on Joey Gibson''s ruby talk post (116528). Park, I''ve assigned it to you for now, figuring that you''re probably the one who best knows how to fix it. All help welcome. Dan
2006 Dec 17
0
FormatMessage issue in eventlog.rb - more clues
...; int main(){ HMODULE hmod; int rv; char buf[4096]; char* dll = "C:\\WINDOWS\\system32\\mscoree.dll"; char* va_list[3]; int flags = FORMAT_MESSAGE_FROM_HMODULE | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ARGUMENT_ARRAY; hmod = LoadLibraryEx(dll, 0, LOAD_LIBRARY_AS_DATAFILE); printf("HMOD: %i\n", hmod); va_list[0] = "store application started"; rv = FormatMessage( flags, hmod, 0, 0, (LPTSTR)buf, sizeof(buf), va_list ); printf("RV: %i\n&quot...
2007 Dec 05
21
Fwd: win32/process problem
Any ideas? ---------- Forwarded message ---------- From: Christian Kerth <christian.ke... at dynamicmedia.at> Date: Dec 5, 8:28 am Subject: win32/process problem To: comp.lang.ruby I have an application that consists of serveral independent parts. I want to use the Windows Process API to spawn the different processes. e.g. require ''rubygems'' require
2004 Oct 14
0
More on the description problem in win32-eventlog
I think I''ve narrowed it down to this call in eventlog.h hModule = LoadLibraryEx( szExeFilePath, 0, DONT_RESOLVE_DLL_REFERENCES ); In all cases where the description is returning nil instead of actual text, this appears to be the culprit. I''ll do some more research. In the meantime, ideas welcome. :) Dan
2013 Aug 21
1
opusfile 0.4 release
On 20/08/13 08:38 PM, alpha thinktink wrote: > However, if I try to load the new libopusurl-0.dll from the same folder > as I have always done as with the other libraries, I get a NULL HMODULE > handle from LoadLibraryW and GetLastError() return error code 126 - "The > specified module could not be found." In addition to what Tim said, do you get the same error loading
2006 May 17
1
Need a little help with the pure Ruby win32-eventlog
Hi all, I''m working on the EventLog#read method for the pure Ruby version of win32-eventlog, but I''m stuck on the get_description private method. Here are the problems: * I don''t think I''m advancing the EVENTLOGRECORD properly between iterations. Take a look at the end of the "while dwread > 0" loop. I get some records, but not all of them.
2006 May 17
3
Need a little help with the pureRubywin32-eventlog
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Berger, Daniel > Sent: Wednesday, May 17, 2006 12:07 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Need a little help with the > pureRubywin32-eventlog > > > >
2011 Apr 08
0
Wine release 1.2.3
...003 refuses to install (Service Pack 2 for Windows Server 2003 install required) 20552 Memory leak in alloc_thread_tls? 23872 Steam: Windows will automatically reopen after being closed 24294 corrupted icons in SolidWorks sketches 24680 loader: segfault after loading krnl386.exe, while LoadLibraryEx for any buildin dll 24800 wine try to use float texture even if driver don't support them 25107 When panning on SeaClear, bits of the chart get 'left behind' 25155 Creative Writer 2 only installs in Win9x modes on WoW64 25206 Anarchy Online v18.4, Ingame browser crashes (Awe...
2008 Sep 05
0
Wine release 1.1.4
...32: Trace the message sequences. comctl32: Fix a failing test in win2000. crypt32: Split the test for ret and last error up. msi: Handle converting a value of REG_DWORD in MsiSourceListEnumMediaDisks. msi: Add tests for opening an empty package. kernel32: Add tests for LoadLibraryEx. advapi32: Fix a few test failures in Vista. advapi32: Fix the process access rights value for Vista. crypt32: Fix a test that fails in Vista. crypt32: Remove a test with a binary result that behaves differently across platforms. crypt32: Fix a failing test in Vista....
2013 Dec 06
0
Wine release 1.7.8
...macros. comctl32/tests: Make treeview.c compile with -D__WINESRC__. comctl32/tests: Finally compile with -D__WINESRC__. Nikolay Bogoychev (2): wined3d: Recognize Haswell mobile graphics 4600. wined3d: Recognize GeForce GTX 765M. Nikolay Sivov (26): kernel32: Add more LoadLibraryEx() flags defines and mark them as unsupported. qmgr: Implement IBackgroundCopyJob::SetDescription(). qmgr: Implement IBackgroundCopyJob::GetDescription(). qmgr/tests: Remove skips around tests that don't fail. qmgr: Implement IBackgroundCopyManager::GetJob(). qmgr:...
2015 Sep 04
0
Wine release 1.7.51
...) calls. wined3d: Use unsigned mask constants in shifts. Hugh McMaster (7): regsvr32: Process flags before files. regsvr32: /n and /u /n should be handled as invalid flags. regsvr32: Use correct exit code when GetProcAddress fails. regsvr32: Use correct exit code when LoadLibraryEx fails. regsvr32: Use INVALID_ARG define instead of magic 1. regsvr32: Use correct exit code when DllRegisterServer, DllUnregisterServer and DllInstall fail. regsvr32: Do not attempt to register '/' or '-'. Jacek Caban (12): d3d11.idl: Added some missing decl...
2013 Nov 22
0
Wine release 1.7.7
...msctf: Pass QueryInterface arguments properly to main interface method. shell32: Cache typeinfo instances. msctf: Fix some interface casts left from cleanup. msctf: Remove some duplication. kernel32/tests: Some more tests for SearchPath(). kernel32/tests: Test for LoadLibraryEx() with full path without extension. Patrick Rudolph (1): ddraw: Fill dwNumFourCCCodes in ddraw7_GetCaps. Piotr Caban (13): kernel32/tests: Fix IdnToNameprepUnicode tests. wininet/tests: Fix urlcache tests on IE10. qcap: Support compression filter in ICaptureGraphBuilder2::...
2010 Sep 18
0
Wine release 1.3.3
...meux: Add support of loading Application Id into registry. gameux: Add storing Title registry value. gameux: Add storing Description registry value. gameux: IGameExplorer::RemoveGame implementation. include: Add LOCALE_INVARIANT definition. kernel32: New flags added to LoadLibraryEx. gameux: IGameExplorer::UpdateGame implementation. gameux/tests: Add basic test for InstallGame and UninstallGame. gameux/tests: Add verification of registry content for InstallGame and UninstallGame. gameux: Add InstallGame implementation. gameux: Add UninstallGame im...
2010 Dec 24
0
Wine release 1.3.10
...tical move 23089 Grass rendering bug in S.T.A.L.K.E.R clear sky/call of pripyat 23378 Desktop launchers generated by new Steam UI are broken 24294 corrupted icons in SolidWorks sketches 24323 Need for speed 3 crashes on startup 24680 loader: segfault after loading krnl386.exe, while LoadLibraryEx for any buildin dll 24866 Unhandled exception in Windows Double Explorer (IExplorerBrowser_fnSetPropertyBag) 25040 Icons in system tray area are blank 25059 dotnet30 install completion window minimized, needs balloon tooltip 25155 Creative Writer 2 only installs in Win9x modes on WoW64...
2019 Jun 10
0
Wine release 4.10
...no 1800 closed beta crashes at launch 46723 Unreal Engine based games stuck at launch and show a black screen instead of playing video (Kholat, What Remains of Edith Finch, Draugen, Obduction) 46809 Multiple applications fail to install or crash on startup: dll dependencies from private path (LoadLibraryEx LOAD_WITH_ALTERED_SEARCH_PATH)(PS4 Remote Play 2.x. DVDVideoSoft Free YouTube to MP3 Converter 4.x) 46824 Orion Prelude (Steam) crashes with wine-mono 46942 [REGRESSION] 4.0 introduce lag / performance drop in Lara Croft the guardian of light 46982 MPGUI crashes on unimplemented function m...
2007 Jun 01
0
Wine release 0.9.38
...ests: Handle different results from XP. ddraw: Do not crash when Clipper is NULL. Dmitry Timoshkov (38): user32: Add a test for CheckMenuRadioItem and make it pass under Wine. user32: Add a test for the menu resource loader, make it pass under Wine. kernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_DATAFILE). user32: Remove duplicated code. kernel32: Print last error value as unsigned, printing error in hex is useless. kernel32: Add an overflow test for MultiByteToWideChar. widl: Fix compilation warnings in 64-bit mode. winebuild: Fix compilation...