Skip to content

Commit 5b7e7f6

Browse files
committed
[FIX] IncludeDLL content
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
1 parent c3413af commit 5b7e7f6

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

docs/IDE/VisualStudio/IncludeDLLs.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ This guide demonstrates how to include DLL files in a folder and seamlessly inte
1515

1616
The following is based on an (IDE) [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
1717

18+
<br>
1819

1920
### List of options:
2021

22+
- [Root Directory Linking](#root-directory-linking-(default))
23+
- [Working Directory Linking:](#2-working-directory-linking)
24+
- [Defined Locations Path](#3-defined-locations-path)
25+
2126
<br>
2227

23-
1. ### **Root Directory Linking (Default):**
28+
### 1. **Root Directory Linking (Default):**
2429

30+
<br>
2531

2632
Located in the same directory as `.vcxproj` known as `Root directory`.
2733

@@ -50,7 +56,9 @@ Simply add the DLL into your project:
5056

5157
<br>
5258

53-
2. ### **Working Directory Linking:**
59+
### 2. **Working Directory Linking:**
60+
61+
<br>
5462

5563
Changing the working directory (Location of where the application starts the process of the build and runtime).
5664

@@ -83,7 +91,9 @@ See the bottom of the page to setup `Pre-linking Events`.
8391

8492
<br>
8593

86-
3. #### **Defined locations (PATH):**
94+
### 3. **Defined locations (PATH):**
95+
96+
<br>
8797

8898
Giving the (IDE) or application a pre-defined location to look for dlls.
8999

@@ -117,7 +127,9 @@ See the bottom of the page to setup Pre-linking Events.
117127

118128
<br>
119129

120-
4. #### System directory linking:
130+
### 4. System directory linking:
131+
132+
<br>
121133

122134
{: .important}
123135
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
167179

168180
### **Pre-Linking Events**
169181

182+
<br>
183+
170184
1. **Building DLLs into output Directory:**
171185
- Navigate to Configuration Properties -> Build Events -> Pre-link Events.
172186
- Use the Copy function to move files from the "DLLs" folder to the build root.

0 commit comments

Comments
 (0)