I have some dsp education and expreience with creating image effects, but i am not that advanced. If you can give some details on that.... i have two free months(resting, but i don't like resting), so i'll be glad to help you and advance my experience. Vladimir
The easiest way (to test and implement) is to place allof your resources into into DLLs and then create copies of the DLL for each language (named appropriately). Then use LoadLibrary to load each language DLL at runtime, depedning on what language the user chooses or what language theri system uses. -- russ. http://www.gipsysoft.com/StaticPlus/ - HTML display in a small and light DLL http://www.gipsysoft.com/ZoomPlus/ - Programmers Zoom Utility on Steroids http://www.kingcoder.com/ - Contract software developer
> How long does it take to find a bug? Some bugs are never found. > How long does it take to fix a bug? Some bugs are never fixed. > How many lines of code are there in an application/project? How many atoms in a glass of water. (That depends on how full the glass is) > How many bugs are there for a given number of lines of code (ie 5 bugs for every 1000 lines)? How impure is the water ? Depends on the filtering process. > How many lines of code does a developer write a day? You can fill a glass quickly if you don't filter it first. In effect your question is: How long is a piece of string ? Answer: Every piece of string is different ! Yikes !