Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Help: rename filename Pin
CPallini25-Nov-10 21:24
mveCPallini25-Nov-10 21:24 
AnswerRe: Help: rename filename Pin
Richard MacCutchan25-Nov-10 21:51
mveRichard MacCutchan25-Nov-10 21:51 
AnswerRe: Help: rename filename [modified] Pin
Alain Rist27-Nov-10 23:19
Alain Rist27-Nov-10 23:19 
QuestionHow can find out port name? Pin
Le@rner25-Nov-10 18:54
Le@rner25-Nov-10 18:54 
AnswerRe: How can find out port name? Pin
Richard MacCutchan25-Nov-10 21:53
mveRichard MacCutchan25-Nov-10 21:53 
QuestionHow can merge data of diffrent array in single array? Pin
Le@rner25-Nov-10 18:23
Le@rner25-Nov-10 18:23 
AnswerRe: How can merge data of diffrent array in single array? Pin
CPallini25-Nov-10 21:50
mveCPallini25-Nov-10 21:50 
Questionerror C3861: "xxxxx" identifier not found Pin
AmbiguousName25-Nov-10 4:52
AmbiguousName25-Nov-10 4:52 
hello guys....im compiling a small program but this error is coming. I dont know where I am missing what? This is MFC generated code. Here is the starting code of the function...AfxEnableControlContainer() is creating all the problem

BOOL CMyApp::InitInstance()
{
	AfxEnableControlContainer();

	// Standard initialization
	// If you are not using these features and wish to reduce the size
	//  of your final executable, you should remove from the following
	//  the specific initialization routines you do not need.

#ifdef _AFXDLL
	Enable3dControls();			// Call this when using MFC in a shared DLL
#else
	Enable3dControlsStatic();	// Call this when linking to MFC statically
#endif
...............
...............
...............

AnswerRe: error C3861: "xxxxx" identifier not found Pin
Richard MacCutchan25-Nov-10 5:16
mveRichard MacCutchan25-Nov-10 5:16 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
AmbiguousName25-Nov-10 6:52
AmbiguousName25-Nov-10 6:52 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
CPallini25-Nov-10 7:13
mveCPallini25-Nov-10 7:13 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
AmbiguousName25-Nov-10 7:26
AmbiguousName25-Nov-10 7:26 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
CPallini25-Nov-10 8:04
mveCPallini25-Nov-10 8:04 
QuestionTCP IP socket goes up and down Pin
nahitan25-Nov-10 3:41
nahitan25-Nov-10 3:41 
AnswerRe: TCP IP socket goes up and down Pin
Code-o-mat25-Nov-10 6:14
Code-o-mat25-Nov-10 6:14 
GeneralRe: TCP IP socket goes up and down Pin
nahitan25-Nov-10 6:29
nahitan25-Nov-10 6:29 
GeneralRe: TCP IP socket goes up and down Pin
Code-o-mat25-Nov-10 7:34
Code-o-mat25-Nov-10 7:34 
GeneralRe: TCP IP socket goes up and down Pin
nahitan25-Nov-10 7:42
nahitan25-Nov-10 7:42 
GeneralRe: TCP IP socket goes up and down Pin
Code-o-mat25-Nov-10 7:48
Code-o-mat25-Nov-10 7:48 
GeneralRe: TCP IP socket goes up and down Pin
Code-o-mat25-Nov-10 7:42
Code-o-mat25-Nov-10 7:42 
QuestionHide Maximize Pin
john563225-Nov-10 2:03
john563225-Nov-10 2:03 
AnswerRe: Hide Maximize PinPopular
Richard MacCutchan25-Nov-10 5:14
mveRichard MacCutchan25-Nov-10 5:14 
QuestionGDI+ SRCAND for Transparency? Pin
tagopi25-Nov-10 0:52
tagopi25-Nov-10 0:52 
AnswerRe: GDI+ SRCAND for Transparency? Pin
Randor 25-Nov-10 4:02
professional Randor 25-Nov-10 4:02 
GeneralRe: GDI+ SRCAND for Transparency? Pin
tagopi25-Nov-10 19:23
tagopi25-Nov-10 19:23 

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.