Re: [hlcoders] VS2003 vs VS2005

2006-11-02 Thread Nick

Won't vista allow you to play halo on the pc?

On 11/2/06, David Anderson <[EMAIL PROTECTED]> wrote:

Another little thing, Microsoft (last I read) was dropping support for
Visual Studio 2003 on Vista, choosing only to support VS2k5 and VB 6.0.
   I'm not sure if this has changed since then but here's a reference:

http://blogs.msdn.com/somasegar/archive/2006/09/26/772250.aspx

So it's good to be compatible ahead of time ;)

~dvander
http://www.bailopan.net/

Jed wrote:
> Seeing as the SDK will support VS2005 in upcoming updates whats the
> low-down on the differences? What exactly are the pros vs. cons for a
> mod using either version?
>
> We're on VS2003 right now and haven't yet swapped to the new code
> update but if VS2005 has significant advantages we may well swap as
> part of the shift over to the new code base.
>
> Anyone?
>
> - Jed
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders




___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] VS2003 vs VS2005

2006-11-02 Thread David Anderson

Another little thing, Microsoft (last I read) was dropping support for
Visual Studio 2003 on Vista, choosing only to support VS2k5 and VB 6.0.
  I'm not sure if this has changed since then but here's a reference:

http://blogs.msdn.com/somasegar/archive/2006/09/26/772250.aspx

So it's good to be compatible ahead of time ;)

   ~dvander
   http://www.bailopan.net/

Jed wrote:

Seeing as the SDK will support VS2005 in upcoming updates whats the
low-down on the differences? What exactly are the pros vs. cons for a
mod using either version?

We're on VS2003 right now and haven't yet swapped to the new code
update but if VS2005 has significant advantages we may well swap as
part of the shift over to the new code base.

Anyone?

- Jed

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders




___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] VS2003 vs VS2005

2006-11-02 Thread Jonathan Murphy
--
[ Picked text/plain from multipart/alternative ]
Sounds like a good deal, especially the multiple processor support.

On 11/2/06, Jeffrey botman Broome <[EMAIL PROTECTED]> wrote:
>
> Mike Durand wrote:
> > One other nice thing is that VS 2005 will take advantage of multi-core
> > machines and build projects in parallel on the different cores. That's
> > kind of a niche reason, but it can help cut compile time for some
> > people.
>
> ...and the Code Profiler is back (and better than ever).  :)
>
> Hooray Beer!
>
> --
> Jeffrey "botman" Broome
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>


--
Lead Programmer for Resistance and Liberation
www.resistanceandliberation.com
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] VS2003 vs VS2005

2006-11-01 Thread Jeffrey "botman" Broome

Mike Durand wrote:

One other nice thing is that VS 2005 will take advantage of multi-core
machines and build projects in parallel on the different cores. That's
kind of a niche reason, but it can help cut compile time for some
people.


...and the Code Profiler is back (and better than ever).  :)

Hooray Beer!

--
Jeffrey "botman" Broome

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] VS2003 vs VS2005

2006-11-01 Thread Mike Durand
One other nice thing is that VS 2005 will take advantage of multi-core
machines and build projects in parallel on the different cores. That's
kind of a niche reason, but it can help cut compile time for some
people.

-Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam
"amckern" Mckern
Sent: Wednesday, November 01, 2006 3:42 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] VS2003 vs VS2005

The Compilers

For a starter the code runs closer to the ISO It also uses alot more
secure code - more or less to stop Data Overflow Exploits.
You also have SSE3, and AMD64 support (NO IA64)

I have found the interface is a little bit better then
2003

Adam

--- Jed <[EMAIL PROTECTED]> wrote:

> Seeing as the SDK will support VS2005 in upcoming updates whats the
> low-down on the differences? What exactly are the pros vs. cons for a
> mod using either version?
>
> We're on VS2003 right now and haven't yet swapped to the new code
> update but if VS2005 has significant advantages we may well swap as
> part of the shift over to the new code base.
>
> Anyone?
>
> - Jed
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit:
>
http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>



Nigredo Studios http://www.nigredostudios.com





Want to start your own business? Learn how on Yahoo! Small Business
(http://smallbusiness.yahoo.com)


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] VS2003 vs VS2005

2006-11-01 Thread Ben Everett
Forget the compiler, the debugger is leaps and bounds above VS2003.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam "amckern"
Mckern
Sent: Wednesday, November 01, 2006 5:42 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] VS2003 vs VS2005

The Compilers

For a starter the code runs closer to the ISO
It also uses alot more secure code - more or less to
stop Data Overflow Exploits.
You also have SSE3, and AMD64 support (NO IA64)

I have found the interface is a little bit better then
2003

Adam

--- Jed <[EMAIL PROTECTED]> wrote:

> Seeing as the SDK will support VS2005 in upcoming
> updates whats the
> low-down on the differences? What exactly are the
> pros vs. cons for a
> mod using either version?
>
> We're on VS2003 right now and haven't yet swapped to
> the new code
> update but if VS2005 has significant advantages we
> may well swap as
> part of the shift over to the new code base.
>
> Anyone?
>
> - Jed
>
> ___
> To unsubscribe, edit your list preferences, or view
> the list archives, please visit:
>
http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>



Nigredo Studios http://www.nigredostudios.com





Want to start your own business? Learn how on Yahoo! Small Business
(http://smallbusiness.yahoo.com)


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] VS2003 vs VS2005

2006-11-01 Thread Adam "amckern" Mckern
The Compilers

For a starter the code runs closer to the ISO
It also uses alot more secure code - more or less to
stop Data Overflow Exploits.
You also have SSE3, and AMD64 support (NO IA64)

I have found the interface is a little bit better then
2003

Adam

--- Jed <[EMAIL PROTECTED]> wrote:

> Seeing as the SDK will support VS2005 in upcoming
> updates whats the
> low-down on the differences? What exactly are the
> pros vs. cons for a
> mod using either version?
>
> We're on VS2003 right now and haven't yet swapped to
> the new code
> update but if VS2005 has significant advantages we
> may well swap as
> part of the shift over to the new code base.
>
> Anyone?
>
> - Jed
>
> ___
> To unsubscribe, edit your list preferences, or view
> the list archives, please visit:
>
http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>



Nigredo Studios http://www.nigredostudios.com




Want to start your own business? Learn how on Yahoo! Small Business
(http://smallbusiness.yahoo.com)


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



[hlcoders] VS2003 vs VS2005

2006-11-01 Thread Jed

Seeing as the SDK will support VS2005 in upcoming updates whats the
low-down on the differences? What exactly are the pros vs. cons for a
mod using either version?

We're on VS2003 right now and haven't yet swapped to the new code
update but if VS2005 has significant advantages we may well swap as
part of the shift over to the new code base.

Anyone?

- Jed

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders