gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Little bug fixed about the use of bscmake #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

If you have an existing VS2012 project with 'Browse Information' enabled and 
add the Android platform.

What is the expected output? What do you see instead?

You get this error: TRACKER : error TRK0005: ...: "bscmake.exe"

What version of the product are you using? On what operating system?

0.96

Please provide any additional information below.

Maybe there is a better solution but you can correct it adding two lines to the 
file 'android_gcc_compile.xml'.

First to the section <Rule.Categories> -> <Category Name="Browse Information" 
DisplayName="Browse Information"/>

Second before <!-- Language --> and after <!-- Output Files --> (to be in the 
same position that the default compiler)->

Note: Sorry I'm spanish and I have VS in spanish. Copy the english description, 
please ;)

  <!-- Browse Information (Darky) -->
  <BoolProperty Name="BrowseInformation" DisplayName="Habilitar información de examen" Description="Habilitar información de examen : Especifica el nivel de información de examen en el archivo .bsc.     (/FR)" Category="Browse Information" Switch="FR" F1Keyword="VC.Project.VCCLCompilerTool.BrowseInformation">
    <Argument Property="BrowseInformationFile" IsRequired="false"/>
  </BoolProperty>

Now if you put BrowseInformation to false you can compile your 
programs/libraries without any issue.

Thanks for this tool!

Original issue reported on code.google.com by c.arago...@gmail.com on 17 Jan 2014 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 21 Jan 2014 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 25 Feb 2014 at 6:58

GoogleCodeExporter commented 9 years ago
v0.961 fixes this now. Thanks for the report!

Instead of needing to turn it off, vs-android will now ignore it implicitly.

Original comment by gavin.dj.pugh on 25 Feb 2014 at 7:36