/* Processed by ecpg (4.0.1) */ /* These include files are added by the preprocessor */ #include <ecpgtype.h> #include <ecpglib.h> #include <ecpgerrno.h> #include <sqlca.h> /* End of automatic include section */ #line 1 "main.pgc" #include <stdio.h>
int main(int argc,char **argv) { ECPGdebug(1,stderr); return 0; } Running the above program results in a reproducible crash on Windows XP Environment Windows XP SP2 Visual Studio SP5 Postgresql 8.0.3 Any ideas?? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly