pgAgent 2.0.0 compilation errors (types casting)

Поиск
Список
Период
Сортировка
От Tomasz Zeman
Тема pgAgent 2.0.0 compilation errors (types casting)
Дата
Msg-id 59baab880811230330l174eecd1t5687f51329bbcf59@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgAgent 2.0.0 compilation errors (types casting)  ("Dave Page" <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Quan Zongliang
Дата:
Сообщение: Re: new patch for index DESC/NULLS FIRST/NULLS LAST
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: pgAgent 2.0.0 compilation errors (types casting)