project setup

About this tag
The project setup tag on WindowsForum.com covers topics related to configuring and organizing projects in development environments, primarily Microsoft Visual Studio. Discussions include adding executable projects to solutions containing DLLs, troubleshooting COM errors during project creation in Visual Studio 2015, and setting up projects for frameworks like Cocos2d-x on the Universal Windows Platform. Users also explore project configuration for Kinect v2 with OpenCV and Emgu, as well as creating Windows Store games with C# and XAML. Common themes involve solution structure, template caching, and targeting UWP across devices.
  1. Xarzu

    Windows 10 How do I add an .EXE project to a solution of DLL's?

    How do I add an .EXE project to a solution of DLL's? This is using Microsoft Visual Studio Professional I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have uncovered that they contain XAML files. So...
  2. B

    Windows 10 Error during project creation in vs2015

    Hi, I am facing the error " COMException: Error HRESULT E_FAIL has been returned from a call to a COM component". I have followed the below mentioned steps; 1. Start —> Run —> regsvr32 %SystemRoot%\System32\msxml3.dll 2. Start —> Run —> regsvr32 %SystemRoot%\SysWOW64\msxml3.dll 3. Delete...
  3. News

    Kinect 2 Computer Vision

    Kinect MVP James Ashley is back with a great example of using OpenCV v3 (which we highlighted OpenCV turns 3 and seeing Intel(R) INDE OpenCV), Emgu and the Kinect v2 to implement computer vision/facial recognition. Some of our other posts where we highlight James; Kinect 2 Unity 5 "Kinect v2...
  4. News

    Running Cocos2d-x on Windows 10

    With Microsoft’s latest open source code contribution to the Cocos2d-x project [https://github.com/cocos2d/cocos2d-x/pull/12107], Microsoft has enabled Cocos2d-x to run on Windows 10 on the Universal Windows Platform. The Universal Windows Platform (UWP) makes it possible to target all Windows...
  5. News

    How to make a Windows Store game with C# and XAML – part 1

    This guest blog post is the first of a 3-part series written by Windows MVP Jani Nevalainen. Please see the original post Link Removed, and stay tuned for Parts 2 and 3 coming soon. I believe that games are still one of the most fun ways to get to know a new programming language. Since there...
Back
Top