Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on vs2012 #21

Closed
Tosfera-zz opened this issue Aug 1, 2014 · 1 comment
Closed

Building on vs2012 #21

Tosfera-zz opened this issue Aug 1, 2014 · 1 comment

Comments

@Tosfera-zz
Copy link

I got trouble with building the project in Visual Studio 2012. You don't have to use the premake5 for vs2012 because vs2012 converts the project to 2012 itself before you start. It keeps buzzing me about a missing pdb file;

1> Generating Code...
1> Creating library bin\win32\Debug\streamer.lib and object bin\win32\Debug\streamer.exp
1>subhookd.lib(subhook.obj) : warning LNK4099: PDB 'subhookd.pdb' was not found with 'subhookd.lib(subhook.obj)' or at 'C:\Users\Marciano\Desktop\robin\samp-streamer-plugin\bin\win32\Debug\subhookd.pdb'; linking object as if no debug info
1>LINK : error LNK1218: warning treated as error; no output file generated

not sure if unlinking the pdb is a smart idea, so I'll avoid that for now.

@samp-incognito
Copy link
Owner

You're compiling the debug build. Change the build configuration to release.

Duplicate of #12, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants