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
tier2.lib
tier3.lib
vstdlib.lib


These on the Client project:

bitmap.lib
choreoobjects.lib
dmxloader.lib
mathlib.lib
matsys_controls.lib
particles.lib
steam_api.lib
tier0.lib
tier1.lib
tier2.lib
tier3.lib
vgui_controls.lib
vstdlib.lib


I haven't tested if the binaries actually work, but I'm going to assume they
do.

/ScarT


2009/5/27 Yaakov Smith <[email protected]>

> 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 post a full log.
>
>
>
> Anyone else in a similar position, or anyone know what's wrong?
>
> _______________________________________________
> 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

Reply via email to