Results 1 to 3 of 3
Hi All,
I wish to port a win32 application to linux platform.
I wanted to know if there is any equivalent of tchar.h in linux platform?
Thanks in advance....
- 06-28-2010 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 27
What is "tchar.h" equvalent in linux?
Hi All,
I wish to port a win32 application to linux platform.
I wanted to know if there is any equivalent of tchar.h in linux platform?
Thanks in advance.
- 06-28-2010 #2Debian GNU/Linux -- You know you want it.
- 07-04-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
My solution for porting Windows applications to Linux/Unix? I model the entire application with UML and build it from scratch using standard C/C++/X programming API's. A good tool to do this is Sparx Enterprise Architect. It can even generate code from the model for target systems. My professional experience is that this is faster, and more effective, than just trying to "port" from Windows to *nix, which in many cases is just plain impossible to do without resorting to "postal" behavior!
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote