string creation and output

The engine.
Post Reply
erikahlswede
Posts: 1
Joined: Sun Apr 19, 2009 6:15 pm

string creation and output

Post by erikahlswede »

Hi All,

I have a big problem. I know what it is, I just don't know how to fix it.

When I add smile.lib to my linker, I have all sorts of problems creating and printing strings. I #include<string> in my prog, but when I create a string with the value "test" in it, my debugger shows me that it has the value :    ▀ÇΦy♠≈6 ♦. This is obviously wrong. When I remove the smile.lib from my linker, the value shows correctly.

What is going on?

Erik
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Post by shooltz[BayesFusion] »

compiler/OS version?
Post Reply