Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNeed Help(CDC) Pin
26-Oct-02 6:26
suss26-Oct-02 6:26 
GeneralRe: Need Help(CDC) Pin
Chris Losinger26-Oct-02 11:32
professionalChris Losinger26-Oct-02 11:32 
QuestionHow to programmatically generate GUIDs? Pin
Abin26-Oct-02 6:15
Abin26-Oct-02 6:15 
AnswerRe: How to programmatically generate GUIDs? Pin
Michael Dunn26-Oct-02 6:54
sitebuilderMichael Dunn26-Oct-02 6:54 
AnswerRe: How to programmatically generate GUIDs? Pin
Alexander Wiseman26-Oct-02 9:48
Alexander Wiseman26-Oct-02 9:48 
GeneralRe: How to programmatically generate GUIDs? Pin
Abin26-Oct-02 10:28
Abin26-Oct-02 10:28 
QuestionDLL function export ? Pin
Stan the man26-Oct-02 5:45
Stan the man26-Oct-02 5:45 
AnswerRe: DLL function export ? Pin
Paul M Watt26-Oct-02 6:37
mentorPaul M Watt26-Oct-02 6:37 
You only have to export a class, function or variable if you want to import it (use it) in a separate dll or executable. The only way that you will be exporting your class is if you declare it with the __declspec(export) compiler option, or if you have added a def file entry for that class.

Otherwise you can include as many class and function definitions in the main header and they will not be accessible. So if that parameter is defined for your class and it should continue to work and not be exported (as long as it resides in the same DLL that it is trying to be used from).




Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

Questionare they the same? Pin
includeh1026-Oct-02 4:57
includeh1026-Oct-02 4:57 
AnswerRe: are they the same? Pin
Gary R. Wheeler27-Oct-02 3:39
Gary R. Wheeler27-Oct-02 3:39 
GeneralVisual Studio .NET problem, please help. Pin
Anonymous26-Oct-02 3:38
Anonymous26-Oct-02 3:38 
GeneralRe: Visual Studio .NET problem, please help. Pin
Stephane Rodriguez.26-Oct-02 3:50
Stephane Rodriguez.26-Oct-02 3:50 
Questionhow to change button color and how to ctivate te horizontal defilement bar of a lis Pin
a_hic26-Oct-02 0:53
a_hic26-Oct-02 0:53 
AnswerRe: how to change button color and how to ctivate te horizontal defilement bar of a lis Pin
Nish Nishant26-Oct-02 1:47
sitebuilderNish Nishant26-Oct-02 1:47 
GeneralRe: how to change button color and how to ctivate te horizontal defilement bar of a lis Pin
Rickard Andersson2026-Oct-02 2:29
Rickard Andersson2026-Oct-02 2:29 
GeneralRe: how to change button color and how to ctivate te horizontal defilement bar of a lis Pin
Stephane Rodriguez.26-Oct-02 3:49
Stephane Rodriguez.26-Oct-02 3:49 
AnswerRe: how to change button color and how to ctivate te horizontal defilement bar of a lis Pin
a_hic26-Oct-02 4:18
a_hic26-Oct-02 4:18 
General[MFC] Calling a CFormView member function inside CMainFrm Pin
Lockness26-Oct-02 0:31
Lockness26-Oct-02 0:31 
GeneralRe: [MFC] Calling a CFormView member function inside CMainFrm Pin
dabs31-Oct-02 4:59
dabs31-Oct-02 4:59 
GeneralBmp -> JPG Pin
int01h26-Oct-02 0:14
int01h26-Oct-02 0:14 
GeneralRe: Bmp -> JPG Pin
Davide Pizzolato26-Oct-02 0:53
Davide Pizzolato26-Oct-02 0:53 
GeneralRe: Bmp -> JPG Pin
Nish Nishant26-Oct-02 1:44
sitebuilderNish Nishant26-Oct-02 1:44 
GeneralRe: Bmp -> JPG Pin
int01h26-Oct-02 4:16
int01h26-Oct-02 4:16 
GeneralRe: Bmp -> JPG Pin
Scott H. Settlemier27-Oct-02 16:26
Scott H. Settlemier27-Oct-02 16:26 
GeneralRe: Bmp -> JPG Pin
int01h29-Oct-02 5:00
int01h29-Oct-02 5:00 

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.