Home » Community » U++ community news and announcements » U++/Win32 is now using CLANG toolchain
Re: U++/Win32 is now using CLANG toolchain [message #54592 is a reply to message #54550] |
Tue, 18 August 2020 20:31   |
Oblivion
Messages: 1226 Registered: August 2007
|
Senior Contributor |
|
|
Hello Mirek,
Can we set the definitions in config.h to:
#ifdef flagWIN10
#define _WIN32_WINNT _WIN32_WINNT_WIN10
#undef NTDDI_VERSION
#define NTDDI_VERSION NTDDI_WIN10_19H1
#else
#define _WIN32_WINNT _WIN32_WINNT_WINXP
#endif
Apparently CLANG Windows 10 api requires setting both the _WIN32_WINNT amd NTDDI_VERSION, to properly -fully- work.
It seems that both versioning constants have to match, and the default NTDDI is set to WINXP.
The WIN10_19H1 is the latest windows 10 upgrade that our CLANG bundle supports. (Gives better Win10 api access to driver kits, which pseudoconsole requires. It doesn't seem to break anything anyway.).
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
[Updated on: Tue, 18 August 2020 20:37] Report message to a moderator
|
|
|
 |
|
U++/Win32 is now using CLANG toolchain
By: mirek on Mon, 02 March 2020 00:38
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Xemuth on Mon, 02 March 2020 08:55
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: koldo on Mon, 02 March 2020 10:33
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Oblivion on Mon, 02 March 2020 12:19
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Novo on Tue, 03 March 2020 20:57
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 04 March 2020 09:37
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: koldo on Wed, 04 March 2020 14:09
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 04 March 2020 14:16
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Tue, 24 March 2020 20:05
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Tue, 24 March 2020 21:30
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Wed, 25 March 2020 08:57
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 25 March 2020 12:41
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Wed, 25 March 2020 12:52
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 25 March 2020 13:00
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Wed, 25 March 2020 13:24
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 25 March 2020 14:28
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Wed, 25 March 2020 15:37
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 25 March 2020 17:50
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Thu, 26 March 2020 11:40
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Thu, 26 March 2020 12:00
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Thu, 26 March 2020 16:55
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Thu, 26 March 2020 17:26
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Thu, 26 March 2020 18:39
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Tom1 on Thu, 26 March 2020 18:57
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Thu, 26 March 2020 22:24
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Oblivion on Thu, 13 August 2020 12:13
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Thu, 13 August 2020 14:20
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Oblivion on Thu, 13 August 2020 16:50
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: Oblivion on Tue, 18 August 2020 20:31
|
 |
|
Re: U++/Win32 is now using CLANG toolchain
By: mirek on Wed, 19 August 2020 09:16
|
Goto Forum:
Current Time: Sun Aug 24 00:02:42 CEST 2025
Total time taken to generate the page: 0.04557 seconds
|