Click here to Skip to main content
15,900,589 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
ptr_Electron30-Oct-08 21:29
ptr_Electron30-Oct-08 21:29 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
Garth J Lancaster30-Oct-08 21:33
professionalGarth J Lancaster30-Oct-08 21:33 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
ptr_Electron30-Oct-08 21:37
ptr_Electron30-Oct-08 21:37 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
Garth J Lancaster30-Oct-08 21:43
professionalGarth J Lancaster30-Oct-08 21:43 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
in needed help3-Jan-10 14:09
in needed help3-Jan-10 14:09 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
Garth J Lancaster3-Jan-10 14:19
professionalGarth J Lancaster3-Jan-10 14:19 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
Garth J Lancaster30-Oct-08 21:39
professionalGarth J Lancaster30-Oct-08 21:39 
Questionhelp me this: CreateDirectory fails on VISTA Pin
thatguy30-Oct-08 20:39
thatguy30-Oct-08 20:39 
CString str;
	GetDlgItemText(IDC_DIR0,str);
	
	if(CreateDirectory(str,NULL))
	{
		AfxMessageBox("Success");
	}
	else
	{
		AfxMessageBox("Failed");
	}

No mater what directory i set as the value of str,
the program alerts "Failed".
AnswerRe: help me this: CreateDirectory fails on VISTA [modified] Pin
SandipG 30-Oct-08 20:57
SandipG 30-Oct-08 20:57 
AnswerRe: help me this: CreateDirectory fails on VISTA Pin
KarstenK30-Oct-08 22:26
mveKarstenK30-Oct-08 22:26 
AnswerRe: help me this: CreateDirectory fails on VISTA Pin
Michael Dunn31-Oct-08 12:15
sitebuilderMichael Dunn31-Oct-08 12:15 
QuestionConversion of DLL from VS6 to VS 2005 Pin
Member 188188830-Oct-08 19:57
Member 188188830-Oct-08 19:57 
Questionerror C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall CTextProgressCtrl::* )(UINT,LPCTSTR)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' Pin
VCProgrammer30-Oct-08 19:22
VCProgrammer30-Oct-08 19:22 
AnswerRe: error C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall CTextProgressCtrl::* )(UINT,LPCTSTR)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' Pin
CPallini30-Oct-08 23:17
mveCPallini30-Oct-08 23:17 
Questionno stdint.h in VC9 Pin
followait30-Oct-08 18:42
followait30-Oct-08 18:42 
Questionfunction help Pin
jonig1930-Oct-08 18:23
jonig1930-Oct-08 18:23 
AnswerRe: function help Pin
SandipG 30-Oct-08 21:20
SandipG 30-Oct-08 21:20 
GeneralRe: function help Pin
Garth J Lancaster30-Oct-08 21:27
professionalGarth J Lancaster30-Oct-08 21:27 
AnswerRe: function help Pin
Garth J Lancaster30-Oct-08 21:26
professionalGarth J Lancaster30-Oct-08 21:26 
GeneralRe: function help Pin
jonig1931-Oct-08 6:35
jonig1931-Oct-08 6:35 
Questionmultiple iterators within custom stl container Pin
mellib30-Oct-08 18:17
mellib30-Oct-08 18:17 
QuestionAutomated builds Pin
bigcivilmelon30-Oct-08 13:50
bigcivilmelon30-Oct-08 13:50 
AnswerRe: Automated builds Pin
Rolf Kristensen30-Oct-08 14:24
Rolf Kristensen30-Oct-08 14:24 
QuestionSystem owned process that is accessible through a UI from differed Windows user Pin
Darrel Q Pham30-Oct-08 10:40
Darrel Q Pham30-Oct-08 10:40 
AnswerRe: System owned process that is accessible through a UI from differed Windows user Pin
bigcivilmelon30-Oct-08 22:19
bigcivilmelon30-Oct-08 22:19 

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.