Search found 10 matches
- Mon Nov 30, 2020 8:21 am
- Forum: Development Help
- Topic: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
- Replies: 10
- Views: 601
Re: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
Interesting... :) Nevertheless at that time the code was compatible with whatever version of GCC/MinGW that was existing back then (in 2004). So what should I try and do now, and is there a way to compile the whole 0.2.0 OS to a bootcd.iso? if so I could edit the source code then compile the whole ...
- Mon Nov 30, 2020 2:30 am
- Forum: Development Help
- Topic: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
- Replies: 10
- Views: 601
Re: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
Since you want to compile the explorer_old from ROS 0.2.0, are you using the correspondingly older version of RosBE, that uses an older version of GCC that should be more lenient concerning these sorts of warnings? I don't think there was a version of RosBE for 0.2.0, the install file that tells yo...
- Sun Nov 29, 2020 8:22 am
- Forum: Development Help
- Topic: Help needed developing explorer_old for Windows 10
- Replies: 1
- Views: 231
Help needed developing explorer_old for Windows 10
Hi, I've recently started a personal project of making explorer_old have wallpaper functionality while running on windows 10. Wallpapers don't function on windows 10 because Microsoft made it so custom shells can't use the wallpaper engine on windows 7, 8 and 10. So basically what I'm trying to do i...
- Sat Nov 28, 2020 4:06 am
- Forum: Development Help
- Topic: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
- Replies: 10
- Views: 601
Re: Compile ReactOS 0.2.0 explorer.exe from source for windows 10.
Try mingw32-make -f Makefile-MinGW or in RosBE case: make -f Makefile-MinGW I used RosBE and did the command "make -f Makefile.MinGW" and got an error with a log file: "https://pastebin.com/Wbtj1NYb". I also used minGW and did the command "mingw32-make -f Makefile.MinGW&quo...
- Fri Nov 27, 2020 5:09 pm
- Forum: Development Help
- Topic: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
- Replies: 10
- Views: 601
Re: Compile ReactOS 0.2.0 explorer.exe from source for windows 10.
Well, some errors in a pastebin would be helpful then. Btw... why Explorer from 0.2.0? I'd like to use explorer from 0.2.0 because it runs perfectly on windows 10 without being ran in compatibility mode. My plan is to add a bmp image behind the desktop icons using a file in the root of the C drive ...
- Fri Nov 27, 2020 11:42 am
- Forum: Development Help
- Topic: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
- Replies: 10
- Views: 601
Re: Compile ReactOS 0.2.0 explorer.exe from source for windows 10.
http://www.foxplanet.de/explorer/index.html I've read the compiling part of "http://www.foxplanet.de/explorer/index.html" but I haven't had any luck, I always get errors when compiling with minGW and with visual studio 6.0, I'm probably doing something wrong, any extra help would be much ...
- Fri Nov 27, 2020 3:31 am
- Forum: Development Help
- Topic: Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
- Replies: 10
- Views: 601
Compile ReactOS 0.2.0 explorer.exe from source on windows 10.
Hi, I'm planing to edit the source code of explorer.exe from ReactOS 0.2.0 to add wallpaper functionality while running on windows 10, but before I get that far I need to know how to compile explorer.exe, All I know is that the source code for explorer.exe is located in reactos-0.2.0-source.zip\subs...
- Sun Nov 22, 2020 4:53 am
- Forum: Support
- Topic: Compile ReactOS 0.2.0 explorer.exe from source
- Replies: 4
- Views: 485
Re: Compile ReactOS 0.2.0 explorer.exe from source
Also the reason I'm using 0.2.0 is because it runs without any other files or dlls needed such as notifyhook.dll and supports colors as the background already unlike explorer_old.exe. Current explorer implementation does not depend on notifyhook.dll, it's needed only for explorer_old. Ok thanks for...
- Mon Nov 16, 2020 8:30 am
- Forum: Support
- Topic: Compile ReactOS 0.2.0 explorer.exe from source
- Replies: 4
- Views: 485
- Sun Nov 15, 2020 9:22 am
- Forum: Support
- Topic: Compile ReactOS 0.2.0 explorer.exe from source
- Replies: 4
- Views: 485
Compile ReactOS 0.2.0 explorer.exe from source
Hi, I'm trying add wallpaper support to explorer.exe from ReactOS while running under windows 10, but before I get that far I need to know how you compile explorer.exe, All I know is that the source code for ReactOS explorer is located in reactos-0.2.0-source.zip\subsys\system\explorer. Also the rea...