On Thu Aug 29 07:07:25 2024 +0000, Hans Leidekker wrote:
> Can you share a trace? I'd like to see how the app calls this function.
I'm not able to find a currently log with a call to this function.
All the logs to have show this function wasn't supported in the ODBC v2.0 driver.
0024:trace:odbc:load_function_table failed to load SQLBindParam
This could of been another application I was testing at the time but I'm cannot remember which one.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6394#note_80366
The option is on by default with the virtual desktop, off by default
otherwise, but can be forced on/off in either case, letting it hide
the taskbar in virtual desktop mode too.
The standalone systray window still uses the separate ShowSystray option
which can be enabled when EnableShell is off. When EnableShell is on,
the systray area will always be visible in the taskbar.
--
v2: explorer: Use the EnableShell option to show or hide the taskbar.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6367
I'll close this MR, as I don't believe a DXGI to DXGI copy is ever necessary. If the transform provides a DXGI buffer, then I believe we can return it directly. And if it doesn't, and the application expects a DXGI buffer, then the copy will be from CPU memory to GPU.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5979#note_80354
PHP 8.2.7 check that vcruntime140.dll is have the linker version equal to the version of the linker of the toolchain used to build itself, and refuse to start otherwise, with this error message:
`PHP Warning: 'C:\windows\system32\VCRUNTIME140.dll' 2.39 is not compatible with this PHP build linked with 14.29 in Unknown on line 0`
Setting the linker version in winebuild to 14.29 allow php to pass this check.
If there are concerns to having this change global, I could try to make this as argument to winebuild with the value setted somewhere into the build system
Signed-off-by: Lorenzo Ferrillo <lorenzofersteam(a)live.it>
--
v3: winebuild: Use know 14.29 version for the linker version of dll files
https://gitlab.winehq.org/wine/wine/-/merge_requests/6377