NO

Author Topic: Version 11.00 is now released  (Read 10036 times)

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Version 11.00 is now released
« Reply #15 on: August 18, 2021, 06:19:50 PM »
frankie, all good, but winnt you dont change
this is same.

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Version 11.00 is now released
« Reply #16 on: August 19, 2021, 12:08:28 AM »
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:
Code: [Select]
#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...
« Last Edit: August 19, 2021, 11:36:42 AM by frankie »
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Version 11.00 is now released
« Reply #17 on: August 19, 2021, 11:59:39 AM »
Quote
Strange I made some changes on winnt.h also.
see date of edition (screen)

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

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Version 11.00 is now released
« Reply #18 on: August 19, 2021, 12:10:49 PM »
OK.
Thanks.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline akee

  • Member
  • *
  • Posts: 6
Re: Version 11.00 is now released
« Reply #19 on: September 03, 2021, 04:10:30 PM »
Thanks Pelle.