Re: ustring = "1.2"
- From: José Alburquerque <jaalburquerque cox net>
- To: Jamiil Abduqadir <jalqadir gmail com>
- Cc: Gtkmm Mailing List <gtkmm-list gnome org>
- Subject: Re: ustring = "1.2"
- Date: Wed, 19 Dec 2007 15:21:32 -0500
Jamiil Abduqadir wrote:
Gtkmm for Win32
windows xp
Hello folks!
In the following example
class MyClass{
Glib::ustring str;
MyClass();
~MyClass();
};
MyClass::MyClass(){ str = "1.2";}
MyClass::~MyClass(){}
I get an error that reads
Undefined reference to Glib::ustring::operator=(char const*)
Why am I getting this error and how can I solve the problem?
Thanks in advance.
It looks like a linking problem. How are you compiling?
-Jose
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]