Building a Microsoft Visual Studio C Project for Your c-tree Application

 
Introduction
Building a New C Project in Microsoft Visual Studio
Step 1 - Create a new, blank project
Step 2 - Add a new .c file to that project
Step 3 - Add three FairCom libraries to the project
Step 4 - Add dependencies for "ws2_32.lib" and "crypt32.lib"
Step 5 - Tell the project where it can find the c-tree header files
Step 6 - Turn off precompiled headers
Step 7 - Make sure your source code will be compiled as C
Step 8 -Test your new project
Copyright Notice
Index