Connecting Tech Pros Worldwide Forums | Help | Site Map

How to port c++ application to windows

Newbie
 
Join Date: Sep 2007
Posts: 1
#1: Sep 3 '07
Hello,
Am having a linux GUI application devoleped in c++ with help of motif (front end). i wanted to run this application on windows.
Am using wide charectors and STL templates.
How can i use this application on windows?

I tried to compile the code with Cygwin .
But the exe i got having some display problem . i think its due to Cygwin (lesstif) deosn't support all features of motif.

Is there any other tool or method to do the same?

Thanks in Advance

Moderator
 
Join Date: Mar 2007
Location: North Bend Washington USA
Posts: 5,370
#2: Sep 3 '07

re: How to port c++ application to windows


Quote:

Originally Posted by rafeequenk

But the exe i got having some display problem .

Hard to say what the problem is since you haven't given any information about the problem.

Maybe a code snippet would help.
Reply