Windows CE Desktop "ported" to Dreamcast

Place for discussing homebrew games, development, new releases and emulation.

Moderators: pcwzrd13, deluxux, VasiliyRS

User avatar
DR TEAMCAST
Uber
Posts: 1025
Dreamcast Games you play Online: All
Location: New Jersey
Contact:

Windows CE Desktop "ported" to Dreamcast

Post by DR TEAMCAST »

I was poking around with this the past two days. And I successfully "ported" and compiled the Windows CE Desktop Environment Shell source code to Dreamcast

The code is Microsoft's original code and is unmodified with the exception of a few additional header files, I just had to add additional libraries and track down missing header files for it to build for Dreamcast

Only problem is, it seems it will take a little more work to get this to run on the Dreamcast. I don't really have the skill to take this further

You can download the source code here
https://github.com/FaucetDC/WincastCE

It's ready to compile "out of the box" as long as you follow the instructions

It'd be cool if someone more skilled than me gave this a go
------------
https://msdn.microsoft.com/en-us/library/aa452726.aspx
https://msdn.microsoft.com/en-us/library/aa453936.aspx
ImageImage
Forum for Dreamcast and Saturn browsers http://bb.dreampipe.net
Media, News, Events and more for your Sega Dreamcast internet browser at http://dreampipe.net

MrMaxxSand
lithium
Posts: 38
Contact:

Re: Windows CE Desktop "ported" to Dreamcast

Post by MrMaxxSand »

If anyone is talented at this sort of thing, I'd be willing to partially fund further development

mrneo240
Rank 9
Posts: 930
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Windows CE Desktop "ported" to Dreamcast

Post by mrneo240 »

I'll build it and test. Could be fun to add for my internet explorer browser project

AgentMomo
Prince of Persia
Posts: 346

Re: Windows CE Desktop "ported" to Dreamcast

Post by AgentMomo »

Any more on this ?

mrneo240
Rank 9
Posts: 930
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Windows CE Desktop "ported" to Dreamcast

Post by mrneo240 »

Turns out it's just code from somewhere and while it is a "shell" it is in no way a "desktop"

User avatar
DR TEAMCAST
Uber
Posts: 1025
Dreamcast Games you play Online: All
Location: New Jersey
Contact:

Re: Windows CE Desktop "ported" to Dreamcast

Post by DR TEAMCAST »

well as far as i understand the 'shell' is in fact the desktop enviroment, as lxde or gnome is to linux. it was sample code included in the Windows CE 2.11 Platform Builder (it may have been 2.12, i don't remember)
ImageImage
Forum for Dreamcast and Saturn browsers http://bb.dreampipe.net
Media, News, Events and more for your Sega Dreamcast internet browser at http://dreampipe.net

mrneo240
Rank 9
Posts: 930
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Windows CE Desktop "ported" to Dreamcast

Post by mrneo240 »

Platform builder never included the source to "explorer" and instead suggested a custom ui or explorer replacement be built to satisfy the needs of the project.