<div dir="ltr">Thank you so much, Jürgen! <div><br></div><div>I am looking forward to trying that out.<div><br></div><div><br></div><div>Jesper</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-02-20 12:48 GMT+01:00 Juergen Funk Mailinglist <span dir="ltr"><<a href="mailto:Juergen.Funk_ml@cib.de" target="_blank">Juergen.Funk_ml@cib.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jesper,<br>
<br>
I have the same problem with the Visual Studio Solutions.<br>
<br>
A lot of thanks too David Ostrovsky he has found a solution for that.<br>
The solution is:<br>
<br>
The "make version 4.0" do it wrong, I build ONLY the VS-Solution with "make version 3.82"<br>
The size is 517.746 Bytes when you have trouble to found, call me, I have forget where I downloaded.<br>
<br>
I have make a small script calling "mvs": (mvs = make VS)<br>
mvs-------------------------- start ----------------------<br>
#!/usr/bin/bash<br>
<br>
echo remove old files<br>
rm -fr *.sdf *.sln *.v11* *.vcxproj* *.opensdf *.v12*<br>
<br>
echo Generate VS Files<br>
/opt/lo/bin/make_o -npf Makefile.gbuild all | ./bin/gbuild-to-ide --ide vs2013<br>
mvs--------------------------end-------------------------<br>
<br>
make_o ==> make old<br>
<br>
And for the normal build I use "mco": (mco = make color)<br>
mco----------------------------start----------------------------<br>
#!/usr/bin/bash<br>
<br>
/opt/lo/bin/make gb_COLOR=1 $1 $2 $3 $4 $5 $6 $7 $8 $9<br>
mco-----------------------------end----------------------------<br>
<br>
<br>
You should first generate the core in the CORE, and then you call the script for build the VS-Solution, all from the core directory<br>
<br>
<br>
I use the VAssistx it is better as VS-IntelliSense, but it is not free<br>
I debug with the loaded project in VS, it not a problem<br>
When you need to debug the start phase, for that I have a solution too with VS<br>
<br>
And last here my autogen.input<br>
--enable-pch<br>
--disable-ccache<br>
--enable-dbgutil<br>
--with-external-tar=/cygdrive/d/src/lo/externalsrc<br>
--with-ant-home=/cygdrive/d/src/lo/apache-ant-1.9.4<br>
--with-junit=/cygdrive/d/src/lo/junit-4.10.jar<br>
--with-visual-studio=2013<br>
--disable-activex<br>
--disable-atl<br>
--with-jpeg-turbo=0<br>
--with-lang=de en-GB<br>
<br>
<br>
<br>
Hope that help<br>
<span class="HOEnZb"><font color="#888888"><br>
Juergen<br>
<br>
</font></span></blockquote></div><br></div>