Click here to Skip to main content
15,915,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help Needed Pin
pnpfriend25-May-02 5:55
pnpfriend25-May-02 5:55 
GeneralRe: Help Needed Pin
Renjith Ramachandran25-May-02 6:48
Renjith Ramachandran25-May-02 6:48 
GeneralRe: Help Needed Pin
Mazdak25-May-02 7:04
Mazdak25-May-02 7:04 
GeneralRe: Help Needed Pin
Renjith Ramachandran25-May-02 7:29
Renjith Ramachandran25-May-02 7:29 
GeneralRe: Help Needed Pin
Michael Dunn25-May-02 8:39
sitebuilderMichael Dunn25-May-02 8:39 
GeneralRe: Help Needed Pin
tiaozi25-May-02 22:40
tiaozi25-May-02 22:40 
Generalsilly question Pin
pnpfriend25-May-02 4:58
pnpfriend25-May-02 4:58 
GeneralRe: silly question Pin
Stan Shannon25-May-02 5:22
Stan Shannon25-May-02 5:22 
You do not need to include the implementation file:

Remove:
#include "Startjob.cpp"

That file is linked during compilation. You only need the header file (#include "startjob.h")


Also, I don't know if this is a typo or not, but you need a semi-colon after your class declaration in the header file:

//startjob.h
class StartJob
{
public:
StartJob();
void GetStartJob();
}; // semi-colon.





"There's a slew of slip 'twixt cup and lip"
GeneralRe: silly question Pin
pnpfriend25-May-02 6:23
pnpfriend25-May-02 6:23 
GeneralRe: silly question Pin
Stan Shannon25-May-02 6:36
Stan Shannon25-May-02 6:36 
GeneralRe: silly question Pin
pnpfriend25-May-02 8:56
pnpfriend25-May-02 8:56 
GeneralRe: silly question Pin
PJ Arends25-May-02 9:46
professionalPJ Arends25-May-02 9:46 
GeneralRe: silly question Pin
pnpfriend26-May-02 4:28
pnpfriend26-May-02 4:28 
GeneralRe: silly question Pin
pnpfriend26-May-02 4:29
pnpfriend26-May-02 4:29 
GeneralCreate Edit Control Pin
laphijia25-May-02 4:23
laphijia25-May-02 4:23 
GeneralRe: Create Edit Control Pin
Martin Speiser25-May-02 5:18
Martin Speiser25-May-02 5:18 
GeneralNTFS Pin
Mazdak25-May-02 3:18
Mazdak25-May-02 3:18 
GeneralRe: NTFS Pin
redeemer25-May-02 3:32
redeemer25-May-02 3:32 
GeneralRe: NTFS Pin
Mazdak25-May-02 3:35
Mazdak25-May-02 3:35 
GeneralRe: NTFS Pin
redeemer25-May-02 3:54
redeemer25-May-02 3:54 
GeneralRe: NTFS Pin
Mazdak25-May-02 4:06
Mazdak25-May-02 4:06 
GeneralRe: NTFS Pin
Renjith Ramachandran25-May-02 3:52
Renjith Ramachandran25-May-02 3:52 
GeneralRe: NTFS Pin
Mazdak25-May-02 4:07
Mazdak25-May-02 4:07 
GeneralRe: NTFS Pin
Renjith Ramachandran25-May-02 5:45
Renjith Ramachandran25-May-02 5:45 
General===rotation a window!!!=== Pin
tiaozi25-May-02 3:11
tiaozi25-May-02 3:11 

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.