tags:

views:

25

answers:

0

I have two dll's a.dll and b.dll along with their library files a.lib and b.lib. I am trying to write a third dll that has functions that has to make use of functions in a.dll and b.dll.

Is this possible at all?

The output has to be a dll in itself - that is an absolute requirement.

I have the full C source code.