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

C / C++ / MFC

 
GeneralRe: Focus Pin
KaЯl22-Jul-03 22:32
KaЯl22-Jul-03 22:32 
GeneralRe: Focus Pin
KaЯl23-Jul-03 2:13
KaЯl23-Jul-03 2:13 
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 
Don't get upset richiehere.Smile | :)
In the previous post I mentioned the fact that if ship your dll only, then you need to send your lib and header file as well. Yes, the linker inserts the code into the dll but the dll is used by the application. For a developer it is necessary to know the functions and the parameters to these functions. That's why the header file needs to be shipped. On the other hand, the linker needs to know where to get the code (or resolve external dependencies) so that's why you need the lib file. But, you can also load the functions from a dll by calling LoadLibrary. In that case the lib file is not required. Having the lib file is more convinient. I don't understand why you won't ship your lib file, but it is up to you to decide what you want to do. If I had a choice I would prefer to get my hands on the lib file instead of calling LoadLibrary.


// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
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 
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 

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.