About site: Software/Operating Systems/Microkernel/ReactOS - ROS Explorer FAQ
Return to Computers also Computers
  About site: http://www.sky.franken.de/explorer/

Title: Software/Operating Systems/Microkernel/ReactOS - ROS Explorer FAQ ReactOS Explorer frequently asked questions.
Superb_Internet_Corporation Offer web hosting on dedicated or shared, Unix or Windows servers. Also offer domain registration and transfer. Based in Vancouver, Canada.

Click2Doc Send self-opening documents via e-mail. No downloads or viewers needed by receiving party. Automatically generate loan documents.

EasyProf An authoring tool designed to help experts in their field, with no programming skills, create the most engaging multimedia e-learning courses.

uk1_co_uk UK based domain name registration company offering various domain extensions.

Novatek_International_Inc_ Stability program software application manages the day to day activities of stability department in pharmaceutical, biotech, chemical, microbiological, and contract labs.

Microsoft_Outlook_Solutions Hot issues, tips, tutorials and updates for Outlook 97, 98, 2000, and 2002.


  Alexa statistic for http://www.sky.franken.de/explorer/





Get your Google PageRank






Please visit: http://www.sky.franken.de/explorer/


  Related sites for http://www.sky.franken.de/explorer/
    Barsa_Consulting_Group AS/400 consultants and remarketers.
    Dunstan_Thomas Provides information technology consulting, software development, managed services, and technical training.
    Earth_Station_Nine Categorized sites, newsgroups and webrings covering general and specialized topics.
    RFC_1440 SIFT/UFT: Sender-Initiated/Unsolicited File Transfer. R. Troth. July 1993.
    Tux_for_Quake Your favorite penguin as a Quake skin. Fragfest anyone?
    RFC_0981 Experimental Multiple-Path Routing Algorithm. D.L. Mills. March 1986.
    Tiny_Message Useful utility for send instant messages as fast as possible on a Windows network.
    Giebler_Enterprises_Midi_File_Software Software to convert proprietary music files into standard midi files.
    Beeweeb Enables internet service providers and IT professionals to offer services such as back-up and storage, web publishing and administration, non-VPN remote access solutions, file-exchange for communities
    Mindbow_Software offers accounting, financial and development applications, including Mindbow Fixed Assets. Free corporate demo version available.
    WebFTP_script_by_Maxg_info A full functional FTP client written in PHP4, designed to browse any FTP server. Online demo. [Commercial]
    RelUlr Free short URL redirection service with no advertisements.
    Dan\'s_Domain_Site A site discussing various issues relating to domain names. Includes basic information and tips for beginners.
    DBMiner_and_Data_Mining_Projects Intelligent database systems research laboratory, Simon Fraser University. Includes downloadable research theses and publications.
    oXygen XML Editor and XSLT Debugger in Java. Can validate XML, XSD, DTD and XSL. Provides XSLT transformation, Unicode support, FOP support, browser preview, automatic DTD generation, code insight and outlin
    RFC_0980 Protocol Document Order Information. O.J. Jacobsen, J. Postel. March 1986.
    Did_SCO_Violate_the_GPL? Some open source community members claim SCO violated GNU GPL by copying source code from Linux kernel into SCO Unix Linux Kernel Personality feature without releasing changes publicly or showing attr
    Icon_Studios Provides web design, software and multimedia development. Contains news, articles and portfolio. Based in Malta.
    GoogleAPI_JS_Class Code for a JavaScript class for Mozilla.
    ASP_Calendar_Component Free component without support. Customize style sheet, week start, and user authentication.
This is websites2007.org cache of m/ as retrieved on 2008.09.05 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
/* */ ROS Explorer FAQ

