You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Giorox
After this commit #611 I cannot compile anymore on Windows 10 using .sln file.
It says that there is a bug in shellapi.h as it uses EXTERN_C which is not defined.
This file is part of Windows 10 SDK. I've installed 3 available versions. All have same problem:
After removing:
#include <shellapi.h>
It works again.
IDK what fixed this commit for Giorox, but it looks like it may break build on other machines.
Tested debug/release and 32/64 bit version. Before this commit all worked, after commit all have same problem.
Evaluated preprocessor config:
Maybe there is something different, which makes my shellapi.h does not load winnt.h or guiddef.h (EXTERN_C is defined in these 2 files).
Anyone has idea what can be added in Giorox VS or missing in mine?
What OS are you seeing the problem on?
Windows
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
gesior
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Nov 11, 2023
This is very weird. I'm not home currently, but when I come back I'll check my project properties, pre-processor configs etc to see if we can find some difference that might cause this.
I am on 64bit Windows, not sure if that might have something to do with this.
After last Mehah commit I can compile all versions (release/debug 32/64) on my Windows 10 and Ubuntu 22.04. @Giorox Can you confirm that it works on your VS2022 too?
After last Mehah commit I can compile all versions (release/debug 32/64) on my Windows 10 and Ubuntu 22.04. @Giorox Can you confirm that it works on your VS2022 too?
I can compile aswell over here, seems like that fixes it :)
Priority
Low
Area
What happened?
@Giorox
After this commit #611 I cannot compile anymore on Windows 10 using .sln file.
It says that there is a bug in
shellapi.h
as it usesEXTERN_C
which is not defined.This file is part of Windows 10 SDK. I've installed 3 available versions. All have same problem:
After removing:
It works again.
IDK what fixed this commit for Giorox, but it looks like it may break build on other machines.
Tested debug/release and 32/64 bit version. Before this commit all worked, after commit all have same problem.
Evaluated preprocessor config:
Maybe there is something different, which makes my
shellapi.h
does not loadwinnt.h
orguiddef.h
(EXTERN_C
is defined in these 2 files).Anyone has idea what can be added in Giorox VS or missing in mine?
What OS are you seeing the problem on?
Windows
Code of Conduct
The text was updated successfully, but these errors were encountered: