Re: Email notification pgAgent

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Email notification pgAgent
Date: 2011-01-01 08:50:23
Message-ID: AANLkTi=ZVEnz5rak-eULioKsueP28YOSuY7YyJ4HVDV3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Dec 31, 2010 at 3:51 PM, Jasmin Dizdarevic
<jasmin(dot)dizdarevic(at)gmail(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-01 11:07:11 Re: Source reindenting - it is done
Previous Message Jasmin Dizdarevic 2010-12-31 15:51:03 Re: Email notification pgAgent