Re: [hlcoders] VS2010b1 - Linker probems.

2009-06-01 Thread Yaakov Smith
: [hlcoders] VS2010b1 - Linker probems. I just tried doing a compile of the scratch beta SDK source. Worked just fine. Make sure you've added the libraries properly (Linker Input Additional Dependencies) Add these on the Server project: choreoobjects.lib dmxloader.lib mathlib.lib particles.lib

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread Olly
: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Rodrigo 'r2d2rigo' Diaz Sent: Sunday, 31 May 2009 1:20 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. It would be easier if you downgrade

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread John
Of Rodrigo 'r2d2rigo' Diaz Sent: Sunday, 31 May 2009 1:20 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. It would be easier if you downgrade your compiler. VS tends to be very picky sometimes. 2009/5/31 Yaakov Smith m4ngr

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread Olly
: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Rodrigo 'r2d2rigo' Diaz Sent: Sunday, 31 May 2009 1:20 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. It would be easier

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread Yaakov Smith
To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. Not if it doesn't compile source code they won't :) 2009/5/31 John john6...@gmail.com When the beta is over and it is released a lot of people are going to be using it - some of which will be source

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread Jonathan Murphy
June 2009 7:42 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. Not if it doesn't compile source code they won't :) 2009/5/31 John john6...@gmail.com When the beta is over and it is released a lot of people are going to be using it - some

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread Tobias Kammersgaard
I just tried doing a compile of the scratch beta SDK source. Worked just fine. Make sure you've added the libraries properly (Linker Input Additional Dependencies) Add these on the Server project: choreoobjects.lib dmxloader.lib mathlib.lib particles.lib steam_api.lib tier0.lib tier1.lib

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-31 Thread Yaakov Smith
Thanks, I'll check against those libs when I get home. ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-30 Thread Yaakov Smith
[mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Tom Leighton Sent: Wednesday, 27 May 2009 10:18 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. You will probably need to recompile the old library files, since they would be using the old

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-30 Thread Rodrigo 'r2d2rigo' Diaz
Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. You will probably need to recompile the old library files, since they would be using the old vs2008 runtime. Also, i believe the build log is saved as BuildLog.htm in the build/project directory. Alexander Hirsch wrote: Seems like

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-30 Thread Yaakov Smith
Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. You will probably need to recompile the old library files, since they would be using the old vs2008 runtime. Also, i believe the build log is saved as BuildLog.htm in the build/project directory. Alexander Hirsch wrote: Seems

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-30 Thread Rodrigo 'r2d2rigo' Diaz
To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. It would be easier if you downgrade your compiler. VS tends to be very picky sometimes. 2009/5/31 Yaakov Smith m4ngr...@gmail.com More linker errors now. linkererrors.txt - http

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-27 Thread Olly
VS2010 isn't supported, neither is VS2008 (apart from OB Beta) The fact you are also using a beta product, doesn't put you in a good position to get help. 2009/5/27 Yaakov Smith m4ngr...@gmail.com I installed and am testing Visual Studio 2010 Beta 1. It converted the VS2008 projects (which in

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-27 Thread Alexander Hirsch
Seems like the project isn't linking against tier0.lib. On Wed, May 27, 2009 at 7:00 AM, Yaakov Smith m4ngr...@gmail.com wrote: I installed and am testing Visual Studio 2010 Beta 1. It converted the VS2008 projects (which in turn were converted from VS2005), and gets heaps of linker errors

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-27 Thread Tom Leighton
You will probably need to recompile the old library files, since they would be using the old vs2008 runtime. Also, i believe the build log is saved as BuildLog.htm in the build/project directory. Alexander Hirsch wrote: Seems like the project isn't linking against tier0.lib. On Wed, May 27,

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-27 Thread Yaakov Smith
Leighton Sent: Wednesday, 27 May 2009 10:18 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. You will probably need to recompile the old library files, since they would be using the old vs2008 runtime. Also, i believe the build log is saved

Re: [hlcoders] VS2010b1 - Linker probems.

2009-05-27 Thread Yaakov Smith
To: Discussion of Half-Life Programming Subject: Re: [hlcoders] VS2010b1 - Linker probems. You will probably need to recompile the old library files, since they would be using the old vs2008 runtime. Also, i believe the build log is saved as BuildLog.htm in the build/project directory. Alexander Hirsch

[hlcoders] VS2010b1 - Linker probems.

2009-05-26 Thread Yaakov Smith
I installed and am testing Visual Studio 2010 Beta 1. It converted the VS2008 projects (which in turn were converted from VS2005), and gets heaps of linker errors such as unresolved external symbol __imp_DoNewAssertDialog. The problem is that after cancelling the build, VS2010 crashes so I can't