Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Maragnus

Pages: [1]
1
Graphics / Game-ready model shops
« on: June 27, 2010, 04:37:29 am »
Turbosquid.com offers a lot of free and paid models.  If you buy models, they'll typically convert it between formats for you too.  I hit them up from time to time for their free textures.

2
General / Linker error while linking static libs but not dynamic, VS
« on: June 23, 2010, 06:59:54 pm »
I found the following three to be sufficient:

kernel32.lib user32.lib gdi32.lib

odbc is a (nearly) legacy database driver, ole is for embedding objects from like Excel and Word into an application, comdlg is for native file open and save as dialogs, shell and advapi are for integrating an application into Windows Explorer, uuid is for using COM objects like ActiveX.  Most of those are not necessary unless you're building an extensive productivity-based application.

Pages: [1]