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: problem linking to win95 DLL



> The problem here I suspect is that the proper prototype is not included in
> the current set of Win32 API headers. So, you may have to go to the
> Windows32/Functions.h and ASCIIFunctions.h and UnicodeFunctions.h and add
> the prototypes and defines. By looking at winmm.def it looks like you will
> need to to the ASCII/Unicode thing for this function, and also it looks like
> they are prototyped WINAPI (or STDCALL). Strangely enough I can't seem to
> find mciSendString in any of my documentation, but that may be because I
> only have docs for the core API.

	[gulp]

	Some work to be done here :-( -- I see I shall have to start
poking around in places that I never wanted to poke into.

 	Thanks a lot - you've given me some good clues

	/Joe


-
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]