ROS Explorer FAQ (Frequently Asked Questions)

  Q:  What is this "ROS explorer" ? A:  It is a freely available program intended as replacement of MS Windows Explorer in the upcoming open source operation system ReactOS. It covers the explorer functionalities of desktop, explorer windows, desktop bar with start menu, task bar and notification area (where you can see the "tray icons"). It is not yet complete, it's work in progress. However you can already work with it. I have installed it for me as default shell. This is the best way to find problems with it, and to encounter, which functions are missing the most. <b>ReactOS</b> <b>Explorer</b> Screenshot (click to see more details) Q:  On which platforms does it already run ? A:  It does run on Windows XP, and on Windows Server 2003. It should also work  under Windows 2000, however I did not test this. The first release of ReactOS, which booted into a graphical environment was version 0.2 in January 2004. It launched explorer as its graphical work bench. It provides the  desktop window, desktop bar, start menu and even the basic functions of explorer and cabinet file windows. To achieve this, it uses a few DLLs of Wine, which are integrated in the ReactOS release and maintained fpr this two projects. Explorer is heavily dependent on operating  system functions for managing the shell object namespace. So you will currently notice some differences between running it with original Windows system libraries and with Wine DLLs. There is only basic functionality implemented in Wine's shell32.dll. Hope that will change in the near future. Also does the whole shell namespace depend on correctly configured registry entries. And there are really many of them.   Q:  How did it evolve? A:  Some time ago, I was disappointed by Microsoft, as they did remove the File Manager "winfile.exe" from their delivered operating systems. I think, they dropped it from Windows 2000 on. Windows NT 4.0 still contained it, however it  was not available as a start menu entry. As I am a very happy user of this tool, and missing many features of it in Windows Explorer, I decided to write my own File Manager clone, since I feared, some time the old File Manger would be no more compatible to new Windows versions. However currently it does run on Windows XP. There are only minor problems with it, like the feature to determine which user currently has opened a file ("Open By..." in the file properties dialog). Well, I did not really finish this project. I got stock with it at a point, where you could browse the file system, but not do many more with it. Later on it was included as "winefile" into Wine, an Open Source implementation of the Windows API on top of Unix. Built under Linux as Winelib application it has the benefit of not only being able to browse the WIN32 file system, but also the unix file system. Then I encountered this new open source operating system "ReactOS". They already did include an older version of my "winefile" File Manager clone, and were yet missing an Explorer program. So I started extending winefile for the missing explorer functionalities, but leaving the file manager approach of being able to use one window per drive in a MDI user interface. To be able to do this in reasonable time and increase maintainability, I converted the previous C project into C++. I am using advanced features like lists, maps and sets of the STL (C++ Standard Template Library) for creating small but efficient code. The code is mostly written in the spirit of Resource Management, which is explained very informative by ReliSoft.   Q:  How can I get it ? A:  There is a snapshot of the binary and one of the source code you can download. However they will be almost outdated at the time you are downloading them. To get an up-to-date version, you should get the current source code using Subversion and compile it yourself. If you also want to use this pretty ROS background picture, look into this archive.   Q:  How can I run it ? A:  If you simply execute "explorer.exe", it checks, if there is already running a desktop. If not, it starts up in desktop mode. If there is already a desktop application, it starts in window mode and displays an explorer window to browse the shell namespace. If you want to force it to start up in desktop mode regardless of an already running desktop, specify an additional command line option, and run it with the command "explorer -desktop". If you want to replace windows explorer with ROS explorer, you can achieve this by setting the registry value "Shell" at the key "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon". Insert into this value the full path of your ROS explorer executable (here you can see a screenshot). For example I do have the value "d:\osexperts\reactos\subsys\system\explorer\explorer.exe" there. This overrides the default shell for the currently logged on user. When termination the ROS explorer after logging in, windows explorer will start up. So you always have a fallback, if something goes wrong. If you want to change the explorer for all users of a system at once, you can also change the registry value "Shell" at "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon". You can always start Windows explorer by running "explorer.exe" (without path) for example with the "Run..." command in Task Manager. Simply press CTRL+ALT+DEL to launch it, and look  into the "File" menu. Newer versions of ROS Explorer contain the command line option "-install" to do this without fiddling with the registry editor and replace the previous shell application just by executing "explorer.exe -install".   Q:  How to terminate it ? A:  To terminate the desktop, click at "Log Off..." in the start menu. This currently does not really finish your login session. It merely terminates the running explorer instance, and Windows restarts another Explorer. If you installed ROS explorer only on a per-user basis, you then get the Windows Explorer.   Q:  Is it complete ? A:  No. There is yet many missing functionality. Here is a list of things already on the TODO list: (The up-to-date list is available in the current source code.) context menus for quick launch bar detect display mode changes and adjust desktop bar size handling of full screen applications implementation of additional deskbands Drag & drop and file renaming on the desktop does not work. implement Drag & drop from the tree view. activate accelerator keys like <DEL> in shell view folders command line parameters like "/e,/root,c:\" search functionality in start menu Windows-key combos Application Desktop Toolbars Also this explorer implementation is not very configurable. Windows Explorer looks at very many entries in the registry to decide if this and that feature is to be displayed or not. Well, this lack of configurability may also be a feature. It makes the program leaner if it only contains that features, you really need. There may be many more things than listed here missing from ROS Explorer. There is also an automatically generated TODO list, which is regularly updated from the source code in the repository.  What is already implemented: explorer windows to browse file system and shell namespace desktop window launching of programs and documents through explorer windows and desktop context menu handling on the desktop and in explorer windows Drag & drop in explorer windows partly implemented task bar desktop bar notification icons start menu "Run..." functionality in start menu desktop switching Shell Service Objects Additional functionality compared to the original Windows Explorer: Explorer windows offer a MDI (Multiple Document Interface). So you can open more than one tree in an explorer window. Tree browsing is not restricted to shell namespace. There is also the possibility to open explicit "drive windows" like in the good old Windows File Manager (winfile.exe). menu entry "Drives" in the start menu to directly browse the file system browsing of NT Object namespace browsing of registry advanced  tray icons: In Windows the tray icons "hang" around if the owning program terminates unexpected, until you move the mouse over them. I think, almost every one has seen this bug. In the ROS Explorer implementation this is resolved. Icons disappear automatically, if the corresponding process terminates.   Q:  Does it have bugs? A:  Of course. If you find one, please try to figure out how to resolve it, and notify me of what you could find.   Q:  Is there any source code documentation ? A:  Yes. You can read it online or download one of the following two files: compressed HTML help file compressed HTML help file of complete source code, including private class members   Q:  What do I need to compile it myself ? A:  There are several possibilities: You can use the free GCC compiler in its MinGW version, or you can use Microsofts Visual C++ to compile the explorer. For compiling with VC++ you need the latest Platform SDK headers and libraries as of July 2003. If you want to compile the whole ReactOS operating system, there is no choice. You have to use MinGW as build environment. There is also the possibility to cross-compile the source code under Linux. Last but not least you can also compile it as a Winelib application. For this use the "Makefile.Wine", however I don't want to conceal a little warning about this, since the Makefile may not always be up-to-date. The source code is stored in a source code repository managed by the revision control system Subversion. So you have to install a Subversion client at your computer. You can use any one of the different clients like for example TortoiseSVN, but I recommend the command line version for Windows. Also are the commands, which I describe in this FAQ, only valid if you have installed a command line version of Subversion. To install MinGW, you have to download and install MinGW of at least Version 3.1.0. You have to install the W32API headers and libraries of at least version 2.4 (already included in MinGW 3.1.0). Install the files of the download package on top of your MinGW installation, e.g. to "D:\MinGW". Furthermore you need to install the "make" utility. An older version like that of 7/2001 will also do it. If you want to get the full ReactOS source code, you can do this by executing: svn co svn://svn.reactos.org/reactos/trunk/reactos If you only want to compile the explorer, not the whole ReactOS, and you have VC++ installed, you can check out only that part, which contains the explorer source code, you don't need all that other. Go into your command prompt, change the working directory to the directory, where you want to place the files, and type in the following to get the files by Subversion: svn co http://shell.franken.de/svn/sky/ros-explorer/trunk/explorer There is also a branch for a stripped-down small version of ROS Explorer without many advanced features: svn co http://shell.franken.de/svn/sky/ros-explorer/branches/lean-explorer/explorer Finally you can start the build process by invoking "mingw32-make.exe" (or "make.exe" if your MinGW installation uses this executable name) in the directory "reactos/subsys/system/explorer" to compile the explorer. To compile the explorer independent from the other ReactOS code using an MinGW environment, use the command "mingw32-make -f Makefile.MinGW". To build ReactOS you invoke "mingw32-make" in the root directory "reactos". Be sure, Cygwin is not in your PATH environment for building ReactOS. Otherwise you will get error messages because the Cygwin shell /bin/sh will be called. And it doesn't understand Back Slashs used as path separators.   If you  want to use a mingw32 cross compiler environment under Linux, here is a description of how to set it up. There are also available precompiled binaries, if you have the correct operating system. (Linux x86, GLIBC 2.3) If you use this, you should install a link, which is yet missing there: ln /usr/local/cross-tools/bin/i386-mingw32msvc-windres \ /usr/local/cross-tools/i386-mingw32msvc/bin/windres With this you can put in your PATH to switch to the cross compiler environment. I am using a little script "mingw32" to achieve this: #!/bin/bash export PATH=/usr/local/cross-tools/i386-mingw32/bin:$PATH Put it in your path (e.g. /usr/local/bin), "chmod +x" it, then call it with bash as ". mingw32". Here you can get scripts for downloading, compiling and installing a mingw cross compiler environment in one step. Patvor pointed out  this web site with one more cross compiling script.   If you want to compile the explorer with Visual C++, you need the version 6.0 with installed Service Pack SP5. Open the project workspace "explorer.dsw" and build the project "explorer" as "Win32 Debug" or "Win32 Release" version. You can also build the program using VS.Net 2002 or VS.Net 2003. But be aware, I do not regularly test builds with this compilers. Also you should pay attention: The IDE reads in the VC6 format project files, as you open them the first time. So if there are any changes, you have to repeat this conversion: Update the source code from the repository. Close all open projects and delete the new format project files (*.vcproj, *.sln). Then reopen the VC6 project files with VS.Net, and it will convert them into the new format again.   Q:  The compiler complains, it cannot understand some function or symbol. What is wrong ? A:  You may not have installed the current W32API headers. Try to install the current W32API version. Another possibility is, there may be a problem with the current code in the repository. Listen to the ReactOS "Developers List" mailing list, if someone has the same problem. It may be fixed one or a few days later. Feel free to find the problem yourself and report it to the list. Q:  I get this error using VC++: c:\reactos\subsys\system\explorer\desktop\desktop.cpp(46): error C2065: 'GetShellWindow' : undeclared identifier A:  GetShellWindow() has been made public by MS only a few months ago. It is declared in the Platform SDK of 2003. Before this it has been an undocumented function. There are also the two functions SetShellWindow() and SetShellWindowEx(), which are exported by WIN2000, but not yet documented in the MSDN.   Q:  I can compile the source files,  but the linker complains about some missing symbols like "CLSID_DragDropHelper". A:  You may not have installed the current W32API libraries. Try to install the current W32API version. Q:  How can I update my already checked out source code to the current version ? A:  Go to the root directory "reactos", where you did check out the source code. There initiate the command "svn up". To compile it, simply type another "make" in the reactos (or in the "explorer" subdirectory if you are only interested in explorer). If you get some unexpected errors, try, if a "make clean all" helps. In this case there may be some problems with file dependencies, which are sometimes not completely correctly handled in the makefiles.   All this stuff about downloads, installation, compiling and linking sounds a bit complicated, doesn't it ? At least it is possible and may become easier in future. So I wish you good luck!   :-)   Q:  Who are you? A:  I am Martin Fuchs and live in Germany. You can reach me by mail at: Go to my ReactOS Wiki Page with additional Links   last update: 11.11.2006 Web-Countersays you are visitor number counter since 21.09.2003 main page
 

ReactOS

Explorer

frequently

asked

questions.

http://www.sky.franken.de/explorer/

ROS Explorer FAQ 2008 September

dvd rental

dvd


ReactOS Explorer frequently asked questions.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Cheap Car Insurance - Ringtone - Loans - Remortgages - Loans
2008-09-05 16:14:38

Copyright 2005, 2006 by Webmaster
Websites is cool :) 108Bingo - Hotel Dusseldorf - Bramy Przemysłowe - Hotel Leipzig - Litery Świetlne