Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to make CDB support wxString or string?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to make CDB support wxString or string? (Read 3967 times)
Loaden
Lives here!
Posts: 1014
How to make CDB support wxString or string?
«
on:
October 01, 2008, 12:10:56 pm »
I'am use CB+CDB on WinXP, but cdb can't support wxString and string: not show any thing.
How to make CDB support wxString or string?
Need you help, thanks!!
Logged
cs_student
Single posting newcomer
Posts: 3
Re: How to make CDB support wxString or string?
«
Reply #1 on:
October 02, 2008, 12:42:27 am »
What do you mean support string or wxString? You need to be more specific.
Are you talking about std::string?
That should certainly work if you #include <string>
Are you including/linking to something which declares wxString?
Maybe you could be a little less vague and show us the output as well.
Logged
Loaden
Lives here!
Posts: 1014
Re: How to make CDB support wxString or string?
«
Reply #2 on:
October 02, 2008, 05:22:40 am »
I want't show the value when i debug the application use CDB.
but now, it's show wxString's value, but don't support stl::string or stl::wstring.
[attachment deleted by admin]
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to make CDB support wxString or string?