Skip to content

Commit 3aac4fc

Browse files
nicholasbishopmpictor
authored andcommitted
Change to wiki page
1 parent 41a0985 commit 3aac4fc

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Minimal_Part_21_C++_example.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ int main( int argc, char * argv[] ) {
7474
}
7575
}`
7676

77+
Include Paths
78+
-------------
79+
80+
Stepcode's includes are not relative the top level of the stepcode
81+
include directory, so multiple include paths are needed to compile this
82+
example:
83+
84+
- include/stepcode
85+
- include/stepcode/cldai
86+
- include/stepcode/cleditor
87+
- include/stepcode/clstepcore
88+
- include/stepcode/clutils
89+
7790
Related Pages
7891
-------------
7992

Minimal_Part_21_C++_example.mediawiki

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,15 @@ int main( int argc, char * argv[] ) {
5656
}
5757
}</code>
5858

59+
== Include Paths ==
60+
61+
Stepcode's includes are not relative the top level of the stepcode include directory, so multiple include paths are needed to compile this example:
62+
63+
* include/stepcode
64+
* include/stepcode/cldai
65+
* include/stepcode/cleditor
66+
* include/stepcode/clstepcore
67+
* include/stepcode/clutils
68+
5969
== Related Pages ==
6070
* [[How to use STEPcode in an application]]

0 commit comments

Comments
 (0)