Link to home
Start Free TrialLog in
Avatar of keithcsl
keithcsl

asked on

Window API call

Hi

I want to use the acm functions, eg acmDriverOpen but do not have the header to make the external calls. does anyone have a header declaration i can use?

Regards
Keith
ASKER CERTIFIED SOLUTION
Avatar of erajoj
erajoj
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BlackDeath
BlackDeath

or try dsxacm.zip from the same page (delphi3 source included) - containing the header-def (with acmDriverOpen and all the others)

regards,

Black Death.
ahm - goto sunsite.icm.edu.pl/delphi, "delphi 3 - all files - section Multimedia" there you'll find the download link for dsxacm.zip

Black Death.
Hi,
Didn't notice I send the my comment as an answer. Reject it so others get their chance, sorry guys!

/// John
Avatar of keithcsl

ASKER


Thanx for the source. Just what I needed...

Keith