Windows 10 SDK builds

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35636
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Windows 10 SDK builds

Unread post by Moonchild » 2019-08-30, 09:24

We're looking into switching to the Windows 10 SDK as main SDK to build against (as opposed to the currently-used 8.1 SDK that comes with VS2015).
With the setup complete I created (32-bit) binaries, and I'd like to call on your help to give these a test run before I make it official for releases.

http://testserver.palemoon.org/try/pale ... taller.exe
http://testserver.palemoon.org/try/pale ... .win32.zip

(please disable updates in the downloaded browser if you want to test this so you're not getting new unstable builds pushed)
I'm particularly interested to know of any adverse effects on Windows 8 or Windows 10.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Fedor2

Re: Windows 10 SDK builds

Unread post by Fedor2 » 2019-09-01, 23:04

I build with Windows 10 SDK since 2019 beginning, seems all fine on win7-8.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35636
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Windows 10 SDK builds

Unread post by Moonchild » 2019-09-01, 23:23

Fedor2 wrote:
2019-09-01, 23:04
I build with Windows 10 SDK since 2019 beginning, seems all fine on win7-8.
That really doesn't help.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Isengrim
Board Warrior
Board Warrior
Posts: 1325
Joined: 2015-09-08, 22:54
Location: 127.0.0.1
Contact:

Re: Windows 10 SDK builds

Unread post by Isengrim » 2019-09-01, 23:27

Fedor2 wrote:
2019-09-01, 23:04
I build with Windows 10 SDK since 2019 beginning, seems all fine on win7-8.
Not possible. The build would have failed if you were actually trying to build UXP with the Windows 10 SDK.

FWIW, I was testing this build on my Windows 7 machine yesterday and didn't run into any major issues during routine browsing. I don't have an 8 or 10 setup that I can test with, though.
a.k.a. Ascrod
Linux Mint 19.3 Cinnamon (64-bit), Debian Bullseye (64-bit), Windows 7 (64-bit)
"As long as there is someone who will appreciate the work involved in the creation, the effort is time well spent." ~ Tetsuzou Kamadani, Cave Story

New Tobin Paradigm

Re: Windows 10 SDK builds

Unread post by New Tobin Paradigm » 2019-09-01, 23:41

Why would you use the windows 10 sdk for a winxp browser?

Fedor2

Re: Windows 10 SDK builds

Unread post by Fedor2 » 2019-09-01, 23:47

The build would have failed if you were actually trying to build UXP with the Windows 10 SDK.
For win8 was windows kits\8, i started use newer ewdk and there was windows kits\10, and version is 10.0.17763.0, what sdk is this?

User avatar
Isengrim
Board Warrior
Board Warrior
Posts: 1325
Joined: 2015-09-08, 22:54
Location: 127.0.0.1
Contact:

Re: Windows 10 SDK builds

Unread post by Isengrim » 2019-09-02, 02:36

Sorry, I misremembered something... the build won't fail, but it definitely won't use the Windows 10 SDK without the patch that I just put in. Check your config.log for yourself:

Code: Select all

checking for Windows SDK... 0x0603 in 'C:\Program Files (x86)\Windows Kits\8.1\'
You might be thinking of the Windows UCRT SDK, which is different.
a.k.a. Ascrod
Linux Mint 19.3 Cinnamon (64-bit), Debian Bullseye (64-bit), Windows 7 (64-bit)
"As long as there is someone who will appreciate the work involved in the creation, the effort is time well spent." ~ Tetsuzou Kamadani, Cave Story

New Tobin Paradigm

Re: Windows 10 SDK builds

Unread post by New Tobin Paradigm » 2019-09-02, 02:39

Well he IS Fedor2 after all. What did you expect? A correct perception of reality?

You know better than that, Ascrod.

User avatar
satrow
Forum staff
Forum staff
Posts: 1885
Joined: 2011-09-08, 11:27

Re: Windows 10 SDK builds

Unread post by satrow » 2019-09-02, 05:45

NTR with moderate usage on W7x64.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35636
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Windows 10 SDK builds

Unread post by Moonchild » 2019-09-02, 07:47

I'm particularly interested to know of any adverse effects on Windows 8 or Windows 10.
Windows 7 was already covered by my own use ;-)

Thanks though!
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Fedor2

Re: Windows 10 SDK builds

Unread post by Fedor2 » 2019-09-02, 14:12

Yes it does check the version, but why this is a problem, i have such output and no other remarkable difference.

Code: Select all

checking for Windows SDK... 0x0a00 in 'C:\Dev\Windows Kits\10\'
But if you ment mozzilla build tools, so i manually set there to use another compilers and sdk, because i do not use any new visual studio only 2013 express.

User avatar
billmcct
Keeps coming back
Keeps coming back
Posts: 959
Joined: 2012-09-04, 15:19
Location: Costa Rica & Union City Georgia USA

Re: Windows 10 SDK builds

Unread post by billmcct » 2019-09-03, 12:22

I have used the release on Win 8.1 for 4 days now with no adverse effects. Copied the profile from my Win 7 machine with 87 add-ons enabled and all UA overides. Was going to try on my Win 10 in a VM but it somehow got corrupted.
--------------------------------------------------------------------------------------------------------------
The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35636
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Windows 10 SDK builds

Unread post by Moonchild » 2019-09-03, 13:48

Thanks Bill, now that is something I can use as opposed to all the other fluff posts in this thread so far.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Locked