View Single Post
  #7  
Old 03-17-2005, 16:53
thomasantony
 
Posts: n/a
Quote:
Originally Posted by LaDidi
Convert 16 to 32 isn't easier.
- ANSI / Unicode
Only if you use WinNT or similiar. BTW the API are really different. For example in 16bit you use DOS interrupts(int 21h) for different functions while you have to use Win32API in win32 executables (GetStdHandle, WriteFile, or CRTDLL functions like printf etc.

Thomas Antony
Reply With Quote