• Welcome to Jose's Read Only Forum 2023.
 

Visual Studio update breaks batch file compiling

Started by James C. Fuller, April 11, 2018, 08:46:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

James C. Fuller

I updated my Visual Studio 2017 Community and found none of my compiling batch files worked anymore (Win10).
I set the INCLUDE environment var to my bc9Basic Include folder and this worked fine before the update. It appears it no longer checks it??
In the bc9Basic IDE I also have a BCXLIB environment var set also to my include folder:
c:\bc9Adp2\include\ or c:\bc9Afx\include\ depending on the package.
I added /I%BCXLIB% to all the compile lines just after cl(.exe) in the batch files and all seems fine now.
Packages will be updated in the near future.

James