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

C / C++ / MFC

 
GeneralRe: pointer to class as argument in a function Pin
Nynaeve15-Jun-04 10:39
Nynaeve15-Jun-04 10:39 
GeneralRe: pointer to class as argument in a function Pin
georgiek5015-Jun-04 11:29
georgiek5015-Jun-04 11:29 
GeneralRe: pointer to class as argument in a function Pin
toxcct15-Jun-04 11:57
toxcct15-Jun-04 11:57 
GeneralRe: pointer to class as argument in a function Pin
Anonymous15-Jun-04 12:00
Anonymous15-Jun-04 12:00 
GeneralRe: pointer to class as argument in a function Pin
toxcct15-Jun-04 12:04
toxcct15-Jun-04 12:04 
GeneralRe: pointer to class as argument in a function Pin
georgiek5015-Jun-04 13:57
georgiek5015-Jun-04 13:57 
GeneralRe: pointer to class as argument in a function Pin
Nynaeve16-Jun-04 7:26
Nynaeve16-Jun-04 7:26 
GeneralRe: pointer to class as argument in a function Pin
georgiek5016-Jun-04 12:36
georgiek5016-Jun-04 12:36 
Thanks for the continued help...I seem to be a bit confused though...the spelling is correct (I always use a lowercase c for classes)

Here is my file structure/layout:

Header1.h
---------

class cDataFile
{
...
};
----------

Header2.h
---------
#include "Header1.h"

class cSomeClass
{
public:
void SaveSomeFile(cDataFile*); <---- This is were I get the error
};
----------

Could you please explain what you said before in this semi-diagramatical way? Thanks.
GeneralWrite a DDE Server program for Excel using VC++ Pin
swerajan15-Jun-04 8:36
swerajan15-Jun-04 8:36 
Generaldll resource Pin
Spiritofamerica15-Jun-04 7:31
Spiritofamerica15-Jun-04 7:31 
GeneralRe: dll resource Pin
User 665815-Jun-04 7:39
User 665815-Jun-04 7:39 
GeneralRe: dll resource Pin
Navin15-Jun-04 9:55
Navin15-Jun-04 9:55 
GeneralRe: dll resource Pin
User 665815-Jun-04 11:03
User 665815-Jun-04 11:03 
GeneralMicrosoft Office like popup baloons/paperclip guy... Pin
herbert_chow15-Jun-04 7:17
herbert_chow15-Jun-04 7:17 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
Ravi Bhavnani15-Jun-04 7:24
professionalRavi Bhavnani15-Jun-04 7:24 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
herbert_chow15-Jun-04 8:04
herbert_chow15-Jun-04 8:04 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
Michael Dunn15-Jun-04 7:29
sitebuilderMichael Dunn15-Jun-04 7:29 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
herbert_chow15-Jun-04 8:05
herbert_chow15-Jun-04 8:05 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
Gary R. Wheeler15-Jun-04 14:33
Gary R. Wheeler15-Jun-04 14:33 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
Vadim Tabakman15-Jun-04 20:32
Vadim Tabakman15-Jun-04 20:32 
GeneralRe: Microsoft Office like popup baloons/paperclip guy... Pin
David Crow16-Jun-04 3:52
David Crow16-Jun-04 3:52 
GeneralNon-standard interface dialogs Pin
Xavi Temporal15-Jun-04 7:08
Xavi Temporal15-Jun-04 7:08 
GeneralRe: Non-standard interface dialogs Pin
Sumit Kapoor15-Jun-04 20:11
Sumit Kapoor15-Jun-04 20:11 
GeneralRe: Non-standard interface dialogs Pin
Xavi Temporal15-Jun-04 20:21
Xavi Temporal15-Jun-04 20:21 
GeneralRe: Non-standard interface dialogs Pin
Sumit Kapoor15-Jun-04 20:45
Sumit Kapoor15-Jun-04 20:45 

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.