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 happens if header file is included twice?
Tell us bitwise shift operators?
Write a program to generate random numbers in c?
Write a program to check prime number in c programming?
What is dynamic memory allocation?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Tell me when is a void pointer used?
What is spaghetti programming?
How are variables declared in c?
What's a good way to check for "close enough" floating-point equality?
what is the basis for selection of arrays or pointers as data structure in a program
What is the purpose of main() function?
What is memcpy() function?
What is difference between union All statement and Union?