Thanks
Tony DeVoe
Merlin data Publishing.
Bye,
Yatin S Kulkarni
Dept of Computer Science
Michigan State University
Tony DeVoe wrote in article <33DE14...@merlindata.com>...
--
Bye,
DON'T GIVE UP UNTIL MALLOC DOES
dr. Ovidiu Popa
Tony DeVoe <tde...@merlindata.com> wrote in article
I though someone made a version of MFC for Unix platforms. I don't recall
who but you could do a Web search.
That would make porting code much easier, and the vendor would probably
have a lot of expertise and advice about porting MFC code to Unix.
-Leigh
(I assume you mean from windows 'to' UNIX).
As others mentioned, this depends VERY strongly on how well the GUI and
other
system stuff was isolated form the original code.
If the GUI is well isolated, have you considered trying JAVA (VJ++) for
the GUI
and launching several separate portable C/C++ code subroutines. This
would certainly make future support and cross-platform maintenance MUCH
easier since
JAVA is a cross-platform GUI. (It could even be a good excuse for the
company
to pay for you to learn JAVA).
I just ported 150,000 non-GUI lines of code from UNIX to windows, but
that's
alot easier. Good luck.
Karl
In just including :
#include <GL/gl.h> I got a huge number of errors.
Anybody knows how to start programming OpenGl, What are the
requirements?
Thanks
Philippe
pge...@ece.ucsd.edu
You can do OpenGL programming in Windows 95, provided you have
downloaded and applied Service Pack 1 (go to
http://www.microsoft.com/windows95/default.asp and follow the "Free
Software" link).
A good book to start with is "OpenGL Programming for Windows 95 and
Windows NT" by Ron Fosner; ISBN 0-201-40709-4 (Addison Wesley),
You can see a description of the book at
http://www.awl.com/devpress/titles/40709.html. A good technical
bookstore such as Computer Literacy should have it, or be able to get
it for you. Also, the UCSD bookstore may have it.
Hope this helps.
-- Jeff Thomson
tho...@wgcgps.com
> I Currently have several requests to port our existing windows
> software
> for the Unix platform. I have a feeling that it can be done but I am
> not sure where to begin. Has anyone had any experiance with this.
> Would you like a JOB! Well could you tell me were to start in my
> quest
> for information on how to do this.
>
> Thanks
> Tony DeVoe
> Merlin data Publishing.
Depends on what sort of a program you would like to port.
Many things that you take for granted with microsoft are simply not
standardized, and thus you cannot expect them to be available under any
ansi-c/c++ platform as such. But then, programming something from a
scratch to accomodate both unices and other platforms can be
accomplished by using wxWindows, a toolking which lets you develop GUIs
for multiple platforms - namely Motif, XView (OpenLook) and Xt on
unices, and Windiows 3.1/95/NT