Displaying 7 results from an estimated 7 matches for "dll_process_attach".
2004 Oct 04
0
passing linux devices to a program in wine
...C:\WINDOWS\SYSTEM\DEVENUM.DLL",
0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) called from
"c:\windows\system\OLE32.DLL" at address 0x7FF45703 by
thread 1.
Loaded "c:\windows\system\DEVENUM.DLL" at address
0x35620000 by thread 1. Successfully hooked module.
DllMain(0x35620000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\windows\system\DEVENUM.DLL" called by thread 1.
DllMain(0x35620000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\windows\system\DEVENUM.DLL" returned 1 (0x1) by
thread 1.
LoadLibraryExA("C:\WINDOWS\SYSTEM\DEVENUM.DLL",
0x00000000, LOAD_WITH_ALTERED_SEARCH...
2010 Oct 18
2
Wine on Windows
...s not very responsive - clicking on buttons takes a couple of seconds to take effect. And so on. Problems I can't figure out. I tried adding shell31.dll and comctl31.dll, but no luck - the program doesn't even run. I've been trying to figure it out - DllMain isn't being invoked with DLL_PROCESS_ATTACH or something. And I am confused because Cygwin adds its own code before the "real" DllMain is invoked so I can't understand what's going on. I did see that some DllMains were being called a couple of times without entering in the "real" DllMain and after that being calle...
2007 Nov 11
2
No more sound
...oupdate) Unknown PCM default:0
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default:0
trace:dsound:DllMain (0x7c560000 8 (nil))
trace:dsound:DllMain UNKNOWN REASON
trace:dsound:DllMain (0x7c560000 1 (nil))
trace:dsound:DllMain DLL_PROCESS_ATTACH
trace:dsound:DllGetClassObject ({3901cc3f-84b5-4fa4-ba35-aa8172b8a09b},
{00000001-0000-0000-c000-000000000046}, 0xb5fd54)
trace:dsound:DSCF_AddRef (0x7c59e730) ref was 1
trace:dsound:DSCF_CreateInstance (0x7c59e730, (nil),
{c50a7e93-f395-4834-9ef6-7fa99de50966}, 0x1e06bb0)
trace:dsound:DSOUND_Creat...
2002 Jun 27
1
Building from a source-code library under windows
...g
EXPORTS
DllMain
nlme_two_comp_zero_CI_lag
#=======
#if defined(DLL_LOAD)
#include <windows.h>
#include <Math.h>
/* Standard DLL entry/exit procedure */
BOOL __stdcall
DllMain(HINSTANCE hDllInstance, DWORD dwReason, LPVOID
lpReserved)
{
switch (dwReason) {
case DLL_PROCESS_ATTACH:
/* initialization code here */
break;
case DLL_PROCESS_DETACH:
/* clean-up code here */
break;
}
return(TRUE);
}
#endif
void
nlme_two_comp_zero_CI_lag (long int *norow, double *maxoorder, double
*OMAT,...
2013 Feb 15
0
Wine release 1.5.24
...---------------------------------------
Changes since 1.5.23:
Akihiro Sagawa (1):
gdi32: Ensure a fixed-pitch full-width character has double advance of a half-width character.
Alexander Morozov (1):
ole32: Avoid a deadlock when a being loaded DLL calls CoRegisterClassObject from its DLL_PROCESS_ATTACH handler.
Alexandre Julliard (28):
winemac: Don't move off-screen windows to a random position.
gdi32: Return the correct module handle for the initial display driver load.
explorer: Retrieve the graphics driver module from gdi32.
explorer: Return a simple boolean instea...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...n_common.h"
+
+#ifdef macintosh
+#include <sasl_gssspnego_plugin_decl.h>
+#endif
+
+#ifdef WIN32
+BOOL APIENTRY DllMain( HANDLE hModule,
+ DWORD ul_reason_for_call,
+ LPVOID lpReserved
+ )
+{
+ switch (ul_reason_for_call)
+ {
+ case DLL_PROCESS_ATTACH:
+ case DLL_THREAD_ATTACH:
+ case DLL_THREAD_DETACH:
+ case DLL_PROCESS_DETACH:
+ break;
+ }
+ return TRUE;
+}
+#endif
+
+SASL_CLIENT_PLUG_INIT( gssspnego )
+SASL_SERVER_PLUG_INIT( gssspnego )
+
--- /dev/null 2003-09-15 23:40:47.000000000 +1000
+++ cyrus-sasl-2.1.15-2/plugins/gssspnego.c...
2009 Dec 04
0
Wine release 1.1.34
...b crashes on startup
18377 NFS 4 Road Challenge: Installer hangs after choosing Setup Type
18378 NFS 4 Road Challenge: Installation of 4.50 patch fails
18400 The program FlatOut2.exe has encountered serious problem...
18425 DLL_PROCESS_DETACH isn't called if a dll returns FALSE on a DLL_PROCESS_ATTACH call
18451 Program error starting Nortel IP Softphone 2050
18466 Wine does not support genitive forms of month names
18472 Mafia hangs
18473 Mafia game losses sound
18478 Wine (snapshot and stable version) crash when running Nikon's ViewNX application
18772 Missing User32.Prin...