search for: hglobal

Displaying 20 results from an estimated 20 matches for "hglobal".

Did you mean: global
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine? In this way a programm could decide to use other routines for those features that do not work fine using Wine.
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
...ontrols/scroll.c ]: 126 /*********************************************************************** 127 * SCROLL_GetPtrScrollInfo 128 */ 129 static SCROLLBAR_INFO *SCROLL_GetPtrScrollInfo( WND* wndPtr, INT nBar ) 130 { 131 SCROLLBAR_INFO *infoPtr; 132 HGLOBAL hmem; 133 if (!wndPtr) return NULL; 134 switch(nBar) 135 { 136 case SB_HORZ: infoPtr = (SCROLLBAR_INFO *)wndPtr->pHScroll; break; 137 case SB_VERT: infoPtr = (SCROLLBAR_INFO *)wndPtr->pVScroll; break; 138 /* -- OLD VERSION -- cas...
2003 Oct 27
3
(PR#4806)
...example given by Douglas Bates. dyn.load("TestDll.dll") test<-function(x,y) .Call("out",x,y) x<-1:10 y<-2:10 test(x,y) The C++ code is below #include <windows.h> #include <R.h> #include <Rinternals.h> HWND hWndMain; HINSTANCE hInst; HGLOBAL hXloperArray; //32 bit Entry point #define CLASS_NAME_BUFFER 50 BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved) { extern HWND hWndMain; extern HINSTANCE hInst; hInst = hDLL; return TRUE; } extern "C" int FAR PASCAL WE...
2020 Aug 14
0
Wine release 5.15
...nu 41030 Pac-Man Museum (Steam) crashes on start, needs '{bcc782bc-6492-4c22-8c35-f5d72fe73c6e}' xactengine3_7.dll 41045 Captain Morgane crashes on start: needs clsid '{0977d092-2d95-4e43-8d42-9ddcc2545ed5}' xactengine3_4.dll 41738 Cloning and releasing an IStream frees the HGLOBAL memory 43153 Gothic 1.0 from Steam freezes in new game on phrase "I'm Diego" 44059 Worms World Party Remastered (GOG version) crashes at launch in clean wine prefix version 2.21 and 2.22 44306 Visual Novel "A Clockwork Ley-Line: The Borderline of Dusk" doesn't w...
2010 Mar 05
0
Wine release 1.1.40
...tLibAttr implementation. oleaut32: Added ITypeLib2_GetDocumentation implementation. oleaut32: Update TypeInfo flags when object inherits IDispatch. Reece Dunn (9): shlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE. ole32/tests: Improve the HGLOBAL stream tests for Seek. ole32: Fix the HGLOBAL stream Seek implementation. comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the correct size is returned. msxml3/tests: Improve the IObjectSecurity tests to cover msxml3 SP8+ behaviour. hlink/tests: A...
2009 Feb 13
0
Wine release 1.1.15
...ole32: Fix an ole2 test failure on Win9x and NT4. rpcrt4: Change the test of CStdStubBuffer->pPSFactory to only test for the field not being NULL. ole32: Fix CLIPFORMAT marshalling on 64-bit platforms by not using the wireCLIPFORMAT type. ole32: Fix some test failures in the HGLOBAL marshalling tests on 64-bit Windows. ole32: Output the size that we didn't expect in the HGLOBAL marshalling tests. ole32: Add framework in the ole2 tests for having optionally called methods. ole32: Allow some optional methods to be called in the OleCreate tests. ole32:...
2020 Aug 28
0
Wine release 5.16
.../tests: Add tests for SpecialCasing. ucrtbase/tests: Add tests for SpecialCasing. Derek Lesho (1): shcore: Add GetScaleFactorForDevice() stub. Dmitry Kislyuk (1): vbscript: Implement case-insensitive search in Replace function. Dmitry Timoshkov (2): ole32: Add a check for hglobal pointer to GetHGlobalFromStream. kernelbase: Native machine is optional for IsWow64Process2. Fabian Maurer (2): user32: Set default user preferences to enable animations. msvcrt/math: In _fcvt/_fcvt_s handle locale decimal separator properly. Fran?ois Gouget (2): winapi: R...
2014 Jun 13
0
Wine release 1.7.20
...xt/html should be imported as CF_HTML ("HTML Format"), not CFSTR_INETURL ("UniformResourceLocator"). winex11.drv: Don't bother counting how many XDND selections are converted. winex11.drv: Use the global memory functions to allocate the memory for STGMEDIUM's hGlobal. winex11.drv: Use the clipboard functions and formats to import selections that XDND doesn't support. winex11.drv: Use the clipboard to import text/html XDND selections. winex11.drv: Import text/plain XDND selections through the clipboard. winex11.drv: Store XDND cached...
2006 Dec 22
0
Wine release 0.9.28
...nctions. rpcrt4: Free the resource allocated by InitializeSecurityContext when the connection is closed. ole32: Move the user marshal tests to usrmarshal.c. ole32: Implement HMETAFILE and HMETAFILEPICT user marshaling functions and add tests for these. ole32: Fix SetSize for HGLOBAL streams in the case of being out-of-memory. kernel32: Protect global alloc functions against integer overflows on the size parameter. ole32: Fix the HMETAFILEPICT user marshaling test to use the size ole32: Marshal the ORPCTHIS structure prefixed to the client data when doing ORPC...
2012 Jul 17
0
Wine release 1.5.9
...msxml3: Implement a common way to store and get callback interface pointers. msxml3: Use single helper to test for handler presence. ole32: Use interface macros to call methods. ole32: Make ole stream creation helper capable of handling flags data. ole32: COM cleanup of HGLOBAL ILockBytes implementation. ole32: COM cleanup for IErrorInfo. ole32: Fix QueryInterface for IErrorInfo to return IUnknown pointer. Nozomi Kodama (2): d3dx9: Implementation of D3DXSHMultiply2. d3dx9_36: Implementation of D3DXSHEvalDirection. Piotr Caban (10): msvcp90:...
2009 May 22
0
Wine release 1.1.22
...retrieving data from IPersistStorage. ole32: Add support for retrieving the data from CF_EMBEDDEDOBJECT. ole32: Use OleCreateFromDataEx to implement OleCreateFromData. ntdll/tests: Mark RtlUnicodeStringToInteger("", 16) as broken for nt4. ole32/tests: Exercise the HGLOBAL marshaller over a range of block sizes. ole32/tests: Use the current stream position to determine the marshal data size. ole32: Fix remote HMETAFILEPICT marshalling on 64 bit systems. ole32: Explicitly add the three ULONGs from the METAFILEPICT struct to allow for padding in the 6...
2009 Jun 19
0
Wine release 1.1.24
...inding for x86_64 builtin modules based on the Dwarf data. include: Add a target address for unwinding for platforms that need it. ntdll: Add support for calling the TEB exception chain handlers on x86_64. server: The ptrace interfaces uses longs, not ints. kernel32: Fix the HGLOBAL header size for 64-bit. ntdll: Simplify the thread startup routine and make it CPU-specific. ntdll: Move all thread exit processing to exit_thread(), and make RtlExitUserThread() CPU-specific. configure: Don't accept mingw32 as target name, we need an explicit CPU specificatio...
2008 Nov 07
0
Wine release 1.1.8
...ngeable with other handle types; no casts are needed. cmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed. cmdlgtst: Use NULL instead of casting 0 to a pointer. comctl32: Remove superfluous casts as HANDLE to other handle types. comctl32: HANDLE/HGLOBAL are basically just void pointers. No casts to other pointers are needed. comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer. gdi32: Don't cast NULL. winedump: Remove casts of void pointers to other pointer types. winex11.drv: ImmLock...
2007 Jun 01
0
Wine release 0.9.38
...e address for the DllGetClassObject function for ole32.dll in the apartment loaded dll list. server: Add the logon SID to the default admin token's groups. ole32: Create host apartments to enable isolation of objects of incompatible threading models. ole32: Fix reading from an HGLOBALStreamImpl with an invalid HGLOBAL. ole32: Fix hosting in main apartments. wininet: Add support for SSPI authentication for HTTP. wininet: Implement basic non-proxy authentication. ole32: Handle MSHLFLAGS_TABLEWEAK and MSHLFLAGS_TABLESTRONG when marshaling a proxy. ole3...
2017 Feb 03
0
Wine release 2.1
...ith isDiacritic. dwrite/tests: Line metrics tests with uniform spacing. kernel32/nls: Added Nepali locale data. comctl32/propsheet: Force wizard header if any of pages has title/subtitle. comctl32/propsheet: Only use header bitmap when asked for it. comctl32/tests: Use HGLOBAL stream to Read/Write tests on imagelists. po: Update Russian translation. oledb32: Added a stub IDataInitialize for DataLinks object. oledb32: Added GetDataSource() for DataLinks object. oledb32: Allow single quotation marks around property values. dwrite: Keep content...
2011 Dec 16
0
Wine release 1.3.35
...ema cache COM cleanup. msxml3: Added IDispatchEx support for IXMLDOMSchemaCollection2. msxml3: Use IXMLDOMDocument3 as a latest interface version. msxml3: IDispatchEx support for MXNamespaceManager. po: Update Russian translation. ole32: COM cleanup of IStream based on HGLOBAL. ole32: Simplify stream creation, remove redundant comments. msxml3/tests: Test switching encoding after document is started already. msxml3: Implemented get_responseStream(). msxml3: Added IXMLDOMParseError2 support. msxml3: Initialize VARIANT before passing it to Var...
2007 Nov 30
0
Wine release 0.9.50
...-byref safe arrays in VARIANT_UserFree. server: In set_user_object_info len is in bytes, not WCHARs. ntdll: Initialise the part of the buffer to be written to a file in the file test. kernel32: Implement GetThreadId. ole32: Fail before constructing an object in CreateStreamOnHGlobal to avoid a memory leak. ole32: Release the stream in COM_RevokeRegisteredClassObject. ole32: Fix a memory leak in the HGLOBAL stream tests by telling CreateStreamOnHGlobal to free the memory it allocates, as we don't free it ourselves in this test. ole32: Fix the condition in...
2009 Jan 30
0
Wine release 1.1.14
...ut of header file. ole32: Move functions around in file to avoid forward declarations. ole32: Add a helper function to return the file size and modify EnsureExists to use it. ole32: The bigblockfile on ILockBytes implementation should work on any ILockBytes not just those based on HGLOBAL. oleaut32: Print an LCID in hexadecimal. Igor Tarasov (1): gdi32: Add logcal points to device points conversion for source bitmap before bit stretching. Jacek Caban (4): jscript: Added Math.random implementation. jscript: Fixed Math.round with no argument. wininet: S...
2009 Dec 18
0
Wine release 1.1.35
...l. urlmon: Added CoInternetGetSecurityUrl implementation. urlmon: Added tests for CoInternetGetSecurityUrl. urlmon: Remove some CoInternetParseUrl tests. Rob Shearman (21): ole32: Initialise all of position variables in test_save_load_filemoniker. ole32: Add tests for HGLOBAL stream ignoring the HighPart of the offset for seeks. netapi32: Fix off-by-one errors in ACCESS_QueryAdminDisplayInformation and ACCESS_QueryGuestDisplayInformation. hlink: Fix more memory leaks in tests. secur32: Fix memory leak in NTLM's FreeCredentialsHandle. rpcrt4:...
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE? I tried installing it per the instructions and it didn't want to make.