You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content had issues with numbered list, now fixed
Had issues with wrong Title size
Had issue with spacing on major titles.
Included
List of options left out previously
Located in the same directory as `.vcxproj` known as `Root directory`.
27
33
@@ -50,7 +56,9 @@ Simply add the DLL into your project:
50
56
51
57
<br>
52
58
53
-
2.### **Working Directory Linking:**
59
+
### 2. **Working Directory Linking:**
60
+
61
+
<br>
54
62
55
63
Changing the working directory (Location of where the application starts the process of the build and runtime).
56
64
@@ -83,7 +91,9 @@ See the bottom of the page to setup `Pre-linking Events`.
83
91
84
92
<br>
85
93
86
-
3.#### **Defined locations (PATH):**
94
+
### 3. **Defined locations (PATH):**
95
+
96
+
<br>
87
97
88
98
Giving the (IDE) or application a pre-defined location to look for dlls.
89
99
@@ -117,7 +127,9 @@ See the bottom of the page to setup Pre-linking Events.
117
127
118
128
<br>
119
129
120
-
4.#### System directory linking:
130
+
### 4. System directory linking:
131
+
132
+
<br>
121
133
122
134
{: .important}
123
135
The following is specific to the users machine, which may affect the project for collaboration and future development if the `dlls` are not made accessible in the system globally or not installed. <br><br>
@@ -167,6 +179,8 @@ Please see on further reading at the bottom of the page
0 commit comments