Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: Stu Fullmer To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Building DLL's Date: Mon, 12 Apr 1999 17:11:39 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain I'm really new to the Cygnus tools and GCC, so please forgive anything silly I'm doing. I'm trying to build a DLL that can pass back constant strings. The first thing I did was to create a small test DLL to see if I can get it to work. I feel like I'm really close, but I still can't quite get it. Here is the deal. My example DLL has functions that pass back pointers to char streams (which are constant). I then try to print this string in my test app using cout. When the string goes to print it's garbage. However, my other functions work fine. Any ideas. Thanks. -Stu -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com