Version 11.00 is now released

Started by Pelle, August 08, 2021, 08:11:14 PM

Previous topic - Next topic

bitcoin

frankie, all good, but winnt you dont change
this is same.

frankie

#16
Quote from: bitcoin on August 18, 2021, 06:19:50 PM
frankie, all good, but winnt you dont change
this is same.
Strange I made some changes on winnt.h also.
Good to know that it's good for you.
Anyway consider that my sdk max version is win 7:
#define _WIN32_WINNT_WIN7                   0x0601

Actual V11 sdk is marked as win10.
My fSDK miss all intrinsics added in V11
When fSDK was developed PellesC missed the COMDAT (__declspec(selectany) not supported), so I had to introduce some workarounds to comply with MS lazy declarations that made large use uf COMDAT's. The result is that some declarations have alternate forms that requires small modifications of sources with respect to MS compiler. With V11 COMDAT's are available (as __declspec(selectany)).
Some incompatibilities are also present because of new compiler structure, that need to be studied and fixed.
Conclusion: An almost full rewriting is required for fSDK, mostly to reintroduce COMDAT's, but also to update the SDK to win10.
I don't know if this will ever happen...
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

bitcoin

QuoteStrange I made some changes on winnt.h also.
see date of edition (screen)

Also SDK works good, warnings not errors , not important.

frankie

"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide