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]

Re: Dynamic Data Exchange (DDE) with gcc?


On Wed, Oct 07, 1998 at 03:09:34PM -0700, Thomas Goddard wrote:
>
> 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
> 	DdeUninitialize

Are both in the upcoming b20 headers.

> 	DdeClientTransaction
> 	DdeFreeStringHandle

Haven't been added yet.

>   constants
> 
>  	APPCMD_CLIENTONLY

Will be in the upcoming b20 headers.

> 	TIMEOUT_ASYNC
> 	DMLERR_NO_ERROR

Haven't been added yet.

You should be able to write your own protos for the missing pieces and
go ahead and use the functions.  There shouldn't be any
incompatibility.

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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