Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Has any one compiled VLC in vc++6.0 Pin
Garth J Lancaster15-May-08 1:57
professionalGarth J Lancaster15-May-08 1:57 
GeneralRe: Has any one compiled VLC in vc++6.0 Pin
yaminisridaran15-May-08 2:00
yaminisridaran15-May-08 2:00 
GeneralRe: Has any one compiled VLC in vc++6.0 Pin
toxcct15-May-08 2:27
toxcct15-May-08 2:27 
GeneralRe: Has any one compiled VLC in vc++6.0 Pin
yaminisridaran15-May-08 2:33
yaminisridaran15-May-08 2:33 
GeneralRe: Has any one compiled VLC in vc++6.0 Pin
Maximilien15-May-08 2:45
Maximilien15-May-08 2:45 
GeneralRe: Has any one compiled VLC in vc++6.0 Pin
toxcct15-May-08 2:48
toxcct15-May-08 2:48 
RantRe: Has any one compiled VLC in vc++6.0 Pin
bulg20-Jun-08 13:16
bulg20-Jun-08 13:16 
Question'OpenThread' : undeclared identifier Pin
CodeMak14-May-08 23:01
CodeMak14-May-08 23:01 
stdafx.h

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define _WIN32_WINNT 0x500 ----- "added"
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

still its undeclared.. HELP!!!

Thanx n advance
AnswerRe: 'OpenThread' : undeclared identifier Pin
prasad_som14-May-08 23:14
prasad_som14-May-08 23:14 
QuestionHow to show special chars in dialog resource [modified] Pin
KASR114-May-08 22:59
KASR114-May-08 22:59 
AnswerRe: How to show special chars in dialog resource Pin
Eurosid15-May-08 1:38
Eurosid15-May-08 1:38 
QuestionSetWindowPos doesn't seem to work Pin
ftbk14-May-08 22:57
ftbk14-May-08 22:57 
AnswerRe: SetWindowPos doesn't seem to work Pin
toxcct14-May-08 23:16
toxcct14-May-08 23:16 
AnswerRe: SetWindowPos doesn't seem to work Pin
Nelek15-May-08 5:39
protectorNelek15-May-08 5:39 
QuestionChange focus to another textbox Pin
baerten14-May-08 22:10
baerten14-May-08 22:10 
AnswerRe: Change focus to another textbox Pin
CPallini14-May-08 22:17
mveCPallini14-May-08 22:17 
GeneralRe: Change focus to another textbox Pin
baerten14-May-08 22:40
baerten14-May-08 22:40 
GeneralRe: Change focus to another textbox Pin
Iain Clarke, Warrior Programmer14-May-08 23:59
Iain Clarke, Warrior Programmer14-May-08 23:59 
JokeRe: Change focus to another textbox Pin
toxcct15-May-08 0:20
toxcct15-May-08 0:20 
GeneralRe: Change focus to another textbox Pin
baerten15-May-08 2:37
baerten15-May-08 2:37 
QuestionFtp through socks proxy Pin
William Engberts14-May-08 22:01
William Engberts14-May-08 22:01 
QuestionRandomise and rand in Visual C++ Pin
mihai12314-May-08 21:36
mihai12314-May-08 21:36 
AnswerRe: Randomise and rand in Visual C++ Pin
Cedric Moonen14-May-08 21:44
Cedric Moonen14-May-08 21:44 
AnswerRe: Randomise and rand in Visual C++ [modified] Pin
ShilpiP14-May-08 22:03
ShilpiP14-May-08 22:03 
GeneralRe: Randomise and rand in Visual C++ Pin
ShilpiP14-May-08 22:46
ShilpiP14-May-08 22:46 

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.