- Visual Studio 2022 Community Edition (With Workload Desktop Development with C++)
- Git bash
- You can download the source code from release and extract it or you can use git
git clone https://github.com/BiltuDas1/no-edge.git
-
At first create a Blank Console Project with
noedge
name in Visual Studio 2022. Check blank.md -
Now Open the Project Folder and Move all files to the directory where all source file located (If windows prompt to overwrite files then simply press skip, don't overwrite files)
-
Open
noedge.sln
to the source code directory(It should open in Visual Studio) -
In Solution Explorer, Right Click on
Header Files
andAdd > Existing Item...
and choosecompn.h
from Source code directory -
Close Visual Studio and save Project
-
Now Follow Step 1 and create a Project name as
msedge
-
And move project files to the
Source Code Directory > msedge
-
Open
noedge.sln
, Now gotoFile > Add > Existing Project
and chooseSource Code Directory > msedge > msedge.vcxproj
and Save the Project -
Change the Solution Platform to
x86
and gotoBuild > Build Solution
to Build Source Code.