Pelles C > Announcements

Version 11.00 is now released

<< < (4/4)

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

frankie:

--- Quote from: bitcoin on August 18, 2021, 06:19:50 PM ---frankie, all good, but winnt you dont change
this is same.

--- End quote ---
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:

--- Code: ---#define _WIN32_WINNT_WIN7                   0x0601

--- End code ---
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...

bitcoin:

--- Quote ---Strange I made some changes on winnt.h also.
--- End quote ---
see date of edition (screen)

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

frankie:
OK.
Thanks.

akee:
Thanks Pelle.

Navigation

[0] Message Index

[*] Previous page

Go to full version