Skip to content

Commit 887d522

Browse files
committed
small pictures now big
1 parent a1a1d1c commit 887d522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_guides/12_RobotCode_Project_setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The old codes were written in 32-bit format on MS Visual C++ 6 on Windows XP PCs
1818

1919
Create a new empty project in MS VC++ 2022.
2020

21-
<img src="./robotcode_createnew.png" alt="Visual Studio: Create a new project" width="400"/>
21+
<img src="./robotcode_createnew.png" alt="Visual Studio: Create a new project" width="100%"/>
2222

2323
The location of the project must be: `C:\robotcode\projects\`
2424

@@ -43,7 +43,7 @@ Then open project properties and change the following configurations:
4343
4. **Project -> Properties -> Configuration Properties -> Linker -> System -> SubSystem:**
4444
Change to “Windows(/SUBSYSTEM:WINDOWS)” (because this is a Windows application, not a console application).
4545

46-
<img src="./robotcode_solution_platform_x86.png" alt="Visual Studio Toolbar: Change solution platform from x64 to x86" width="400"/>
46+
<img src="./robotcode_solution_platform_x86.png" alt="Visual Studio Toolbar: Change solution platform from x64 to x86" width="100%"/>
4747

4848
---
4949

@@ -68,7 +68,7 @@ By right-clicking on your project name in the “solution explorer” and select
6868

6969
**Note:** If you don’t add any of the project dependencies, you will face errors saying “unresolved external symbol”. Here is an example of how the errors might look like:
7070

71-
<img src="./robotcode_unresolved_external_symbol_error.png" alt="Error List: Unresolved external symbol example" width="400"/>
71+
<img src="./robotcode_unresolved_external_symbol_error.png" alt="Error List: Unresolved external symbol example" width="100%"/>
7272

7373
---
7474

0 commit comments

Comments
 (0)