search for: finck

Displaying 11 results from an estimated 11 matches for "finck".

Did you mean: finch
2006 May 07
10
How to get IE6 stable?
...stalled IE6 with both WineTools and IEs4Linux (under different user accounts). Most of the features work, but IE often hangs. Then I can only kill the process. Has someone got IE6 stable under WINE? If so, which WINE version do I have to use and how shall I configure it? Thanks in advance, Colin Finck
2017 Apr 10
3
Patch: Fix isohybrid.c tool under Windows platforms
Hi all, As part of a bigger effort to port the ISOLINUX hybrid mode to ReactOS, I've encountered a bug in isohybrid under Windows platforms. Attached comes a patch to fix it. Precisely, if isohybrid currently finds a 0x0A (LF) byte in the MBR code (which exists in the strings), it adds a 0x0D (CR) before, thereby shifting the MBR bytes to the right and making it invalid. This can be fixed by
2017 Apr 10
0
Patch: Fix isohybrid.c tool under Windows platforms
Hi, Colin Finck wrote: > Precisely, if isohybrid currently finds a 0x0A (LF) byte in the MBR code > (which exists in the strings), it adds a 0x0D (CR) before, thereby > shifting the MBR bytes to the right and making it invalid. > This can be fixed by opening the file in binary mode with the "b&quo...
2017 Apr 26
1
Patch: Fix isohybrid.c tool under Windows platforms
Am 17.04.2017 um 15:44 schrieb Thomas Schmitt via Syslinux: >> So, is there any reason not to apply the suggested patch? Any potential >> compatibility issues? Backward compatibility between different versions >> of isohybrid and isolinux.bin? Anything? > > No. It's just a bug fix. So, is anything more going to happen now? My patch is apparently accepted, yet nobody
2017 Apr 17
2
Patch: Fix isohybrid.c tool under Windows platforms
> Hi, > > Colin Finck wrote: > > Precisely, if isohybrid currently finds a 0x0A (LF) byte in the MBR code > > (which exists in the strings), it adds a 0x0D (CR) before, thereby > > shifting the MBR bytes to the right and making it invalid. > > This can be fixed by opening the file in binary mode...
2008 Feb 08
0
Wine release 0.9.55
...(4): crypt32: Include wine/port.h for snprintf(). user32: Fix EndMenu() to match the PSDK. riched20: Include wine/port.h for vsnprintf(). comctl32: Fix invalid syntax. Christopher Harvey (1): winex11: Added WGL_BIND_TO_TEXTURE_DEPTH_NV to ConvertAttribWGLtoGLX. Colin Finck (2): widl: Support Windows paths in dup_basename and make_token. widl: Write the TLB file in binary mode, so the line endings won't be changed. Detlef Riekenberg (7): localspl: Initialize pointers in struct PRINTPROVIDOR. localspl: Implement fpGetPrinterDriverDirectory....
2016 Sep 02
0
Wine release 1.9.18
...tream pointers. xinput1_3: Better trace all functions. xinput1_3: Better handle input parameters. xinput1_3: Stub XInputGetStateEx. xinput1_3: Implement XInputGetState using XInputGetStateEx. xinput1_3/tests: Cope with XInputGetStateEx not being present by name. Colin Finck (2): include: Add a prototype for RpcBindingServerFromClient. rpcrt4: Add a test for RpcBindingServerFromClient (todo_wine). Daniel Lehman (1): ntdll: Set Rip in for longjmp in RtlRestoreContext. Dmitry Timoshkov (1): gdiplus: Reimplement metafile loading using gdi32 inste...
2009 Apr 24
0
Wine release 1.1.20
...: Accept longer string size. mciqtz32: Remove all remaining tabs. mciqtz32: Move MCIQTZ_mciGetOpenDev at the top and always use it. mciqtz32: Make sure the device is valid before starting the play. mciqtz32: Stop the device only after param and device checks are done. Colin Finck (1): mshtml: Fix the size passed to MultiByteToWideChar. Damjan Jovanovic (1): winemenubuilder: Build freedesktop MIME type list for later use. Dan Kegel (1): ntdll: Add missing valgrind hook in RtlAllocateHeap. David Adam (4): ddraw: Remove useless comments. d3d8:...
2008 Apr 18
1
Wine release 0.9.60
...fixes. ole32: Spelling fixes. oleaut32: Spelling fixes. Spelling fixes. ByeongSik Jeon (2): winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME. imm32: Implement ImmSetConversionStatus. Chris Robinson (1): wined3d: Check for NULL vertex declarations. Colin Finck (1): gdi32: Add a test to demonstrate a CreateCompatibleDC problem. Dan Hipschman (15): qedit/tests: Don't forget CoUninitialize. qedit/tests: Add test framework and test for IMediaDet_put_Filename. qedit/tests: Add a test for IMediaDet_get_OutputStreams. qedit/te...
2008 Jun 27
0
Wine release 1.1.0
...onstify some variables. comctl32: Constify some variables. wineps.drv: Use const-correct GetPrinterDataEx() instead of GetPrinterData(). dbghelp: Use dbgstr_a() in case pointer is NULL. mpr: Fix some memory leaks. gdi32: Pass correct pointer value to HeapFree(). Colin Finck (2): wininet: Always pass a variable as lpNumberOfBytesWritten on a WriteFile call if lpOverlapped is set to NULL. comctl32: Use a clip region when collapsing the treeview. Dan Hipschman (7): gdi32: Add tests for GetTextFace. riched20/tests: Add tests for OLE interface....
2008 Aug 22
0
Wine release 1.1.3
...umObject using its constructor. d3dxof: Create FileData object using its constructor. Fix return value of CreateEnumObject. d3dxof: Add basic tests. d3dxof: Add text format support to RegisterTemplates and fix corresponding test. msvcirt: Implement some ostream stubs. Colin Finck (3): Fix some hackish usages of WideCharToMultiByte. kernel32: Add a lot of new tests for the actual WideCharToMultiByte string conversion as well. kernel32/tests: Fix a wrong length passed to a WideCharToMultiByte test, which led to a use of uninitialized stack memory. Damjan Jo...