Re: Email notification pgAgent - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Email notification pgAgent
Date
Msg-id AANLkTi=ZVEnz5rak-eULioKsueP28YOSuY7YyJ4HVDV3@mail.gmail.com
Whole thread Raw
In response to Re: Email notification pgAgent  (Jasmin Dizdarevic <jasmin.dizdarevic@gmail.com>)
List pgadmin-hackers
On Fri, Dec 31, 2010 at 3:51 PM, Jasmin Dizdarevic
<jasmin.dizdarevic@gmail.com> wrote:
> I've excepted the "no" ;-)
> It would be great if somebody could take a look on it. Maybe it's just a
> beginners mistake of mine.
> The wxSMTP lib and a sample of mine is attached. The author of the lib said
> it could be a problem with missing wxWidgets Event Loop.
> But if running the sample (in wxSMTP-Solution) there is also an access
> violation.
> I used "Static Unicode Debug Monolithic DLL|Win32" configuration to build
> wxSMTP.

Static *and* DLL? For use with pgAgent, you should try what would
normally be "Unicode Debug" or "Unicode Release". That should be a
static, non-monolithic build.

It's not uncommon for for things to work in static wx builds, but not
DLL, or vice-versa, especially on Windows.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Jasmin Dizdarevic
Date:
Subject: Re: Email notification pgAgent
Next
From: Guillaume Lelarge
Date:
Subject: Re: Source reindenting - it is done