pgsql vc++|win32
Hi guys, I'm planning with some friends to develop a
port of pgsql, to native win32 environment using vc++;
We read about MingW choice of official dev team, and we comprise
their worries but we think that best results could be obtained
using some really native win32 libraries (for better or for worse =/)
where can I access latest dev source code and dev docs in the/from CVS ?
Thanks
Regards
Luke
On Monday 08 September 2003 18:15, luke wrote:
Hi guys, I'm planning with some friends to develop a
port of pgsql, to native win32 environment using vc++;We read about MingW choice of official dev team, and we comprise
their worries but we think that best results could be obtained
using some really native win32 libraries (for better or for worse =/)where can I access latest dev source code and dev docs in the/from CVS ?
What makes You think that You can't use "really native win32 libraries" with
MinGW ? MinGW is not cygwin.
However source is under WIN32_DEV branch of CVS. IMHO it would be much better
to join the official team, but nobody is asking me.
Regards !
-----Original Message-----
From: luke [mailto:luke@dataelco.it]
Sent: Monday, September 08, 2003 9:16 AM
To: Hackers
Subject: [HACKERS] pgsql vc++|win32Hi guys, I'm planning with some friends to develop a
port of pgsql, to native win32 environment using vc++;We read about MingW choice of official dev team, and we
comprise their worries but we think that best results could
be obtained using some really native win32 libraries (for
better or for worse =/)
Mingw uses the native Win32 libraries.
Porting from a Mingw port to VC++ will be trivial compared to what we
have now.
where can I access latest dev source code and dev docs in
the/from CVS ?
Maybe you want the Win32 page. There are some links to it in recent
messages here.
Import Notes
Resolved by subject fallback
Dann Corbit wrote:
Mingw uses the native Win32 libraries.
Porting from a Mingw port to VC++ will be trivial compared to what we
have now.where can I access latest dev source code and dev docs in
the/from CVS ?Maybe you want the Win32 page. There are some links to it in recent
messages here.
URL is:
http://momjian.postgresql.org/main/writings/pgsql/win32.html
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
On Mon, 8 Sep 2003, Bruce Momjian wrote:
Dann Corbit wrote:
Mingw uses the native Win32 libraries.
Porting from a Mingw port to VC++ will be trivial compared to what we
have now.where can I access latest dev source code and dev docs in
the/from CVS ?Maybe you want the Win32 page. There are some links to it in recent
messages here.URL is:
http://momjian.postgresql.org/main/writings/pgsql/win32.html
Just a reminder to everyone looking at porting that you wanna check the
licensing from the software from MS you might be linking in.