Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Visual C++ 2008 Support
icon7.gif  Visual C++ 2008 Support [message #12854] Wed, 21 November 2007 21:56 Go to next message
adkiller is currently offline  adkiller
Messages: 25
Registered: November 2005
Promising Member
Hi Everybody,

Attached is a patch to enable Visual C++ 2008 (MSC9/MSC9X64/MSC9ARM) build support. I have not added the MSC9 support into AutoSetup yet.

Thanks,
-Ad

[Updated on: Wed, 21 November 2007 21:58]

Report message to a moderator

Re: Visual C++ 2008 Support [message #12878 is a reply to message #12854] Sat, 24 November 2007 07:38 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Hm, does it *require* NOWIN98 flag?

Mirek
Re: Visual C++ 2008 Support [message #13028 is a reply to message #12878] Wed, 05 December 2007 19:51 Go to previous messageGo to next message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Will support for visual studio express 2008 be in the next dev version please?

(not sure what to do with the patch - I like the automagic setup option)

EDIT: I have no idea what to do with the patch. I also don't seem to be able to download visual express 2005 anymore. If anyone could add a howto on getting visual studio express 2008 working with UPP, that would be very useful Smile

Nick

[Updated on: Wed, 05 December 2007 22:06]

Report message to a moderator

Re: Visual C++ 2008 Support [message #13101 is a reply to message #12854] Tue, 11 December 2007 02:52 Go to previous messageGo to next message
yeus is currently offline  yeus
Messages: 19
Registered: October 2006
Promising Member
could we include this in one of the next dev-releases?

greetings, Tom I am also really looking forward for VC9 support Smile.
Re: Visual C++ 2008 Support [message #13102 is a reply to message #13101] Tue, 11 December 2007 08:48 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

You don't need new version of ide to use vc9. Just replace your paths in MSC80 builder to point to vc9
Re: Visual C++ 2008 Support [message #13107 is a reply to message #12878] Wed, 12 December 2007 00:55 Go to previous messageGo to next message
adkiller is currently offline  adkiller
Messages: 25
Registered: November 2005
Promising Member
luzr wrote on Sat, 24 November 2007 14:38

Hm, does it *require* NOWIN98 flag?

Mirek


The NOWIN98 flag is no longer supported under VC9 but is used in VC8 to keep executable sizes small. Also unless you develop legacy apps for Win9x, this flag is highly recommended.

This patch adds minor compatibility fixes for VC9 that remove deprecated options that are no longer supported.

Thanks,
-Ad
Re: Visual C++ 2008 Support [message #13111 is a reply to message #13102] Wed, 12 December 2007 17:35 Go to previous messageGo to next message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Yes but how does one add it in the first place? Also, anyone coming to UPP fresh just now can only get the MINGW version (which doesn't work all that well) as its now no longer possible to get VC Express 2005.

Nick
Re: Visual C++ 2008 Support [message #13112 is a reply to message #13111] Wed, 12 December 2007 18:40 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
nixnixnix wrote on Wed, 12 December 2007 17:35

... can only get the MINGW version (which doesn't work all that well) ...

Nick


In which regard doesn't MinGW work all that well?

Werner
Re: Visual C++ 2008 Support [message #13133 is a reply to message #13112] Sat, 15 December 2007 16:16 Go to previous messageGo to next message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
It doesn't debug. Not on any machine that I have installed UPP on and not with any reference project.

Nick
Re: Visual C++ 2008 Support [message #13168 is a reply to message #13133] Tue, 18 December 2007 00:58 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
nixnixnix wrote on Sat, 15 December 2007 16:16

It doesn't debug. Not on any machine that I have installed UPP on and not with any reference project.

Nick


Unfortunately true (sigh!)

Werner
Re: Visual C++ 2008 Support [message #13172 is a reply to message #13028] Tue, 18 December 2007 16:32 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
nixnixnix wrote on Wed, 05 December 2007 19:51

I also don't seem to be able to download visual express 2005 anymore.


You still can do! Use this link

http://www.microsoft.com/express/2005/

Werner
Re: Visual C++ 2008 Support [message #13192 is a reply to message #13172] Thu, 20 December 2007 02:15 Go to previous messageGo to next message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
thanks - very handy to know Smile
Re: Visual C++ 2008 Support [message #13451 is a reply to message #13172] Tue, 08 January 2008 02:56 Go to previous messageGo to next message
adkiller is currently offline  adkiller
Messages: 25
Registered: November 2005
Promising Member
Werner wrote on Tue, 18 December 2007 23:32

nixnixnix wrote on Wed, 05 December 2007 19:51

I also don't seem to be able to download visual express 2005 anymore.


You still can do! Use this link

http://www.microsoft.com/express/2005/

Werner



Visual C++ 2008 Express is now available:
http://www.microsoft.com/express/vc/

Enjoy!,
-Ad
Re: Visual C++ 2008 Support [message #13454 is a reply to message #13451] Tue, 08 January 2008 17:32 Go to previous message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
and the latest Dev version supports 2008 which is great for dummies like me Smile

[Updated on: Tue, 08 January 2008 17:32]

Report message to a moderator

Previous Topic: Problem with MSC8 compiler and MySql.h
Next Topic: Creating shared libs
Goto Forum:
  


Current Time: Fri Mar 29 08:51:55 CET 2024

Total time taken to generate the page: 0.02105 seconds