Migrating Unix application to WinNT

Scott Howard scott@objsw.com
Mon Nov 16 13:51:00 GMT 1998


That issue is too complicated to discuss in an e-mail, and it's also a little out of the scope of this mailing list.  But as a general recommendation, I suggest that you start by getting your program
running as a console mode (text screen) program under Windows.  When you have this working, you can look at moving the program to graphics mode.  You may want to consider one of the cross-platform GUI
libraries such as V or WxWindows to simplify this task.

Aldo Mazzilli wrote:

> I have built a cross-compiler from Solaris to Unix.
> Now, I want to run my Unix character application under Windows and
> create a virtual terminal environment by using Windows functions to
> display text and scroll in a graphical Windows.
>
> Can someone help me on this task.
>
> Thanks
> Aldo
> --
> =======================================================================
> ,',',',',',',' Aldo MAZZILLI             | INRIA Rhone-Alpes          |
> ,',',',',',',' aldo.mazzilli@inrialpes.fr| 655, avenue de l'Europe    |
> ,',',',',',',' Tel : 04 76 61 53 91      | 38330 Montbonnot St Martin |
> ,',',',',',',' Fax : 04 76 61 52 52      | FRANCE                     |
> ,',' *** Site WEB : http://www.inrialpes.fr/vasy/people/Aldo.Mazzilli |
> =======================================================================
> _______________________________________________
> New CrossGCC FAQ: http://www.objsw.com/CrossGCC
> _______________________________________________
> To remove yourself from the crossgcc list, send
> mail to crossgcc-request@cygnus.com with the
> text 'unsubscribe' (without the quotes) in the
> body of the message.

_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.



More information about the crossgcc mailing list