Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <200003071646.IAA15827@PDF.COM>
To: cygwin@sourceware.cygnus.com
cc: roland@PDF.COM
Subject: Excel DLLs
Date: Tue, 07 Mar 2000 08:46:55 -0800
From: Roland Ruehl <roland@PDF.COM>


Hello,

I am building DLLs with CYGWIN B20.1 for linkage with Excel and Visual
Basic. I started from Mumit's dll examples and am getting into more
complex coding now. I have a few questions and was wondering if anybody had 
experience or could refer me to further documentation:

- Does anybody know about detailed documentation for passing parameters
	from Visual basic to Cygwin ? For instance, by trial and error,
	I found out that Strings are passed as pointers to C arrays of
	shorts, but am wondering about more complex structures, i.e.
	records, arrays, etc. How do I pass an unknown number of
	parameters, similar to the Excel SUM() construct, for example ?

- I am able to do basic unbuffered IO in the DLL (open/read/write)
	but failed to do more complex stuff, like opening
	a socket, a pipe or do buffered IO. Is that possible, and
	if yes how ?

Thank you in advance for any help you can provide,

	Roland Ruehl.
	PDF Solutions, Inc.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

