On Wed, Jan 12, 2011 at 9:18 PM, Jasmin Dizdarevic <[email protected]> wrote: > I did that now. A completely new build of wx via the bat and a release build > of pgAdmin. > When starting pgadmin the wxbase28u_vc_custom.dll is still required. Another > point is, that the pgadmin3.exe is just 6.7 MB. The original exe (from > installer) is 11,7 MB. > I think there are one or more libraries missing, that should be linked into > the assembly.
No, it's just that we stopped statically linking wxWidgets, and started dynamically linking. So the .exe is smaller, but there are now DLLs required. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
