search for: winedump

Displaying 20 results from an estimated 129 matches for "winedump".

2006 Dec 08
0
Wine release 0.9.27
...LOCALE_NOUSEROVERRIDE, check locale against the appropriate default lcid. oleaut32: Use LOCALE_NOUSEROVERRIDE where necessary in variant conversions. oleaut32/tests: Use LOCALE_NOUSEROVERRIDE in tests that depend on the decimal separator. ntdll: Fix the failing loader tests. winedump: Print sizes and offsets in hex. winebuild: Added --nxcompat option, and mark all modules as NX-compatible by default. ntdll: Check the NX compatibility flag for every loaded module. winedump: Avoid printf format warnings. dbghelp: Avoid a printf format warning. gdi32:...
2018 Jul 20
0
Wine release 3.13
...ions to sysparams.c. user32: Implement monitor rectangle filtering on the user32 side. user32: Take DPI awareness into account in GetDpiForMonitorInternal(). user32: Fetch client and window rectangles in a single call. user32: Make the MonitorFromRect() argument const. winedump: Print the imports thunk address also for 64-bit. Alistair Leslie-Hughes (1): include: Add more DSOP defines. Andrew Eikum (1): winemac: Implement Vulkan driver on top of MoltenVK. Andrey Gusev (1): po: Update Ukrainian translation. André Hentschel (1): winedbg: Check fo...
2007 Jan 09
0
Wine release 0.9.29
...se of WINE_DEFAULT_DEBUG_CHANNEL. ntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. wrc: Declare some variables static const. comdlg32: Declare function static. winedump: Fix memory leak. dinput: Declare some functions static. comdlg32: Declare some items static. ddraw: Declare some functions static. dmband: Declare some functions static. d3d9: Declare some functions static. ddraw: Declare some functions static. widl: Fix m...
2011 Jan 21
0
Wine release 1.3.12
...able resources to po files. winefile: Convert menu and string table resources to po files. wordpad: Convert menu and string table resources to po files. browseui: Convert menu and string table resources to po files. comctl32: Convert string table resources to po files. winedump: Fix printing of module sources in PDB files. winedump: Don't crash when the PDB filenames table isn't found. winedump: Print the machine field from the PDB symbol table. dbghelp: Try to load the string table from file number 4 too. winedump: Try to load the PDB stri...
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All, I have implemented a JNI library on window that call the C++ dll APIs. Now I want my JAVA program is run on the UNIX system. I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build). The functions in the so lib can work normally with my C main test function. BUT when I call it from Java. The function can linked BUT it is crashed at the WineLib functions: hDLL = LoadLibraryA("HelloImpl.dll") or pFunc=(void*)GetProcAddress(hDLL,"?sayHello@@...
2012 Jan 12
0
Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
...$ ls -l /dev/bus/usb/001/009 crw-rw-rw- 1 root root 189, 8 2012-01-12 21:26 /dev/bus/usb/001/009 2. Install the Client for the USB token: $ wine PbSetup60.exe The installer extract two `.dat` file into windows/system32/drivers directory: . ??? CertClient.dat ??? CMBProtector.dat ??? mountmgr.sys winedump CertClient.dat show that, it only depends on hal.dll and ntoskrnl.exe winedump CMBProtector.dat only show hal.dll and ntoskrn.exe depending as well. winedump -j export show nothing for both. 3. According to the Wine USB wiki, the registry should be modified, but the installer PbSetup60.exe has se...
2008 Dec 15
0
wine: could not load and Bad EXE format for
...o": Bad EXE format for Can anybody can how to solve this problem? Thank in advance The below is some code: Code: 1. windows HelloImpl.dll __declspec(dllexport) void sayHello(char* sMsg); __declspec(dllexport) void writeNUM(int num); __declspec(dllexport) void printfString(char* sMsg); 2. winedump winedump spec -f dump HelloImpl.dll -I "*.h" Contents of "HelloImpl.dll": 49152 bytes 3 named symbols in DLL, 3 total, 3 unique (ordinal base = 1) Done dumping HelloImpl.dll Export 1 - '?printfString@@YAXPAD at Z' ... [OK] Export 2 - '?sayHello@@YAXPAD at Z'...
2008 Feb 08
0
Wine release 0.9.55
...bols until we know what they do (the first guess is wrong anyway). Francois Gouget (23): shell32/tests: Fix a couple of copy/paste errors. shell32: Add some SLDF_XXX values, EXP_PROPERTYSTORAGE, and EXP_PROPERTYSTORAGE_SIG. user32: Fix a typo in the StretchDIBits stub name. winedump: Use the standard SLDF_XXX flag names instead of inventing new ones. Add the missing flags. winedump: Track unknown lnk flags and dump them. winedump: Dump the raw data when finding an unknown block in an lnk file. winedump: Switch the block dumping code to be block-oriented, rath...
2013 Dec 06
0
Wine release 1.7.8
...directories. makedep: Allow the source directory itself in include paths. Andrey Gusev (4): d3d11: Add version.rc file. d3dcompiler_43: Fix a typo. po: Some Ukrainian translation updates and typo fixes. po: Small Ukrainian translation fix. Andr? Hentschel (11): winedump: Update minidump output. winedbg: Update minidump output. wininet/tests: Fix boolean checks. ole32/tests: Don't crash when StgOpenStorage fails. ddrawex/tests: Don't crash when IDirectDraw4 query fails. winefile: Use defines instead of numbers. comctl32/t...
2014 Jan 03
0
Wine release 1.7.10
...some character strings. inetcomm/tests: Constify some character strings. infosoft/tests: Constify a character string. kernel32/tests: Constify some character strings. localspl/tests: Constify some character strings. localui/tests: Constify some character strings. winedump: Make segdir[] static. winedump: Use BOOL type where appropriate. msi/tests: Constify some character strings. ntdll/tests: Constify a character string. msxml3/tests: Constify some character strings. oleaut32/tests: Constify some character strings. ole32/tests: Co...
2014 Oct 17
0
Wine release 1.7.29
...agawa (2): kernel32: Fix incorrect lastpart in GetFullPathNameA with DBCS. server: KeyNameInformation returns the full name of the key. Alistair Leslie-Hughes (1): ws2_32: Make SOCKET output consistent. Andr? Hentschel (11): winhttp/tests: Fix potential crash on BSD. winedump: Update minidump output. setupapi: Add stubs for CM_Get_Device_Interface_List_SizeA/W. slc: Add stub for SLGetWindowsInformation. ntdll: Add support for Win 8.1. winetest: Detect real version values. kernel32/tests: Skip on faked version values. server: Update CP...
2011 May 13
0
Wine release 1.3.20
...9: Implement D3DXMESHOPT_COMPACT for ID3DXMesh::OptimizeInplace. d3dx9: Create compact_mesh helper function for OptimizeInplace. d3dx9: Implement D3DXMESHOPT_ATTRSORT|D3DXMESHOPT_IGNOREVERTS. include: Replace a THIS, with THIS_ for a method with parameters. Eric Pouech (7): winedump: Correctly get to the optional header for 64 bit images. winedump: Simplify code a bit by using get_dir_and_size(). winedump: Simplify code a bit by using IMAGE_FIRST_SECTION() macro. dbghelp: Don't try to load fieldlist for a forward declaration. dbghelp: Enhance a coup...
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question: I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then When i entered $patch -p1 < cursor-patches-1.1.8.patch #receive $Reversed (or previously applied) patch detected! Assume -R? [n] Does it miens that patch no needed? Already installed?
2010 Jan 08
0
Wine release 1.1.36
...ure 18333 Chessbase 10 - no board & pieces drawn - gdiplus bugs 18336 HOMEDRIVE and HOMEPATH not set 18769 Meta Editor (metatrader) won't compile 18936 Windows Live Messanger 8.5 crashes when receiving new message 19218 lastchaos crashes after changing the resolution 19430 winedump: null pointer dereference in spec mode 19781 Visual C++ 2005 Express: -Zi option doesn't work; breaks Firefox build's configure script 19846 WinCVS update/commit fails with error [80090301] 19990 World of Warcraft installer crashes 20050 Program installing correctly, but not run...
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
...ake[2]: Leaving directory `/home/Alex/wine-git/tools/widl' make[2]: Entering directory `/home/Alex/wine-git/tools/winebuild' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alex/wine-git/tools/winebuild' make[2]: Entering directory `/home/Alex/wine-git/tools/winedump' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alex/wine-git/tools/winedump' make[2]: Entering directory `/home/Alex/wine-git/tools/winegcc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alex/wine-git/tools/winegcc' make[...
2007 Feb 16
0
Wine release 0.9.31
...hen HeapAlloc failed. Dmitry Timoshkov (17): gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0. user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy. kernel32: Add a trace to MultiByteToWideChar. winedump: Add a sanity check before dumping long format library export. dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output. user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size. gdi32: Make sur...
2013 Mar 29
1
Wine release 1.5.27
...: iads.idl: Add missing interfaces. Andrew Eikum (3): riched20: EM_FINDTEXT implementation should match richedit character type. mmdevapi: Don't free resources on PROCESS_DETACH. winmm: Shutdown the devices thread when all devices are closed. Andr? Hentschel (5): winedump: Recognize IMAGE_DEBUG_TYPE_CLSID. winedump: Dump exception info on ARM. ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteFunctionTable on ARM. ntdll: Implement RtlLookupFunctionEntry on ARM. ntdll: Improve stub for FileFsAttributeInformation in NtQueryVolumeInformation...
2006 Dec 22
0
Wine release 0.9.28
...static. wined3d: Make some data const. secur32: Make some data const. ddraw: Fix warnings. ddrawex: Avoid not necessary casts. user32: Add support for the VK_APPS (Menu) key. user32: Center the context menu if it was activated via VK_APPS like Windows does. winedump: Fix a couple of typos. winedump: Remove a redundant ';'. kernel32: Add a minimal PE image that XP is able to load. kernel32: Fix a typo. user32: Add a message test for various ShowWindow() calls, fix some failures. Eric Pouech (1): dbghelp: Sparse array speed...
2006 Aug 17
1
newbie tries to call windows dll function
...try to call the functions I want in myfile.dll.so, but they cannot be loaded. By the way, 'strings myfile.dll' does reveal all those function names I want to call. Thanks for any help, JeeBee. $ objdump -t myfile.dll myfile.dll: file format efi-app-ia32 SYMBOL TABLE: no symbols $ winedump spec myfile.dll Contents of "myfile.dll": 84064 bytes 4 named symbols in DLL, 4 total, 4 unique (ordinal base = 1) Done dumping myfile.dll Export 1 - 'DllCanUnloadNow' ... [Ignoring] Export 2 - 'DllGetClassObject' ... [Ignoring] Export 3 - 'DllRegisterServer'...
2010 Feb 24
0
Re: Winelib application linking with non-system Windows DLL - ho
...date it there but I'm not sure if there is winegcc stuff there already. You have roughly two options. The easiest one is to dynamically load the dll using LoadLibrary and load the functions you need using GetProcAddress. Another way is to create a dummy dll against which you can link. You need winedump and winebuild for it. This process is documented at an external site: http://wiki.jswindle.com/index.php/WineLib#Calling_a_Native_Windows_dll_from_Linux (see the libvendor part)