search for: mapviewoffileex

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

Did you mean: mapviewoffile
2006 Oct 06
13
Need some help with latest win32-mmap
Hi all, I''ve got the latest win32-mmap code checked into CVS. Unfortunately, it seems that I''m not able to open an existing mapping and retrieve set data. Below is a simple example that seems like it ought to work but doesn''t. Any ideas? # map1.rb require ''win32/mmap'' include Win32 mmap = MMap.new(:name => ''alpha'', :size
2005 Jan 13
3
Wine and FreeBSD
...D but were hoping that this newer version would fix our two discovered problems (the new file.. dialog and the pulldown menus if more than one office app is running). Unfortunately, it seems that the new version breaks everything. Further pottering around found... HEAP_CreateSystemHeap() calls MapViewOfFileEx() which calls NtMapViewOfSection() which calls map_view() which attempts a normal allocation - wine_mmap_is_in_reserved_area() == 0 calling wine_anon_mmap() The returned pointer is valid so wine_anon_mmap() succeeds BUT the returned ptr != base and so the function returns STATUS_CONFLICTING_ADDR...
2015 Nov 13
0
Wine release 1.7.55
...geons and Dragons/Lord of the Rings online: launcher doesn't see COM/ActiveX as supported with builtin mono 29309 Zynaps remix exits with memory access violation 29852 Star Trek Birth of the Federation - No Videos (negative height used as request for inverted frame decompressing) 29899 mapviewoffileex fails under certain condition with PE images 31534 TOAD for SQLServer 5.0.1.554 fails to install 32703 MyPhoneExplorer 1.8.4 installer has a non-fatal crash 32705 VirtualDub: crash when opening video with MPEG-2 plugin (division by zero) 32839 Endnote X5 crashes on unimplemented functio...
2012 Jan 27
1
Wine release 1.4-rc1
...ssociationRegistration. ieframe: Remove dead code. ieframe: Add missing return statements. ieframe: Use similar FIXME text. Dmitry Timoshkov (8): kernel32: Test MapViewOfFile and NtMapViewOfSection side by side. kernel32: Fix access flags to page protection mapping in MapViewOfFileEx. kernel32: Remove a no longer needed todo_wine. winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set. server: Store correct protection for an image mapping. ntdll: Use PAGE_EXECUTE_READ protection for an image section. ntdll: Ad...