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
Change to “Windows(/SUBSYSTEM:WINDOWS)” (because this is a Windows application, not a console application).
45
45
46
-
<imgsrc="./solution_platform_x86.png"alt="Visual Studio Toolbar: Change solution platform from x64 to x86"width="400"/>
46
+
<imgsrc="./robotcode_solution_platform_x86.png"alt="Visual Studio Toolbar: Change solution platform from x64 to x86"width="400"/>
47
47
48
48
---
49
49
@@ -68,7 +68,7 @@ By right-clicking on your project name in the “solution explorer” and select
68
68
69
69
**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:
70
70
71
-
<imgsrc="./unresolved_external_symbol_error.png"alt="Error List: Unresolved external symbol example"width="400"/>
71
+
<imgsrc="./robotcode_unresolved_external_symbol_error.png"alt="Error List: Unresolved external symbol example"width="400"/>
72
72
73
73
---
74
74
@@ -101,3 +101,36 @@ string TASKSOUNDS = {
101
101
102
102
**In the WinMain which is your main program:**
103
103
104
+
{% highlight cpp %}
105
+
gExp = new MyExperiment("eir2", "eir2", "C:/data/ExtrinsicIntrinsicRepetition/eir2/");
106
+
107
+
// initialize s626cards
108
+
s626.init("c:/robotcode/calib/s626_single.txt");
109
+
{% endhighlight %}
110
+
111
+
---
112
+
113
+
### Step 8 – Change the experiment setting if needed
The first two numbers are the relative position of the second monitor in pixels and the second two are the resolution in pixels.
123
+
124
+
---
125
+
126
+
### Step 9 – Don’t forget the target files
127
+
128
+
Add the experiment target folder (including `.tgt` files) to the main folder of your project where your main `.cpp` and `.h` files are (e.g. `C:\robotcode\projects\ExtFlxChord\ExtFlxChord`).
129
+
130
+
---
131
+
132
+
### Extra Notes
133
+
134
+
Your code should compile and build if you do all the steps carefully! If it still doesn’t, you might be using some source and include files or a template project that were not ported by “Ali Ghavampour” because he didn’t need them for his projects. You might need to fix them.
135
+
136
+
If that was the case, take a look at the “Codes ChangeLog” document and please add your final changes to the log file for future reference. I guess the last resort would be to contact me? Here is my personal email address: [email protected]
0 commit comments