Richard, <div>I'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'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't need to use it if you don't want to. It'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"><<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>></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>
> Can it be possible to create a minimalist plugin using c++ in Windows<br>
> Visual C++ Express without using all the bells and whistles that are in<br>
> the other plugins such as CMakelists?<br>
><br>
> Your help may make a difference between using Python and C++. I was able<br>
> to copy a Python plugin and easily adopt it to my own version of a<br>
> plugin. I was able to add and remove GUI items by just editing the UI<br>
> file. I want to do something similar using C++. Is it impossible for a<br>
> new comer? Do I need a Computer Science degree to? But it should not be<br>
> as they say "Rocket science" to write a little function.<br>
><br>
> I promise if I get it to work, I will share it with those who are<br>
> suffering the famine for information. I am not sure why there is lack of<br>
> documentation on such a simple matter or may be it is not simple or it<br>
> is esoteric because it is highly dependent on many secret doors and<br>
> passageways.<br>
><br>
> I confess my stubbornness to use C++ is due to the type of work being a<br>
> bit intensive and I also have already a C++ code for it and I just need<br>
> a nicer interface and data store that is free as in "Free Chai" inside QGIS.<br>
><br>
> Anybody there listening to the call from QGIS (Quiet or Slow GIS)<br>
> desert?<br>
<br>
</div></div>Hi Maaza,<br>
<br>
one of the reasons it'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'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'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>