Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldate/time Pin
ozgul1-Jun-04 1:32
ozgul1-Jun-04 1:32 
GeneralRe: date/time Pin
Anthony_Yio1-Jun-04 1:40
Anthony_Yio1-Jun-04 1:40 
GeneralRe: date/time Pin
Zeeshan Bilal1-Jun-04 1:48
Zeeshan Bilal1-Jun-04 1:48 
GeneralMicrosoft Script control Pin
repekcan1-Jun-04 1:28
repekcan1-Jun-04 1:28 
GeneralAccessing Extended ASCII characters in VC++ Pin
Sukumaran K.1-Jun-04 1:19
Sukumaran K.1-Jun-04 1:19 
GeneralRe: Accessing Extended ASCII characters in VC++ Pin
Anthony_Yio1-Jun-04 1:35
Anthony_Yio1-Jun-04 1:35 
GeneralVisual C++ static library creation question Pin
Indrawati1-Jun-04 0:22
Indrawati1-Jun-04 0:22 
GeneralRe: Visual C++ static library creation question Pin
Diddy1-Jun-04 0:48
Diddy1-Jun-04 0:48 
Hi,

Static librarys eh.

Well,

1. Nothing. It's the user of your library that will have the problem Blush | :O ). So if your libray, LibraryA uses something from LibraryB, then its your client EXE that will have to link to both LibraryA and LibraryB. Pain eh. Especially if the library you are using is not your own.

2. Yes. Unfortuantly if you put something like

class CDerived : public CBase
{
}

in a header file that is part of your library, the user of your library will also need access to the .H for CBase to compile it.

Unlike DLL's - you can't say export some of CDerived's methods, but none of CBase's.
GeneralCapture Keyboard Input Pin
sweep12331-May-04 23:35
sweep12331-May-04 23:35 
GeneralRe: Capture Keyboard Input Pin
Andrew Quinn AUS1-Jun-04 0:33
Andrew Quinn AUS1-Jun-04 0:33 
GeneralRe: Capture Keyboard Input Pin
Diddy1-Jun-04 0:52
Diddy1-Jun-04 0:52 
GeneralRe: Capture Keyboard Input Pin
sweep1231-Jun-04 0:57
sweep1231-Jun-04 0:57 
GeneralRe: Capture Keyboard Input Pin
Diddy1-Jun-04 1:08
Diddy1-Jun-04 1:08 
GeneralRe: Capture Keyboard Input Pin
sweep1231-Jun-04 1:13
sweep1231-Jun-04 1:13 
GeneralRe: Capture Keyboard Input Pin
Anthony_Yio1-Jun-04 1:26
Anthony_Yio1-Jun-04 1:26 
GeneralRe: Capture Keyboard Input Pin
dart131-Jun-04 1:32
dart131-Jun-04 1:32 
QuestionHow to launch .job file in VC++ Pin
kt wu31-May-04 23:03
kt wu31-May-04 23:03 
AnswerRe: How to launch .job file in VC++ Pin
Anthony_Yio1-Jun-04 1:03
Anthony_Yio1-Jun-04 1:03 
GeneralProblem in impersonating COM control Pin
amit131331-May-04 22:35
amit131331-May-04 22:35 
GeneralRe: Problem in impersonating COM control Pin
Anthony_Yio1-Jun-04 1:58
Anthony_Yio1-Jun-04 1:58 
GeneralEnable/Disable On Apply Button Pin
Rajesh_K_Sharma31-May-04 22:13
Rajesh_K_Sharma31-May-04 22:13 
GeneralRe: Enable/Disable On Apply Button Pin
A_Yakout31-May-04 22:49
A_Yakout31-May-04 22:49 
GeneralRe: Enable/Disable On Apply Button Pin
Diddy1-Jun-04 0:58
Diddy1-Jun-04 0:58 
GeneralRe: Enable/Disable On Apply Button Pin
toxcct31-May-04 23:10
toxcct31-May-04 23:10 
QuestionCompact mode anyone?? Pin
FASTian31-May-04 22:06
FASTian31-May-04 22:06 

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.