There is one dll someone gave me. he wrote the dll in c. I have to use
a C program to call a function in that dll. How to do it? how to use a
c dll from a c program?
|
|
0
|
|
|
|
Reply
|
wtr_clr (74)
|
11/22/2004 8:30:49 PM |
|
wtr_clr@yahoo.com (Water Cooler v2) wrote in
news:17b21af2.0411221230.734e06f4@posting.google.com:
> There is one dll someone gave me. he wrote the dll in c. I have to use
> a C program to call a function in that dll. How to do it? how to use a
> c dll from a c program?
The C language doesn't specify DLLs or calling functions in them so we
can't help you here. However, there are win32 newsgroups that may be able
to answer your question. Good luck.
--
- Mark ->
--
|
|
0
|
|
|
|
Reply
|
odellmark (299)
|
11/22/2004 8:55:00 PM
|
|