Dynamic Data Exchange (DDE) with gcc?

Thomas Goddard goddard@cgl.ucsf.EDU
Wed Oct 7 15:09:00 GMT 1998


The cygwin b19 distribution does not include some
function prototypes and constants used by the Windows
dynamic data exchange (DDE) interface.  Specifically,
the following are not defined by windows.h:

  functions

	DdeCreateDataHandle
	DdeClientTransaction
	DdeFreeStringHandle
	DdeUninitialize
	...

  constants

 	APPCMD_CLIENTONLY
	TIMEOUT_ASYNC
	DMLERR_NO_ERROR
	...

But a few function prototypes and constants for DDE are in
the cygwin windows.h (DdeCreateStringHandle, DdeInitialize,
DMLERR_BUSY, XTYP_REQUEST, ...).

Is the full DDE interface not available because there are
difficulties using it with gcc?  Or has it been omitted
because noone has asked for it?

I'm trying to use DDE to remote control Netscape to display
html help for my NMR spectroscopy application.

Thanks for your help,

	Thomas Goddard
	Computer Graphics Lab
	UC San Francisco
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list