From: Andreas DOT Holzmann AT cs DOT uni-dortmund DOT de (Andreas Holzmann) Subject: cout/cerr in DLL? 17 Nov 1998 12:52:43 -0800 Message-ID: <19981117144547.19152.qmail.cygnus.gnu-win32@findmail.com> To: gnu-win32 AT cygnus DOT com I tried to write a small example to generate and load a DLL dynamically using the dlopen() call which works fine using c and c++. But when I use cout/cerr instead of printf() for printing silly messages in the DLL my program crashes? It says "handle_exceptions: Exception: STATUS_ACCESS_VIOLATION" Is there a trick or something? - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".