Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hope to support win2003 #22

Open
pqwer99 opened this issue Oct 14, 2020 · 4 comments
Open

Hope to support win2003 #22

pqwer99 opened this issue Oct 14, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@pqwer99
Copy link

pqwer99 commented Oct 14, 2020

Ver5.5 support.

@FMXExpress
Copy link
Collaborator

Did you test it? I feel like I tested it on Windows XP and it does not. It may work just not officially a target of the version of Delphi it is compiled under.

Delphi 10.4.1 which is what we are compiling in officially supports:
Windows 7 (SP1 )
Windows 8.1
Windows 10
Windows Server 2012 R2
Windows Server 2016
Windows Server 2019

@pqwer99
Copy link
Author

pqwer99 commented Oct 14, 2020

I tested it.
ver 5.5 can run on winxpsp3 and win2003sp2.

ver 6.0 on winxpsp3: error, GetProcessIdOfThread in kernel32.dll. then exit.

on win2003sp2:
Error info

Version : 6.0
Build Time : 十月 13 2020 - 08:33
Message : Error reading ImageThemeColection.Images: Error reading TImageCollectionItem.SourceImages: Cannot create instance of class CLSID_WICImagingFactory (80040154)
Address : 0x00186FD0

Machine info

Platform : Windows NT
OS version : 5.2 (build 3790)
Service Pack : Service Pack 2
Computer Name : LY-TEST

Stack trace

click [continue],devcpp started, but toolbar no icon.
exit devcpp,
Error message: Access violation at address 0066029E in module 'devcpp.exe'. read of address 000000CC.
Address : 0x0066029E

@FMXExpress
Copy link
Collaborator

https://docs.microsoft.com/en-us/windows/win32/api/wincodec/nn-wincodec-iwicimagingfactory

Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]

@FMXExpress
Copy link
Collaborator

It is using a Windows API call not supported by that version of Windows. I guess if it continues after the error I could black hole the error with a try except if it is being initialized in code.

@FMXExpress FMXExpress added the bug Something isn't working label Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants