Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWho knows how to get character matrix in win and dos! Please help! Pin
twing11-Dec-03 14:56
twing11-Dec-03 14:56 
GeneralRe: Who knows how to get character matrix in win and dos! Please help! Pin
Anthony_Yio11-Dec-03 22:25
Anthony_Yio11-Dec-03 22:25 
QuestionIn VC6.0, how to change Release to Debug? Pin
zhaopzhi11-Dec-03 14:05
zhaopzhi11-Dec-03 14:05 
AnswerRe: In VC6.0, how to change Release to Debug? Pin
Michael Dunn11-Dec-03 14:45
sitebuilderMichael Dunn11-Dec-03 14:45 
GeneralRe: In VC6.0, how to change Release to Debug? Pin
Shay Harel12-Dec-03 6:51
Shay Harel12-Dec-03 6:51 
AnswerRe: In VC6.0, how to change Release to Debug? Pin
Anthony_Yio11-Dec-03 22:19
Anthony_Yio11-Dec-03 22:19 
GeneralMy DllMain is not getting invoked. Pin
Matthew Busche11-Dec-03 12:02
Matthew Busche11-Dec-03 12:02 
GeneralRe: My DllMain is not getting invoked. Pin
Peter Molnar11-Dec-03 13:36
Peter Molnar11-Dec-03 13:36 
Matthew,

further to your (previous) question:

DllMain of your *.dll library gets called on
1.program startup, if your user staticly linked to the *.lib library of your *.dll project when compiling his app. (also called load time or explicit linking)
2.your user calling LoadLibrary, FreeLibrary from his code (also called runtime or implicit linking)

In case 1./ the user of your library has to get from you a *.lib and a *.h file of your library in order to compile his project, and of course your *.dll to run with your *.dll attached.

In case 2./ the user of your library has to get from you an *.h file of your library (i.e. function prototypes) to compile his code (by calling LoadLibrary, GetProcAddress and FreeLibrary) and your *.dll to run the library functions.



Peter Molnar
GeneralRe: My DllMain is not getting invoked. Pin
Matthew Busche11-Dec-03 14:07
Matthew Busche11-Dec-03 14:07 
GeneralRe: My DllMain is not getting invoked. Pin
Peter Molnar11-Dec-03 14:40
Peter Molnar11-Dec-03 14:40 
GeneralSUCCESS!!! Pin
Matthew Busche12-Dec-03 18:08
Matthew Busche12-Dec-03 18:08 
GeneralRe: My DllMain is not getting invoked. Pin
Mike Dimmick12-Dec-03 2:03
Mike Dimmick12-Dec-03 2:03 
GeneralFloating CDialogBar Pin
Jon Sagara11-Dec-03 11:38
Jon Sagara11-Dec-03 11:38 
GeneralRe: Floating CDialogBar Pin
Jon Sagara11-Dec-03 19:46
Jon Sagara11-Dec-03 19:46 
QuestionHelp? Pin
Anonymous11-Dec-03 11:34
Anonymous11-Dec-03 11:34 
AnswerRe: Help? Pin
Terry O'Nolley11-Dec-03 15:23
Terry O'Nolley11-Dec-03 15:23 
GeneralDLL question Pin
Diarrhio11-Dec-03 11:18
Diarrhio11-Dec-03 11:18 
GeneralRe: DLL question Pin
Diarrhio11-Dec-03 12:52
Diarrhio11-Dec-03 12:52 
Generalmight be a dumb question... Pin
l a u r e n11-Dec-03 11:07
l a u r e n11-Dec-03 11:07 
GeneralRe: might be a dumb question... Pin
Jörgen Sigvardsson11-Dec-03 11:11
Jörgen Sigvardsson11-Dec-03 11:11 
GeneralRe: might be a dumb question... Pin
l a u r e n11-Dec-03 11:19
l a u r e n11-Dec-03 11:19 
GeneralRe: might be a dumb question... Pin
Matthew Busche11-Dec-03 11:17
Matthew Busche11-Dec-03 11:17 
Generalresource DLL Pin
alex.barylski11-Dec-03 10:03
alex.barylski11-Dec-03 10:03 
GeneralRe: resource DLL Pin
Jörgen Sigvardsson11-Dec-03 11:08
Jörgen Sigvardsson11-Dec-03 11:08 
GeneralRe: resource DLL Pin
Michael Dunn11-Dec-03 14:46
sitebuilderMichael Dunn11-Dec-03 14:46 

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.