Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error: Cannot convert from 'std::map<_Kty,_Ty> *' to 'LPCTSTR' Pin
Stuart Dootson6-May-09 1:30
professionalStuart Dootson6-May-09 1:30 
GeneralRe: Error: Cannot convert from 'std::map<_Kty,_Ty> *' to 'LPCTSTR' Pin
mmayur8-May-09 0:15
mmayur8-May-09 0:15 
GeneralRe: Error: Cannot convert from 'std::map<_Kty,_Ty> *' to 'LPCTSTR' Pin
Stuart Dootson8-May-09 2:06
professionalStuart Dootson8-May-09 2:06 
QuestionDefault buttons changing for PropertySheet/PropertyPage Pin
aalexfree4-May-09 22:37
aalexfree4-May-09 22:37 
QuestionCasting Pin
CodingLover4-May-09 22:20
CodingLover4-May-09 22:20 
AnswerRe: Casting Pin
Rajesh R Subramanian4-May-09 22:33
professionalRajesh R Subramanian4-May-09 22:33 
AnswerRe: Casting Pin
CPallini4-May-09 22:37
mveCPallini4-May-09 22:37 
AnswerRe: Casting Pin
Iain Clarke, Warrior Programmer4-May-09 23:06
Iain Clarke, Warrior Programmer4-May-09 23:06 
I'll join in the chorus of "wrong forum!".

But before you ask the question there, think about it yourself.

You have two things:

1/ A BOOL. This is a thing which has two states, true or false. 1 or 0. Orange or green. I use BOOL to represent whether something is on or off. So, it could also mean "Give Iain Money" / "Give Iain Kisses".

2/ System::String * is some weird thing from another language. But it sounds a lot like a string. (I know, I'm a genius with psychic powers). So, it would be some sort of text representation.

So, you need to understand what that BOOL represents before you can turn it into text.

Start this conversation:

CodingLover's Mum: "Darling, what does this mean when it's on?"
CodingLover: "Ah, it means __________________________"
CodingLover's Mum: "Darling, what does this mean when it's off?"
CodingLover: "Ah, it means __________________________"

But you're not done... Try this conversation also:
CodingLover's Swedish Girlfriend: "Älskling, vad innebär det när den är på gång?"
CodingLover: "Ah, it means __________________________"
CodingLover's Swedish Girlfriend: "Älskling, vad innebär det när den är avstängd?"
CodingLover: "Ah, it means __________________________"

Text is a pain - for some reason, people all over the world like to use their own language, instead of God's Good English!

Iain.

ps, Power of google, my Svensk is far from good enough yet...

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job! http://cv.imcsoft.co.uk/[^]

NewsRe: Casting Pin
CodingLover4-May-09 23:09
CodingLover4-May-09 23:09 
GeneralRe: Casting Pin
Iain Clarke, Warrior Programmer4-May-09 23:20
Iain Clarke, Warrior Programmer4-May-09 23:20 
GeneralRe: Casting Pin
Cedric Moonen4-May-09 23:14
Cedric Moonen4-May-09 23:14 
AnswerRe: Casting Pin
Stuart Dootson4-May-09 23:20
professionalStuart Dootson4-May-09 23:20 
NewsRe: Casting Pin
CodingLover5-May-09 0:12
CodingLover5-May-09 0:12 
QuestionI need a suggestion Pin
kokilag4-May-09 22:13
kokilag4-May-09 22:13 
AnswerRe: I need a suggestion Pin
Rajesh R Subramanian4-May-09 22:29
professionalRajesh R Subramanian4-May-09 22:29 
GeneralRe: I need a suggestion Pin
kokilag6-May-09 6:47
kokilag6-May-09 6:47 
QuestionVisual C++ 2008 MFC Feature pack samples.. Pin
eight4-May-09 21:45
eight4-May-09 21:45 
AnswerRe: Visual C++ 2008 MFC Feature pack samples.. Pin
Rajesh R Subramanian4-May-09 21:48
professionalRajesh R Subramanian4-May-09 21:48 
GeneralRe: Visual C++ 2008 MFC Feature pack samples.. Pin
eight5-May-09 3:06
eight5-May-09 3:06 
GeneralRe: Visual C++ 2008 MFC Feature pack samples.. Pin
eight25-May-09 18:54
eight25-May-09 18:54 
QuestionChange the shape of CEdit custom draw? Pin
karhong4-May-09 20:54
karhong4-May-09 20:54 
AnswerRe: Change the shape of CEdit custom draw? Pin
Naveen4-May-09 21:58
Naveen4-May-09 21:58 
GeneralRe: Change the shape of CEdit custom draw? Pin
karhong4-May-09 22:02
karhong4-May-09 22:02 
GeneralRe: Change the shape of CEdit custom draw? Pin
karhong4-May-09 22:21
karhong4-May-09 22:21 
GeneralRe: Change the shape of CEdit custom draw? Pin
Naveen4-May-09 22:26
Naveen4-May-09 22:26 

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.