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

C / C++ / MFC

 
GeneralImage Editor Pin
Vini Deep12-Oct-04 20:38
Vini Deep12-Oct-04 20:38 
GeneralHelp Needed (Toolbar) Pin
Avinash Gupta12-Oct-04 20:28
Avinash Gupta12-Oct-04 20:28 
GeneralRe: Help Needed (Toolbar) Pin
Cedric Moonen12-Oct-04 20:49
Cedric Moonen12-Oct-04 20:49 
Generalhelp needed....Creating a 3D graph at the end of execution... Pin
Kiran Satish12-Oct-04 19:25
Kiran Satish12-Oct-04 19:25 
Generaldeleting double pointers Pin
Majid Shahabfar12-Oct-04 19:23
Majid Shahabfar12-Oct-04 19:23 
QuestionHow to solve this Problem? Pin
pubududilena12-Oct-04 18:34
pubududilena12-Oct-04 18:34 
AnswerRe: How to solve this Problem? Pin
Ryan Binns12-Oct-04 18:48
Ryan Binns12-Oct-04 18:48 
GeneralRe: How to solve this Problem? Pin
pubududilena12-Oct-04 19:06
pubududilena12-Oct-04 19:06 
hi,
yes ..it is already in the top of the .Cpp file.But the Problem is appearing yet.
------This is the header file :------------------
// rtcsample.h : main header file for the RTCSAMPLE application
//
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

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

#include "resource.h" // main symbols


class CRtcsampleApp : public CWinApp
{
public:
CRtcsampleApp();
public:
virtual BOOL InitInstance();
};

This the .Cpp file-------------------------------------------
// rtcsample.cpp : Defines the entry point for the application.
include "stdafx.h"
// WinMain
//
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
HRESULT hr;
UNREFERENCED_PAR
//extra code here
}

Can you tell me how to correct it?
OR
Is there a Problem in "stdafx.h" File?
AnswerRe: How to solve this Problem? Pin
Michael Dunn12-Oct-04 20:19
sitebuilderMichael Dunn12-Oct-04 20:19 
QuestionHow to put a progress in my project ? Pin
King of Merit12-Oct-04 16:57
King of Merit12-Oct-04 16:57 
AnswerRe: How to put a progress in my project ? Pin
Sujan Christo12-Oct-04 18:19
Sujan Christo12-Oct-04 18:19 
AnswerRe: How to put a progress in my project ? Pin
ThatsAlok12-Oct-04 18:45
ThatsAlok12-Oct-04 18:45 
QuestionWhat does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 16:11
Rafferty Uy12-Oct-04 16:11 
AnswerRe: What does "const vector& vars" mean? Pin
Ryan Binns12-Oct-04 18:07
Ryan Binns12-Oct-04 18:07 
GeneralRe: What does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 20:41
Rafferty Uy12-Oct-04 20:41 
GeneralRe: What does "const vector& vars" mean? Pin
Ryan Binns13-Oct-04 1:59
Ryan Binns13-Oct-04 1:59 
GeneralFile access rights Pin
Anonymous12-Oct-04 16:04
Anonymous12-Oct-04 16:04 
GeneralRe: File access rights Pin
Ryan Binns12-Oct-04 18:12
Ryan Binns12-Oct-04 18:12 
GeneralRe: File access rights Pin
Sudhir Mangla12-Oct-04 18:34
professionalSudhir Mangla12-Oct-04 18:34 
GeneralCString undeclared?! Pin
jadegal12-Oct-04 13:38
jadegal12-Oct-04 13:38 
GeneralRe: CString undeclared?! Pin
Christian Graus12-Oct-04 13:55
protectorChristian Graus12-Oct-04 13:55 
GeneralRe: CString undeclared?! Pin
Yulianto.12-Oct-04 19:52
Yulianto.12-Oct-04 19:52 
GeneralChanging Mouse Sensitivity Pin
Anonymous12-Oct-04 13:26
Anonymous12-Oct-04 13:26 
GeneralFreeLibrary question Pin
Brian Shifrin12-Oct-04 13:06
Brian Shifrin12-Oct-04 13:06 
GeneralRe: FreeLibrary question Pin
Blake Miller13-Oct-04 4:36
Blake Miller13-Oct-04 4:36 

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.