spender-sandbox / cuckoomon-modified

Modified edition of cuckoomon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to compile this project in Visual Studio

william-vu opened this issue · comments

Hi,
may I ask how to compile this using Visual studio C++?
Thank,

The current solution file I believe requires VS 2015, the community edition can be downloaded for free.

-Brad

thanks. I will try this.

Hi,
is this dll project? and is there any (special) options that I need to pay attention when import this project?
thanks

The solution file contains projects for the loader executable and the DLL. Building the solution will build both projects automatically. Make sure the project types for both are set to "Release" instead of debug.

-Brad

Hi Brad,
I use VS 2015; Windows 8.1 to build the solution. But I got errors like: cannot open include file "bson.h": no such file or directory. That's stranged because bson.h are in the folder bson already. Could you please tell me which could be the reason for this?
Thanks

when you imported project it ask for install deps, did you install them?

If you're using the included solution/project files, the bson directory should be in the include path for all builds:
https://github.com/spender-sandbox/cuckoomon-modified/blob/MSVC/cuckoomon.vcxproj#L95

-Brad

hi,
I think the problem has been solved. The reason is I forgot to add the subfolder bson when import the code.
Thanks for your help :)