Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 20:19
Toni7822-Jul-03 20:19 
GeneralRe: DLL and Static Library Doubt Pin
Richard Lewis22-Jul-03 22:30
Richard Lewis22-Jul-03 22:30 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:08
Toni7822-Jul-03 23:08 
GeneralSomething to read Pin
Toni7822-Jul-03 23:12
Toni7822-Jul-03 23:12 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer22-Jul-03 23:31
Iain Clarke, Warrior Programmer22-Jul-03 23:31 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:51
Toni7822-Jul-03 23:51 
GeneralRe: DLL and Static Library Doubt Pin
Richard Lewis23-Jul-03 0:07
Richard Lewis23-Jul-03 0:07 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:37
Iain Clarke, Warrior Programmer23-Jul-03 0:37 
richiehere wrote:
First of all, thanks for all the 'activity' being generated on this thread!

You're welcome. It beats real work (which I should be doing...) and is more satisfying
than answering the "please do all my (home)work for me" questions that have been
reappearing.

I'll make an assumption that you have two projects in your workspace. B.DLL subproject,
and C.EXE project that depends on the DLL.

I would *strongly* suspect you are exposing A.LIB to to C.EXE, so it ends up linking
to A.LIB too. Make sure that the exe does not include any of the headers associated
with A.LIB, even implicitly.

I'd bet you have a B.H file with the definitions from B.DLL that includes A.H. If B.H
exposes any functions / classes that are not fully implemented in B.DLL, than C.EXE
will need to link them from somewhere, or it will give errors...

Its hard to be more specific without actually seeing your projects, so I'm having to
be general here.

Iain.
GeneralRe: DLL and Static Library Doubt Pin
Ryan Binns22-Jul-03 23:46
Ryan Binns22-Jul-03 23:46 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:58
Toni7822-Jul-03 23:58 
GeneralRe: DLL and Static Library Doubt Pin
Ryan Binns23-Jul-03 0:04
Ryan Binns23-Jul-03 0:04 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:00
Iain Clarke, Warrior Programmer23-Jul-03 0:00 
QuestionMaximum number of Edit boxes in a dialog? Pin
spaced_out22-Jul-03 19:55
spaced_out22-Jul-03 19:55 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Toni7822-Jul-03 20:35
Toni7822-Jul-03 20:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
spaced_out23-Jul-03 3:35
spaced_out23-Jul-03 3:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
Toni7823-Jul-03 12:38
Toni7823-Jul-03 12:38 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Frank K22-Jul-03 22:12
Frank K22-Jul-03 22:12 
GeneralVC++ dialog box Pin
IT_student22-Jul-03 19:38
IT_student22-Jul-03 19:38 
GeneralRe: VC++ dialog box Pin
Bob Stanneveld23-Jul-03 2:15
Bob Stanneveld23-Jul-03 2:15 
Generalextracting frames from mpeg1 Pin
ram_chus22-Jul-03 19:27
ram_chus22-Jul-03 19:27 
GeneralDatabase Creation in Windows2000Prg Pin
ValliS22-Jul-03 18:51
ValliS22-Jul-03 18:51 
GeneralRe: Database Creation in Windows2000Prg Pin
PJ Arends22-Jul-03 19:47
professionalPJ Arends22-Jul-03 19:47 
GeneralRe: Database Creation in Windows2000Prg Pin
ValliS22-Jul-03 23:18
ValliS22-Jul-03 23:18 
GeneralVisual C++ .NET troubles Pin
User 665822-Jul-03 14:12
User 665822-Jul-03 14:12 
GeneralRe: Visual C++ .NET troubles Pin
Anders Molin22-Jul-03 14:51
professionalAnders Molin22-Jul-03 14:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.