Page 1 of 1

Easy-To-Use ReactOS Features Updater...

PostPosted: Thu Feb 05, 2009 3:41 am
by Davy Bartoloni
ReactOSItalianCommunity provides a solution to help beginner ReactOS-users...

Sources are here: http://www.wcn.it/reactit/ReactIT_Sources.7z

Qemu (mingw ) and WinQemu (VisualC ) was managed by a (easy to use ) software called EasyReactOS ( http://reactit.altervista.org )
Image
updated ReactIT0.10-pre + EasyReactos0.19 screenshot --> ( http://www.wcn.it/demo3d.salvatore.msch ... .opegl.jpg )

Re: Easy-To-Use Beta-Distro...

PostPosted: Thu Feb 05, 2009 1:56 pm
by vicmarcal
Really nice Bartolini ;)

Re: Easy-To-Use Beta-Distro...

PostPosted: Fri Feb 06, 2009 1:12 am
by Davy Bartoloni
Thank you!.. tonight.. Next release... 0.02

with EasyReactOS 0.07 ..

auto-open SVN download Page...
auto-open CD-ROM IMAGE FOLDER...
auto-launch LATEST CD-ROM ISO stored in CD-ROM IMAGE FOLDER
auto-launch ReactOS-ReactIT 0.02, that include Mirc and 2 new utilities )

fully win-7 compatible.

Image

Re: Easy-To-Use Beta-Distro...

PostPosted: Fri Feb 06, 2009 3:49 am
by vicmarcal
wow.our first virtual-distro :)
nice work :)
i like too much the EasyReactos windows style!
are u using winapi?c++?..

Re: Easy-To-Use Beta-Distro...

PostPosted: Fri Feb 06, 2009 9:51 am
by Elledan
Very nice work indeed :)

Re: Easy-To-Use Beta-Distro...

PostPosted: Fri Feb 06, 2009 12:10 pm
by Davy Bartoloni
EasyReactOS don't use winapi... only Direct access to Files.. and PNG images.. ( i'm working on a Ubuntu Porting )
:)

To create own-distros.. just change reactos.vmdk on ReactIT installer ( winrar works fine )
now i'm working in a
splash screen
JPG to BMP desktop Wallpaper AutoChanger..
Divx Player Wrapper for Mplayer ( it works from Console. )

and... audio driver cannot be included... ( it's the original Xp driver. :( )

Image

Re: Easy-To-Use Beta-Distro...

PostPosted: Sat Feb 14, 2009 4:03 pm
by Davy Bartoloni
ReactIT 0.07 - 11 Feb 2009
based on Builds 39556-39557-39558
Image

[EDIT] A screenshot from Release 0.08
Image

Re: Easy-To-Use Distro...

PostPosted: Wed Mar 11, 2009 1:36 am
by Davy Bartoloni
0.09 Spotlight:
Image

Image
new EasyReactOS launcher downloadable from: http://www.wcn.it/EasyReactIT.zip

and Animated BOOT LOGO ntoskrnl, ( tested on Build from 39904 debug to 39910 debug )

Image

[EDIT] Released. Audio and Videos ( Mp3 and DIVX ) are supported...

Re: Easy-To-Use Distro...

PostPosted: Wed Mar 11, 2009 2:08 pm
by vicmarcal
Davy so nice :)
Which Version is the OpenOffice of the Screenshot?I cant find any OpenOffice different than the actual(which doesnt work in ROS afaik).Could you provide me a link to download it? :)..many thanks :)

Re: Easy-To-Use Distro...

PostPosted: Thu Mar 12, 2009 12:38 am
by Davy Bartoloni
ooo 2.2 :) ( http://www.oldapps.com/download.php?old ... _en-US.exe )
you can extract it ( just copying OpenOffice.org 2.2 Folder on "Program FIles" ) directly from reactos.vmdk image (134 megabytes React-IT )

Re: Easy-To-Use Distro...

PostPosted: Thu Mar 12, 2009 2:48 pm
by gabrielilardi
Davy Bartoloni wrote:Animated BOOT LOGO ntoskrnl, ( tested on Build from 39904 debug to 39910 debug ) downloadable from: http://www.wcn.it/39910-dbg-ntoskrnl.zip


Hi Davy, could you please add a link to the modified ntoskrnl code?

Re: Easy-To-Use Distro...

PostPosted: Thu Mar 12, 2009 5:46 pm
by vicmarcal
Thanks for the link :)
I have tested OpenOffice and seems to semi-work, does the OO Writer app work?It launchs,but i cannot write anything :(...same there?

Re: Easy-To-Use Distro...

PostPosted: Fri Mar 13, 2009 2:55 am
by Davy Bartoloni
Gabriel--> PV message ( Sources are here: http://www.wcn.it/reactit/ReactIT_Sources.7z )
Vicmarcal--> sincerely.. i haven't tried to write some text... and... you are right... it doesn't work .. ( ??? )

some old-version animation code:

Code: Select all
anim1 = InbvGetResourceAddress(1);
anim2 = InbvGetResourceAddress(2);
anim3 = InbvGetResourceAddress(3);
anim4 = InbvGetResourceAddress(4);
anim5 = InbvGetResourceAddress(5);
anim6 = InbvGetResourceAddress(6);
anim7 = InbvGetResourceAddress(7);

starting_text = InbvGetResourceAddress(8);
based_on_text = InbvGetResourceAddress(9);

[ ...... ]

InbvBitBlt(starting_text, Left-55, 270); // per la scritta fissa sotto il logo

for (ciclo=0; ciclo < 40; ciclo++)
{

InbvBitBlt(based_on_text, Left-45, 480-ciclo/2); // per quella che sale dal basso

InbvBitBlt(anim1, Left, Top-20); // per l'animazione
InbvBitBlt(anim2, Left, Top-20);
InbvBitBlt(anim3, Left, Top-20);
InbvBitBlt(anim4, Left, Top-20);
InbvBitBlt(anim5, Left, Top-20);
InbvBitBlt(anim6, Left, Top-20);
InbvBitBlt(anim7, Left, Top-20);

}


and full-Sources are here: http://www.wcn.it/reactit/ReactIT_Sources.7z