VC++ 6 woes
Author |
Message |
morgaine
![](http://compsci.ca/v3/uploads/user_avatars/154895074845efa3c7948cc.jpg)
|
Posted: Sun Mar 11, 2007 1:54 am Post subject: VC++ 6 woes |
|
|
I'm provided with this engine thing written in VC6, which compiles fine under VC6 but gives a huge number of errors with newer versions of compilers. I need to write a GUI which uses the engine, but GDI+ is not supported in VC++6. So I have the following options:
1. port the VC++6 code to Visual Studio 2005
2. tweak things and get GDI+ to work with VC++6
3. use the old GDI API (which I don't know how to use)
Any suggestions on which way may be easier? thanks! |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
md
![](http://compsci.ca/v3/uploads/user_avatars/1849317514ed6c4399768d.png)
|
Posted: Tue Mar 13, 2007 2:03 pm Post subject: RE:VC++ 6 woes |
|
|
Move it to VS 2005 or gcc. VC++ 6 has notoriously bad library support. |
|
|
|
|
![](images/spacer.gif) |
morgaine
![](http://compsci.ca/v3/uploads/user_avatars/154895074845efa3c7948cc.jpg)
|
Posted: Thu Mar 15, 2007 12:11 am Post subject: RE:VC++ 6 woes |
|
|
thanks for the reply md.
haha I've decided to cheat: I'm making the engine dump data to a text file and just query that from my program. |
|
|
|
|
![](images/spacer.gif) |
|
|