This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Excel DLLs



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]