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

C / C++ / MFC

 
GeneralRe: Focus Pin
KaЯl23-Jul-03 5:30
KaЯl23-Jul-03 5:30 
GeneralRe: Focus Pin
KaЯl23-Jul-03 5:37
KaЯl23-Jul-03 5:37 
GeneralDLL and Static Library Doubt Pin
Richard Lewis22-Jul-03 19:57
Richard Lewis22-Jul-03 19:57 
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 
I think you've has got the wrong end of the stick, if I understand his problem correctly.

A.lib is a static library used BY B.dll, and is therefore now "built-in" to the
DLL. It is not the LIB file created as a consequence of creating the DLL.

So he does not need to distribute A.lib under any circumstance. Unless an end user wanted
to use the static library themselves, but that would be independent of any reliance on
B.DLL.

You are right that he would need to distribute B.LIB along with B.DLL if he wanted
an end user to link to the DLL, but that is (I believe) a different question.

Iain.
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 
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 

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.