Hi PerFnurt,
Thanks for the reply. However, I just would like to clarify the following pts.
Problem: In the lib project, I need to create object of classes, which are declared in another dll file.
so i guess a possible solution might be follow:
1. I include all the necessary header files from that dll project in the current lib file. Thus, the compiler could compile the lib file.
2. Then I do the "actual" link procedure to the dll in the exe file, where the lib file is used.
will this actually solve the problem of "linking dll to lib" ?
Thanks