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

C / C++ / MFC

 
Questioninstaller of VC++ application ? Pin
v b sunil29-Oct-02 21:12
v b sunil29-Oct-02 21:12 
AnswerRe: installer of VC++ application ? Pin
Pavel Klocek29-Oct-02 23:06
Pavel Klocek29-Oct-02 23:06 
GeneralRe: installer of VC++ application ? Pin
v b sunil30-Oct-02 6:17
v b sunil30-Oct-02 6:17 
AnswerRe: installer of VC++ application ? Pin
Trollslayer30-Oct-02 1:41
mentorTrollslayer30-Oct-02 1:41 
AnswerRe: installer of VC++ application ? Pin
Anonymous30-Oct-02 9:29
Anonymous30-Oct-02 9:29 
AnswerRe: installer of VC++ application ? Pin
v b sunil30-Oct-02 19:25
v b sunil30-Oct-02 19:25 
GeneralPeculiarity of hard-disk Pin
nencini29-Oct-02 21:01
nencini29-Oct-02 21:01 
GeneralDLL Question Pin
Stan the man29-Oct-02 20:37
Stan the man29-Oct-02 20:37 
I have a MFC extension DLL. In my client program, it seems I have to also export the base class of the class that I am using or else because in the header of the class it "includes" the base, when I compile the compiler gives me that it can not find the files for the base class. Is there a way around this? I want the base class to be used ONLY in the DLL. I only want the my inherited class to be exported and no refernce at all to the base class.

Are the resources declared in the DLL only used in the DLL? I heard that the client will first look in the resource files of the EXE then go to the DLLs if it does not locate it there. What does the DLL do? Does it look in the DLL resource files ONLY for what it needs?

Thanks in advance.
GeneralRe: DLL Question Pin
Joaquín M López Muñoz29-Oct-02 21:11
Joaquín M López Muñoz29-Oct-02 21:11 
GeneralRe: DLL Question Pin
Stan the man29-Oct-02 21:59
Stan the man29-Oct-02 21:59 
GeneralRe: DLL Question Pin
Joaquín M López Muñoz29-Oct-02 23:08
Joaquín M López Muñoz29-Oct-02 23:08 
GeneralRe: DLL Question Pin
KarstenK30-Oct-02 1:49
mveKarstenK30-Oct-02 1:49 
GeneralRe: DLL Question Pin
Stan the man30-Oct-02 2:10
Stan the man30-Oct-02 2:10 
Generalinheritance steps... (property sheet and pages) Pin
Joan M29-Oct-02 20:26
professionalJoan M29-Oct-02 20:26 
GeneralRe: inheritance steps... (property sheet and pages) Pin
jhwurmbach29-Oct-02 21:16
jhwurmbach29-Oct-02 21:16 
GeneralRe: inheritance steps... (property sheet and pages) Pin
Joaquín M López Muñoz29-Oct-02 21:22
Joaquín M López Muñoz29-Oct-02 21:22 
GeneralExtension Dlls Pin
Furrukh Azam29-Oct-02 19:59
sussFurrukh Azam29-Oct-02 19:59 
GeneralRe: Extension Dlls Pin
Pavel Klocek29-Oct-02 21:07
Pavel Klocek29-Oct-02 21:07 
GeneralRe: Extension Dlls Pin
Trollslayer30-Oct-02 1:43
mentorTrollslayer30-Oct-02 1:43 
Questionrealloc assumption...? Pin
alex.barylski29-Oct-02 19:42
alex.barylski29-Oct-02 19:42 
AnswerRe: realloc assumption...? Pin
Stephane Rodriguez.29-Oct-02 20:14
Stephane Rodriguez.29-Oct-02 20:14 
GeneralRe: realloc assumption...? Pin
alex.barylski30-Oct-02 9:30
alex.barylski30-Oct-02 9:30 
GeneralRe: realloc assumption...? Pin
Stephane Rodriguez.30-Oct-02 9:42
Stephane Rodriguez.30-Oct-02 9:42 
GeneralSpy ++++ Pin
Shamoon29-Oct-02 19:23
Shamoon29-Oct-02 19:23 
GeneralRe: Spy ++++ Pin
dabs29-Oct-02 20:09
dabs29-Oct-02 20:09 

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.