From: oyehia AT oracle DOT dsuper DOT net ("Who cares...") Subject: Re: dlltool and ld combination does not work 6 Feb 1997 01:23:47 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Original-To: Bappa Pal Original-Cc: gnu-win32 AT cygnus DOT com In-Reply-To: <199702051815.NAA09584@holly.mdd.com> Original-Sender: owner-gnu-win32 AT cygnus DOT com On Wed, 5 Feb 1997, Bappa Pal wrote: > > I am getting an error everytime I use ld to build the dll. The test case I > am using is very simple. I have a C file called vp_print.c with the > following code: > > #include > #include You are missing: #include > > void vp_print(char *str_txt) > { > char str[10]; > > strcpy(str, str_txt); ^^^^^^ that is in string.h :) > > } - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".