Richard, <div>I&#39;m not an expert QGis/C++ developer, but have been able to build qgis and various single plugins with Visual Studio 2008 Express easily, thanks to the development dependencies provided by Osgeo4w. </div>
<div>It&#39;s not that hard. Look at these notes: <a href="http://www.qgis.org/wiki/Building_QGIS_from_Source#Building_with_Microsoft_Visual_Studio">http://www.qgis.org/wiki/Building_QGIS_from_Source#Building_with_Microsoft_Visual_Studio</a> </div>
<div><br>Anyway, the problem for Maaza seems to be Cmake. You don&#39;t need to use it if you don&#39;t want to. It&#39;s quite necessary to pass through it if you want to build Qgis instead...</div><div><br></div><div>giovanni</div>
<div><br></div><div><br></div><div><br><div class="gmail_quote">2011/2/18 Richard Duivenvoorde <span dir="ltr">&lt;<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">maaza mekuria wrote:<br>
&gt; Can it be possible to create a minimalist plugin using c++ in Windows<br>
&gt; Visual C++ Express without using all the bells and whistles that are in<br>
&gt; the other plugins such as CMakelists?<br>
&gt;<br>
&gt; Your help may make a difference between using Python and C++. I was able<br>
&gt; to copy a Python plugin and easily adopt it to my own version of a<br>
&gt; plugin. I was able to add and remove GUI items by just editing the UI<br>
&gt; file. I want to do something similar using C++. Is it impossible for a<br>
&gt; new comer? Do I need a Computer Science degree to? But it should not be<br>
&gt; as they say &quot;Rocket science&quot; to write a little function.<br>
&gt;<br>
&gt; I promise if I get it to work, I will share it with those who are<br>
&gt; suffering the famine for information. I am not sure why there is lack of<br>
&gt; documentation on such a simple matter or may be it is not simple or it<br>
&gt; is esoteric because it is highly dependent on many secret doors and<br>
&gt; passageways.<br>
&gt;<br>
&gt; I confess my stubbornness to use C++ is due to the type of work being a<br>
&gt; bit intensive and I also have already a C++ code for it and I just need<br>
&gt; a nicer interface and data store that is free as in &quot;Free Chai&quot; inside QGIS.<br>
&gt;<br>
&gt; Anybody there listening to the call from QGIS (Quiet or Slow GIS)<br>
&gt; desert?<br>
<br>
</div></div>Hi Maaza,<br>
<br>
one of the reasons it&#39;s so quiet, is that we do not have that much<br>
windows developers  :-)<br>
Most c++ work is done on linux.<br>
<br>
Every now and then there are people asking on the list to compile stuff<br>
on Windows using either Visual Studio or other tools. But apparently<br>
they fail OR start using linux  :-)<br>
<br>
I would say:<br>
either use python, OR load ubuntu on one of your (virtual) machines, and<br>
compile qgis that way, (on ubuntu it&#39;s really easy, even I can do that<br>
 ;-)  ) and build you cpp plugin on linux.<br>
<br>
If you have compile troubles on linux, I think there will be more people<br>
able to help you (as said: it&#39;s not that people do not want to help you,<br>
just there is not so much visual studio / windows knowledge around).<br>
<br>
Hope this helps,<br>
<font color="#888888"><br>
Richard Duivenvoorde<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br></div>