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

C / C++ / MFC

 
AnswerRe: using FmtLines() function in CEdit class Pin
David Crow30-Sep-09 2:43
David Crow30-Sep-09 2:43 
AnswerRe: using FmtLines() function in CEdit class Pin
krmed29-Sep-09 5:10
krmed29-Sep-09 5:10 
GeneralRe: using FmtLines() function in CEdit class Pin
David Crow29-Sep-09 5:16
David Crow29-Sep-09 5:16 
GeneralRe: using FmtLines() function in CEdit class Pin
KASR130-Sep-09 21:40
KASR130-Sep-09 21:40 
QuestionRe: using FmtLines() function in CEdit class Pin
David Crow1-Oct-09 2:56
David Crow1-Oct-09 2:56 
GeneralRe: using FmtLines() function in CEdit class Pin
KASR129-Sep-09 19:09
KASR129-Sep-09 19:09 
GeneralRe: using FmtLines() function in CEdit class Pin
krmed30-Sep-09 0:36
krmed30-Sep-09 0:36 
GeneralRe: using FmtLines() function in CEdit class Pin
KASR130-Sep-09 0:59
KASR130-Sep-09 0:59 
I tried with test application.
It crashes in unicode build and in MBCS its ok.
However if add the following manifest then it crashes in MBCS also.

#if _MSC_VER >= 1400

	// Determine the Processor Architecture:
	#if defined _M_IX86
		#define PROCESSOR_ARCH "x86"
		#define CC_PROCESSOR_ARCH "x86"
	#endif

	// Common Controls
	#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" CC_PROCESSOR_ARCH "' publicKeyToken='6595b64144ccf1df' language='*'\"")

#endif // _MSC_VER >= 1400

Questionputenv() Pin
mohant$.net29-Sep-09 2:07
mohant$.net29-Sep-09 2:07 
AnswerRe: putenv() Pin
CPallini29-Sep-09 2:38
mveCPallini29-Sep-09 2:38 
GeneralRe: putenv() Pin
mohant$.net29-Sep-09 3:14
mohant$.net29-Sep-09 3:14 
GeneralRe: putenv() Pin
CPallini29-Sep-09 3:19
mveCPallini29-Sep-09 3:19 
QuestionRe: putenv() Pin
David Crow29-Sep-09 3:05
David Crow29-Sep-09 3:05 
QuestionHow to removing manifest entry programatically? Pin
KASR129-Sep-09 2:04
KASR129-Sep-09 2:04 
AnswerRe: How to removing manifest entry programatically? Pin
KarstenK29-Sep-09 2:50
mveKarstenK29-Sep-09 2:50 
GeneralRe: How to removing manifest entry programatically? Pin
KASR129-Sep-09 2:57
KASR129-Sep-09 2:57 
GeneralRe: How to removing manifest entry programatically? Pin
KarstenK29-Sep-09 3:11
mveKarstenK29-Sep-09 3:11 
GeneralRe: How to removing manifest entry programatically? Pin
KASR129-Sep-09 19:00
KASR129-Sep-09 19:00 
GeneralRe: How to removing manifest entry programatically? Pin
KarstenK29-Sep-09 20:27
mveKarstenK29-Sep-09 20:27 
GeneralRe: How to removing manifest entry programatically? Pin
KASR129-Sep-09 20:31
KASR129-Sep-09 20:31 
GeneralRe: How to removing manifest entry programatically? Pin
KarstenK29-Sep-09 23:21
mveKarstenK29-Sep-09 23:21 
AnswerRe: How to removing manifest entry programatically? Pin
Randor 30-Sep-09 0:58
professional Randor 30-Sep-09 0:58 
QuestionLoadLibrary Help Pin
AR Reddy29-Sep-09 2:04
AR Reddy29-Sep-09 2:04 
AnswerRe: LoadLibrary Help Pin
sashoalm29-Sep-09 2:10
sashoalm29-Sep-09 2:10 
GeneralRe: LoadLibrary Help Pin
AR Reddy29-Sep-09 2:27
AR Reddy29-Sep-09 2:27 

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.