Page 1 of 1

using emulator in landscape?

PostPosted: Nov 4, 2004 @ 6:20pm
by jaguard

PostPosted: Nov 4, 2004 @ 7:45pm
by jongjungbu
Not sure. But it is not very difficult at all to use PocketFrog/HAL to build a PC version. And in that, you will have your proper landscape mode.


JJB

PostPosted: Nov 5, 2004 @ 5:23pm
by jaguard

PostPosted: Nov 5, 2004 @ 6:09pm
by ppcStudios

PostPosted: Nov 5, 2004 @ 6:11pm
by jongjungbu

PostPosted: Nov 5, 2004 @ 7:42pm
by jaguard

PostPosted: Nov 5, 2004 @ 8:06pm
by Dan East
TCHAR will be either a char or a short depending on whether or not UNICODE is defined.

Don't use L"", use T(""). L"" forces UNICODE in all cases. T() will be either ANSI or UNICODE depending on if UNICODE is defined or not.

Dan East

PostPosted: Nov 5, 2004 @ 8:26pm
by Kzinti