<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:3.0cm 2.0cm 3.0cm 2.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DA" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hi qgis developers.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I´ve downloaded a c++ plugin sample from <a href="https://github.com/thebigspoon/qgis_cpp_plugin_cookbook">
https://github.com/thebigspoon/qgis_cpp_plugin_cookbook</a> and managed to compile the source with Visual Studio 2012 Express and the MOC.exe from \OSGeo4W\bin\<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">The resulting DLL was placed in \OSGeo4W\apps\qgis\plugins and from the plugin log in QGIS I can see that QGIS tries to load the plugin but fails with the following error message:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Failed to load <path to plugin> (Reason: Cannot load library <path to plugin>: The specified procedure could not be found) (the last sentence was translated from Danish)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">First of all – is it possible to build plugins with Visual Studio or am I supposed to use MinGW?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I´ve tried to do a dumpbin.exe /exports for my DLL and I got the following<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0001100A category = @ILT+5(_category)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">000110E1 classFactory = @ILT+220(_classFactory)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">00011168 description = @ILT+355(_description)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">00011537 icon = @ILT+1330(_icon)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0001164A name = @ILT+1605(_name)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">00011550 type = @ILT+1355(_type)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0001125D unload = @ILT+600(_unload)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">000112DA version = @ILT+725(_version)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Am I missing a required function?</span><span lang="EN-US" style="mso-fareast-language:DA"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:DA"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:DA">Any suggestions or comments are greatly appreciated<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:DA">TIA<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:DA">Kaare<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>