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

C / C++ / MFC

 
GeneralRe: Convert VC++ project to Borland free compiler Pin
Joe Woodbury11-Dec-03 17:32
professionalJoe Woodbury11-Dec-03 17:32 
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 
I'm trying to use DllMain() to take care of some library/thread initialization and cleanup stuff, but no matter what I try I cannot get DllMain invoked for any of the four events for which it is supposed to be getting invoked! (I.e., process attach, thread attach, thread detach, process detach.)

I found the following sentence in the MSDN description of DllMain():


"DllMain is a placeholder for the library-defined function name. You must specify the actual name you use when you build your DLL. For more information, see the documentation included with your development tools."

Is there some Dev Studio project setting I should be making to identify the name of my library entry point function?

Another tidbit of information: I'm using simple load-time linking for my DLL. The MSDN DllMain description makes reference to LoadLibrary and FreeLibrary (functions you use for run-time dynamic linking). I sould be interested in hearing confirmation that DllMain IS compatible with simple load-time dynamic linking.

Thanks much,
Matt
GeneralRe: My DllMain is not getting invoked. Pin
Peter Molnar11-Dec-03 13:36
Peter Molnar11-Dec-03 13:36 
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 

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.