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

what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1906


Tell me can the size of an array be declared at runtime?

599


Explain the array representation of a binary tree in C.

728


What is character constants?

714


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

685






Subtract Two Number Without Using Subtraction Operator

357


How can you convert integers to binary or hexadecimal?

616


What is the difference between typedef struct and struct?

602


what is stack , heap ,code segment,and data segment

2223


What is a floating point in c?

604


Is javascript written in c?

584


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

1451


What is the default value of local and global variables in c?

559


What are header files? What are their uses?

640


Explain how do you print only part of a string?

650