HOW CAN ADD OUR FUNCTION IN LIBRARY.

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


Please Help Members By Posting Answers For Below Questions

Why do we use int main instead of void main in c?

588


Do you know the use of fflush() function?

578


What is the purpose of sprintf?

591


What is getch?

610


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1402






Why is not a pointer null after calling free?

566


Explain what are the standard predefined macros?

615


Explain how does free() know explain how much memory to release?

550


How can I ensure that integer arithmetic doesnt overflow?

587


What is c preprocessor mean?

754


What is include directive in c?

617


What are the uses of a pointer?

658


What does 3 periods mean in texting?

578


Is main a keyword in c?

605


How do I round numbers?

575