If you are seeing Japanese text, it's because the primary API set in
VS changed from ANSI to Unicode...

Look for all the api calls and either put A's on the end of them
(MsgBoxA, CreateWindowA..), or there is some macro to set, or a flag
to the C compiler to default to ASCII....



On Sun, May 8, 2011 at 6:12 PM, Richard <legal...@xmission.com> wrote:
>
> In article <C099F659EBBF4EFE99657CB5D581DD46@EMACHINE>,
>    "Dave" <dave.g4...@gmail.com> writes:
>
>> The 1130 simulator has a GUI on Windows. Its in the package..
>
> When I add GUI_SUPPORT to the vcproj that I made for VS2008, all I get
> is a console window and a tiny window with japanese text in the title bar.
>
> When I try to use that nmake makefile, it doesn't build.
> --
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>  <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
>
>      Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
> _______________________________________________
> Simh mailing list
> Simh@trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
>
_______________________________________________
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Reply via email to