New manager API project with VS2015

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
giorgiob
Posts:31
Joined: Fri Sep 07, 2018 12:53 pm

New manager API project with VS2015

Post by giorgiob »

I followed instructions at %API_ROOT%/docu/index.html to automatically generate a new VS2015 C++ project.

The project generated by newWCCILManager.cmd script doesn't compile because the #include directives need all the relative paths from %API_INCL%.
Is there a predefined list with the main relative paths to complete %API_INCL% for a standard project? For example:
$(API_ROOT)\\include;$(API_ROOT)\\include\\Basics\\Utilities;$(API_ROOT)\\include\\Basics\\Variables;...

I tried to collect them but it seems an infinite activity...

giorgiob
Posts:31
Joined: Fri Sep 07, 2018 12:53 pm

Re: New manager API project with VS2015

Post by giorgiob »

I apologize,
I didn't properly execute devenv.exe with /useenv option which set API_INCL and API_LIB environment variables.

2 posts • Page 1 of 1