Dexter Posted August 9 Share Posted August 9 Howdy, this is probably an easy one but generating a new project and changing the code so steamworks is included, by un-commenting out the `#include "Steamworks/Steamworks.h"` results in link errors, eg: unresolved external symbol "bool __cdecl Steamworks::Initialize(void)" (?Initialize@Steamworks@@YA_NXZ) referenced in function main after some looking around it looks like Source/Steamworks.cpp is set to excluded from the build by default in VS causing this Quote Link to comment Share on other sites More sharing options...
Solution Josh Posted August 9 Solution Share Posted August 9 Yes, you must uncomment the include and edit the .cpp file setting. There is no way in Visual Studio to include a .cpp file just with code, or I would do it. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Dexter Posted August 9 Author Share Posted August 9 10-4, thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.