Answer Posted / vivek
By library its generally meant an executable library. In
which case one can write a wrapper for the existinig DLL.
This will ofcourse require one to know the function
prototype of all exported functions.
If its a static library then simple write another lib and
add the existing one of the libs to link against.
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
What is #include stdio h and #include conio h?
Why does notstrcat(string, "!");Work?
write a program to rearrange the array such way that all even elements should come first and next come odd
What does 3 periods mean in texting?
Is c easier than java?
Explain how do you print an address?
Explain how do you use a pointer to a function?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is indirection?
What is the use of c language in real life?
How many bytes is a struct in c?
Describe explain how arrays can be passed to a user defined function
What are 3 types of structures?
what is the different bitween abap and abap-hr?
Explain data types & how many data types supported by c?