vxiiduu / VxKex

Windows 7 API Extensions
855 stars 47 forks source link

kdiff3-1.11.1 #274

Open i486 opened 4 days ago

i486 commented 4 days ago

KDiff3 is a program that

image

Direct download link: https://download.kde.org/stable/kdiff3/kdiff3-1.11.1-windows-x86_64.exe

Last working version was 1.11.0 which was built against QT5

kdiff3-1.11.1 seems to use QT6 and VxKex usually works fine on QT6 apps these days. Not sure why it doesn't work on this app though.

CopperFr commented 4 days ago

I think it's a problem of the application

KF6XMLGUI.DLL import ?query@QSystemLocale@@UEBA?AVQVariant@@W4QueryType@1@V2@@Z but QTCORE6.dll export ?query@QSystemLocale@@UEBA?AVQVariant@@W4QueryType@1@$$QEAV2@@Z

The type of a parameter has changed or something like that... You probably need another version of QTCORE6.dll or KF6XMLGUI.DLL

I changed the name inside QTCORE6.dll and it started (but can crash if this function is called)