<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi Jürgen:<BR>
<BR>
I tried to link mingw grass libraries with visual studio creating<BR>
import libraries with no success<BR>
cmake recognizes the libraries but in linking time I get errors like <BR>
<BR>
_Vect_get_num_areas undefined symbol <BR><BR>
The def file exports that function as Vect_get_num_areas without underscore<BR>
analizing the dll with dependency walker I have found that the function name<BR>
is Vect_get_num_areas also without underscore.<BR>
<BR>
Using: dumpbin /EXPORTS grass_vect.lib <BR>
<BR>
I found that the internal name is _Vect_get_num_areas<BR>
<BR>
I don't know why lib tool is adding the underscore to import library<BR>
<BR>
Any ideas on how to solve this problem?<BR>
<BR>
Regards<BR>
Godofredo Contreras<BR>
<BR>
<BR>> Date: Tue, 9 Dec 2008 17:42:35 +0100<BR>> From: jef@norbit.de<BR>> To: qgis-developer@lists.osgeo.org<BR>> Subject: Re: [Qgis-developer] question about current state of visual studio build system<BR>> <BR>> Hi Godofredo,<BR>> <BR>> On Tue, 09. Dec 2008 at 16:00:42 +0000, godofredo contreras wrote:<BR>> > I have compiled qgis with visual studio and qt 4.4 and<BR>> > it works nice. The install document says that grass and<BR>> > python are not supported. Do you know what are the<BR>> > problems to compile grass and python support?<BR>> <BR>> No, works here. Python shouldn't be a problem, but for GRASS you need<BR>> to link with the mingw built libraries/dlls.<BR>> <BR>> <BR>> Jürgen<BR>> <BR>> -- <BR>> Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20<BR>> Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50<BR>> Software Engineer D-26506 Norden http://www.norbit.de<BR>> <BR>> -- <BR>> norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH<BR>> Rheinstrasse 13, 26506 Norden<BR>> GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502<BR>> <BR>> _______________________________________________<BR>> Qgis-developer mailing list<BR>> Qgis-developer@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/qgis-developer<BR><BR><br /><hr />Suspicious message? There’s an alert for that. <a href='http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad2_122008' target='_new'>Get your Hotmail® account now.</a></body>
</html>