[ros-dev] Idea to save time in future - Language Support And Use in Reactos

Thomas Larsen sikker2004 at yahoo.com
Fri Mar 11 01:54:53 CET 2005


Language Support And Use in Reactos

Idea: Split the files by using config and only include whats needed by dev and end user
goal: Saves time in compiling and get smaller fil sizes.

If not done imagine 256 languages in each file getting included then we would get pretty large
files just see shell32.dll and its a waste both for the end users and us it takes a while extra to
include all those extra langs

The Config File i Reactos Root path
# Which default language would you like to use
# Select Between: English:En, Danish:Dk, France:Fr etc.
DEFAULTOSLANG=Dk

The Ressource.rc file in each paths
#if DEFAULTLANG
#include %DEFAULTLANG%.rc // Need to test if exist if not include en.rc a littel app could check
for this it would be pretty fast else include english res
#else
#include "En.rc"
#endif

Just an idea.. Thomas

Ps. alot of patches new files and translation on bugzilla if any want to use it. :-)


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


More information about the Ros-dev mailing list