pgAgent 2.0.0 compilation errors (types casting) - Mailing list pgadmin-hackers

From Tomasz Zeman
Subject pgAgent 2.0.0 compilation errors (types casting)
Date
Msg-id 59baab880811230330l174eecd1t5687f51329bbcf59@mail.gmail.com
Whole thread Raw
Responses Re: pgAgent 2.0.0 compilation errors (types casting)  ("Dave Page" <dpage@pgadmin.org>)
List pgadmin-hackers
Hello,

I am using windows/visual studio 2005 to compile the pgAgent source.
There seems to be some problems with the use of wxString::wc_str.

I have compiled wxWidgets (2.8.9) with UNICODE=1 and I am still getting the error.
I am not up to date with the changes done to wxWidgets over the past 12 months.

Could somebody give me a hint what else should I correct/re-compile?

Is the pgAgent-2.0.0-Source the latest source available?

The errors are at:

win32.cpp line 59: 'wxString::wc_str' : function does not take 0 arguments
win32.cpp line 123: '_wcsdup' : cannot convert parameter 1 from 'const TCHAR *' to 'const wchar_t *'
win32.cpp line 520: 'wxString::wc_str' : function does not take 0 arguments + cannot allocate an array of constant size 0
job.cpp line 235: 'wxString::wc_str' : function does not take 0 arguments

Best regards
Tomasz Zeman

pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: Re: new patch for index DESC/NULLS FIRST/NULLS LAST
Next
From: "Dave Page"
Date:
Subject: Re: pgAgent 2.0.0 compilation errors (types casting)