How to #include header files from other projects from the same solution

Settings for compiler In the project where you want to #include the header file from another project, you will need to add the path of the header file into the Additional Include Directories section in the project configuration. To access the project configuration: Right-click on the project, and select Properties. Select Configuration Properties -> C/C++ … Read more

Folders or Projects in a Visual Studio Solution? [closed]

By default, always just create new folder within the same project You will get single assembly (without additional ILMerge gymnastic) Easier to obfuscate (because you will have less public types and methods, ideally none at all) Separating your source code into multiple projects makes only sense if you… Have some portions of the source code … Read more

VS2008 Setup Project: Shared (By All Users) Application Data Files?

I have learned the answer to my question through other sources, yes, yes! Sadly, it didn’t fix my problem! What’s that make me — a fixer-upper? Yes, yes! To put stuff in a sub-directory of the Common Application Data folder from a VS2008 Setup project, here’s what you do: Right-click your setup project in the … Read more

How do I show the References folder in Solution Explorer without selecting ‘Show All Files’ in a VB.NET project?

I guess I will have to definitively crush your dream. Sorry. It has been a decision by Microsoft to remove this from the default view to reduce the ‘clutter’. However, your ‘Show All Files’ setting will persist when you save your project. So if you show all files once and then save, then it will … Read more

Visual Studio: How to make one solution depend on another?

Not really. You’d have to do one of the following: Make a build script that builds the solutions in the correct order. Pre-build solution A, and only reference the built binary outputs from it in solution B. Make a third solution containing all of the projects from both solutions. The first two items are the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)