Damn.. I spent the whole afternoon trying to create a visualstudio project
useful for this purpose, but I'm not so able in using VisualStudio 2012, so
I just wasted time.. I also tried to download VisualStudio 2010 from
DreamSpark, but it doesn't work ._.
Thank you very much for your time and you patience, but without someone
that tells me how to make VisualStudio work I have to do some attempts of
configuration, and this requires long time..

2012/11/23 Mateusz Loskot <[email protected]>

> On 23 November 2012 09:19, Alberto <[email protected]> wrote:
> > Hi Mateusz, I attached my logs bug.. this new compilation gives back 62
> > errors.. and I don't know why..
>
> It looks like PostgreSQL client library is not linked correctly.
> I'd suggest you to try to compile and link this tiny example:
>
> #include <libpq-fe.h>
> int main()
> {
>   PQconnectdb("");
> }
>
> Either from command line directly or you can create
> and configure VS project manually.
> If you manage to build and link it successfully, please send me
> the command lines you used to execute the cl.exe and link.exe
> or the VS project file.
> Then, I may be able to figure out where is the problem.
>
> Best regards,
> --
> Mateusz Loskot, http://mateusz.loskot.net
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> soci-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/soci-users
>



-- 
Alberto
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to