Click here to Skip to main content
15,904,817 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionhow to provide same con. point in different objects Pin
grinder15-Feb-05 23:00
grinder15-Feb-05 23:00 
GeneralList Control in ATL dialog Pin
abel66615-Feb-05 8:10
abel66615-Feb-05 8:10 
GeneralRe: List Control in ATL dialog Pin
Michael Dunn15-Feb-05 8:49
sitebuilderMichael Dunn15-Feb-05 8:49 
GeneralRe: List Control in ATL dialog Pin
abel66615-Feb-05 21:16
abel66615-Feb-05 21:16 
Questionhow to debug exchange store event sink Pin
muh22m15-Feb-05 7:53
muh22m15-Feb-05 7:53 
QuestionHow to get random numbers? Pin
Anonymous14-Feb-05 20:05
Anonymous14-Feb-05 20:05 
Generalspirit and unicode Pin
bruce2g14-Feb-05 14:40
bruce2g14-Feb-05 14:40 
GeneralRe: spirit and unicode Pin
Stuart Dootson15-Feb-05 5:19
professionalStuart Dootson15-Feb-05 5:19 
1. Spirit and VC6 aren't the best of friends - lets be honest, templates and VC6 aren't the best of friends Smile | :) . If you can upgrade to VC7.1, you'll be doing yourself a big favour, IMHO. Not only does VC7.1 ICE less, but it compiles code using Spirit (and many other parts of Boost, to be honest) much faster.

2. It would appear that Spirit does support wide characters to some extent - at least, the primitives (e.g. ch_p, str_p) take their character type as a template parameter.

3. To make strings wide in VC++, don't use _T() unless you can guarantee you're compiling with the UNICODE or _UNICODE macros defined. Instead, use wide string and character literals by prexifing an 'L' - e.g.

L"This is a wide string"
L'W'

4. You're probably more likely to get a coherent response to your queries on the Spirit Users mailing list[^].

Just to give you some encouragement - I've seen posts on the Spirit list about parsing binary (NOT character) data with Spirit. If you can do that, Unicode ought to be a snap!

HTH!!

Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
GeneralATL Collection Problem Pin
ekling14-Feb-05 11:32
ekling14-Feb-05 11:32 
Generalconvert PWSTR to LPCTSTR Pin
dabayi14-Feb-05 0:03
dabayi14-Feb-05 0:03 
GeneralRe: convert PWSTR to LPCTSTR Pin
rocky_pulley14-Feb-05 2:22
rocky_pulley14-Feb-05 2:22 
GeneralRe: convert PWSTR to LPCTSTR Pin
dabayi14-Feb-05 3:17
dabayi14-Feb-05 3:17 
GeneralRe: convert PWSTR to LPCTSTR Pin
Michael Dunn14-Feb-05 3:20
sitebuilderMichael Dunn14-Feb-05 3:20 
GeneralCommandBarControl.OnAction don't want to work Pin
JabraJabra12-Feb-05 22:01
JabraJabra12-Feb-05 22:01 
GeneralRe: CommandBarControl.OnAction don't want to work Pin
Jörgen Sigvardsson13-Feb-05 5:43
Jörgen Sigvardsson13-Feb-05 5:43 
GeneralRe: CommandBarControl.OnAction don't want to work Pin
JabraJabra13-Feb-05 6:14
JabraJabra13-Feb-05 6:14 
GeneralTrouble w/ Header Files Pin
SwimmerDave12-Feb-05 8:33
SwimmerDave12-Feb-05 8:33 
GeneralRe: Trouble w/ Header Files Pin
Stuart Dootson12-Feb-05 8:42
professionalStuart Dootson12-Feb-05 8:42 
GeneralRe: Trouble w/ Header Files Pin
SwimmerDave12-Feb-05 16:02
SwimmerDave12-Feb-05 16:02 
GeneralRe: Trouble w/ Header Files Pin
Stuart Dootson12-Feb-05 21:27
professionalStuart Dootson12-Feb-05 21:27 
GeneralRe: Trouble w/ Header Files Pin
Michael Dunn13-Feb-05 16:24
sitebuilderMichael Dunn13-Feb-05 16:24 
Generalexception error Pin
dabayi12-Feb-05 0:10
dabayi12-Feb-05 0:10 
GeneralRe: exception error Pin
Stuart Dootson12-Feb-05 2:33
professionalStuart Dootson12-Feb-05 2:33 
GeneralRe: exception error Pin
Tim Smith22-Feb-05 4:13
Tim Smith22-Feb-05 4:13 
GeneralCommandBarPopup not calling Exec Pin
JabraJabra11-Feb-05 23:15
JabraJabra11-Feb-05 23:15 

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.