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...
New manager API project with VS2015
- giorgiob
- Posts:31
- Joined: Fri Sep 07, 2018 12:53 pm
Re: New manager API project with VS2015
I apologize,
I didn't properly execute devenv.exe with /useenv option which set API_INCL and API_LIB environment variables.
I didn't properly execute devenv.exe with /useenv option which set API_INCL and API_LIB environment variables.