setting include paths and executable paths
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I know this is a RTFM kind of question, but I can't find the answer in the FM. I have a C# project that uses libraries from an external application. The instructions I have read: you will need to change your project settings to include the following folders: include paths: [drive]:\Program Files\Blah\Blah\SDK\Include executable paths: [drive]:\Program Files\Blah\Blah\Bin How do I do that? Thanks.