Click here to Skip to main content
15,889,200 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to convert .WAV to .CSV and .CSV to .WAV Pin
CPallini11-Jun-14 22:40
mveCPallini11-Jun-14 22:40 
GeneralRe: How to convert .WAV to .CSV and .CSV to .WAV Pin
Austin_Cpp12-Jun-14 4:26
Austin_Cpp12-Jun-14 4:26 
GeneralRe: How to convert .WAV to .CSV and .CSV to .WAV Pin
CPallini12-Jun-14 5:18
mveCPallini12-Jun-14 5:18 
AnswerRe: How to convert .WAV to .CSV and .CSV to .WAV Pin
jschell12-Jun-14 8:36
jschell12-Jun-14 8:36 
QuestionMFC function inside browser Pin
HungryCPPDev11-Jun-14 20:17
HungryCPPDev11-Jun-14 20:17 
QuestionCan i set the scroll bar of window by clicking on the menu?? Pin
sachanratnesh11-Jun-14 0:52
sachanratnesh11-Jun-14 0:52 
AnswerRe: Can i set the scroll bar of window by clicking on the menu?? Pin
Richard MacCutchan11-Jun-14 1:27
mveRichard MacCutchan11-Jun-14 1:27 
QuestionError in Visual 2012 Running an MFC apps Pin
Member 1044615711-Jun-14 0:32
Member 1044615711-Jun-14 0:32 
I'm running an MFC apps in Visual 2012 for Genetic Algorithm Timetable.


VB
c:\users\zahrina\documents\visual studio 2012\projects\gaschedule\gaschedule\gaschedule.h(6): fatal error C1189: #error :  "include 'stdafx.h' before including this file for PCH"
  main.cpp
c:\users\zahrina\documents\visual studio 2012\projects\gaschedule\gaschedule\gaschedule.h(6): fatal error C1189: #error :  "include 'stdafx.h' before including this file for PCH"
  GaScheduleDoc.cpp
c:\users\zahrina\documents\visual studio 2012\projects\gaschedule\gaschedule\gaschedule.h(6): fatal error C1189: #error :  "include 'stdafx.h' before including this file for PCH"
  GaSchedule.cpp
c:\users\zahrina\documents\visual studio 2012\projects\gaschedule\gaschedule\gaschedule.h(6): fatal error C1189: #error :  "include 'stdafx.h' before including this file for PCH"
  CourseClass.cpp



Here is the coding for gaschedule.h

// GaSchedule.h : main header file for the GaSchedule application
//
#pragma once

#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif

#include "resource.h"       // main symbols


// CGaScheduleApp:
// See GaSchedule.cpp for the implementation of this class
//

class CGaScheduleApp : public CWinApp
{
public:
	CGaScheduleApp();


// Overrides
public:
	virtual BOOL InitInstance();

// Implementation

public:
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
};

extern CGaScheduleApp theApp;

AnswerRe: Error in Visual 2012 Running an MFC apps Pin
Jochen Arndt11-Jun-14 0:50
professionalJochen Arndt11-Jun-14 0:50 
GeneralRe: Error in Visual 2012 Running an MFC apps Pin
Member 1044615712-Jun-14 10:37
Member 1044615712-Jun-14 10:37 
QuestionConversion of JSON to XML using C++ (need for MFC application) Pin
sma123#10-Jun-14 21:19
sma123#10-Jun-14 21:19 
AnswerRe: Conversion of JSON to XML using C++ (need for MFC application) Pin
Richard MacCutchan10-Jun-14 21:36
mveRichard MacCutchan10-Jun-14 21:36 
GeneralRe: Conversion of JSON to XML using C++ (need for MFC application) Pin
sma123#10-Jun-14 22:05
sma123#10-Jun-14 22:05 
GeneralRe: Conversion of JSON to XML using C++ (need for MFC application) Pin
CPallini10-Jun-14 23:11
mveCPallini10-Jun-14 23:11 
AnswerRe: Conversion of JSON to XML using C++ (need for MFC application) Pin
CPallini10-Jun-14 21:58
mveCPallini10-Jun-14 21:58 
QuestionGame Programming Book Uses C and Asm How do I build these programs Pin
Member 1087548110-Jun-14 2:48
Member 1087548110-Jun-14 2:48 
AnswerRe: Game Programming Book Uses C and Asm How do I build these programs Pin
Maximilien10-Jun-14 3:33
Maximilien10-Jun-14 3:33 
AnswerRe: Game Programming Book Uses C and Asm How do I build these programs Pin
Richard MacCutchan10-Jun-14 4:40
mveRichard MacCutchan10-Jun-14 4:40 
GeneralRe: Game Programming Book Uses C and Asm How do I build these programs Pin
Member 1087548110-Jun-14 5:55
Member 1087548110-Jun-14 5:55 
GeneralRe: Game Programming Book Uses C and Asm How do I build these programs Pin
Richard MacCutchan10-Jun-14 6:00
mveRichard MacCutchan10-Jun-14 6:00 
QuestionLoading different Property Pages in a Property Sheet in Wizard Mode Pin
P V Sankaran9-Jun-14 22:45
P V Sankaran9-Jun-14 22:45 
SuggestionRe: Loading different Property Pages in a Property Sheet in Wizard Mode Pin
David Crow10-Jun-14 3:14
David Crow10-Jun-14 3:14 
QuestionCode Coverage tool for a maintenance project Pin
aks.8-Jun-14 23:58
aks.8-Jun-14 23:58 
QuestionPointers, Functions and XCode messages Pin
ericgahn8-Jun-14 8:07
ericgahn8-Jun-14 8:07 
AnswerRe: Pointers, Functions and XCode messages Pin
jschell8-Jun-14 9:12
jschell8-Jun-14 9:12 

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.