Click here to Skip to main content
16,011,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BIOS Time Pin
dazinith5-Jun-02 3:46
dazinith5-Jun-02 3:46 
GeneralRe: BIOS Time Pin
SamirSood5-Jun-02 5:25
SamirSood5-Jun-02 5:25 
GeneralRe: BIOS Time Pin
Rage5-Jun-02 5:33
professionalRage5-Jun-02 5:33 
GeneralRe: BIOS Time Pin
John M. Drescher6-Jun-02 10:14
John M. Drescher6-Jun-02 10:14 
GeneralRe: BIOS Time Pin
Mike Nordell5-Jun-02 3:53
Mike Nordell5-Jun-02 3:53 
Generalclasses,dlls and class wizard Pin
5-Jun-02 1:08
suss5-Jun-02 1:08 
GeneralRe: classes,dlls and class wizard Pin
Tomasz Sowinski5-Jun-02 1:16
Tomasz Sowinski5-Jun-02 1:16 
GeneralRe: classes,dlls and class wizard Pin
James R. Twine5-Jun-02 4:53
James R. Twine5-Jun-02 4:53 
Brendan O`Connor wrote:
Lastly,does mixing STL and MFC cause any exceptions?Is it good to mix them?

   Since the other questions have been answered, I will add a little tidbit to your last question.  Since you are talking about exposing/exporting classes from DLLs, you should be aware that exposing/exporting STL collections across DLL boundaries may cause you problems, due to the way that (some) STL classes use static members.

   These STL classes that will have problems (as well as some workarounds) are detailed in the MSDN Knowledge Base.

   Note that under some situations, the collections will seem to work fine for a while, and then may just start to fail for no obvious reason.  Because of that simple fact, never assume that "it works" is a reason to beleve that "it works well", or "it's correct".

   (IOW, never "go with" something just because "it works", unless you can explain why it works.)

   Peace!

-=- James.
"Some People Know How To Drive, Others Just Know How To Operate A Car."
(Try Check Favorites Sometime!)
GeneralRe: classes,dlls and class wizard Pin
Tomasz Sowinski5-Jun-02 4:52
Tomasz Sowinski5-Jun-02 4:52 
GeneralRe: classes,dlls and class wizard Pin
James R. Twine5-Jun-02 5:21
James R. Twine5-Jun-02 5:21 
GeneralRe: classes,dlls and class wizard Pin
James R. Twine6-Jun-02 18:43
James R. Twine6-Jun-02 18:43 
GeneralRe: classes,dlls and class wizard Pin
Tomasz Sowinski6-Jun-02 23:50
Tomasz Sowinski6-Jun-02 23:50 
GeneralDAO and Visual Studio .NET Pin
5-Jun-02 1:02
suss5-Jun-02 1:02 
GeneralBMP 24 bit to 1 bit Pin
Nish Nishant5-Jun-02 0:46
sitebuilderNish Nishant5-Jun-02 0:46 
GeneralRe: BMP 24 bit to 1 bit Pin
Tomasz Sowinski5-Jun-02 1:06
Tomasz Sowinski5-Jun-02 1:06 
GeneralRe: BMP 24 bit to 1 bit Pin
Nish Nishant5-Jun-02 1:14
sitebuilderNish Nishant5-Jun-02 1:14 
GeneralRe: BMP 24 bit to 1 bit Pin
Tomasz Sowinski5-Jun-02 1:18
Tomasz Sowinski5-Jun-02 1:18 
GeneralRe: BMP 24 bit to 1 bit Pin
Nish Nishant5-Jun-02 1:29
sitebuilderNish Nishant5-Jun-02 1:29 
GeneralRe: BMP 24 bit to 1 bit Pin
Tomasz Sowinski5-Jun-02 1:34
Tomasz Sowinski5-Jun-02 1:34 
GeneralRe: BMP 24 bit to 1 bit Pin
Tim Smith5-Jun-02 1:37
Tim Smith5-Jun-02 1:37 
GeneralProblem with MicrosoftAccessDriver Pin
4-Jun-02 23:53
suss4-Jun-02 23:53 
GeneralRe: Problem with MicrosoftAccessDriver Pin
Ed Gadziemski5-Jun-02 14:13
professionalEd Gadziemski5-Jun-02 14:13 
GeneralVisC++ and installShield Pin
Tali4-Jun-02 23:20
Tali4-Jun-02 23:20 
GeneralRe: VisC++ and installShield Pin
Ed Gadziemski5-Jun-02 14:17
professionalEd Gadziemski5-Jun-02 14:17 
GeneralHBITMAP to Jpg anyone Pin
Nish Nishant4-Jun-02 22:57
sitebuilderNish Nishant4-Jun-02 22:57 

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.