> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Yuri B. Lukyanov > Sent: 12 August 2004 05:01 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] src compilation on Win32 > > sorry for my english. > > Please, help me to build Win32 binaries from project sources. > Why I can't open the poject/workspace by MS Visual C++ 6.0?
VC++ is somewhat sensitive to *nix line ends in the project files (source files don't matter). Try opening the .dw and .dsp files in an editor such as Scite, and save them again with crlf line ends. An unfortunate side effect of CVS - I get the same problem with the wxWidgets project files in their snapshots :-( Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match