Powerbasic Museum 2020-B

IT-Consultant: James C. Fuller => bc9Basic => Topic started by: James C. Fuller on April 11, 2018, 08:46:49 PM

Title: Visual Studio update breaks batch file compiling
Post by: James C. Fuller on April 11, 2018, 08:46:49 PM
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