From: Jason L. <jl...@me...> - 2003-04-10 17:41:48
|
I assume you already noticed I replaced glib::ustring with std::string. Do we want to remove glib (the C library and C++ wrapper library) completely or just glibmm (the wrapper library)? If the former, you can just replace the spawn calls with their C counterparts. This wouldn't be too bad because glib is a much easier dependency to satisfy than glibmm. If the latter, we'll also need to change code in CfgTypeRegistry, which uses a hash table implementation from glib. I'm pretty sure there is a STL equivalent. Jason >>> Justin Yackoski <ju...@sk...> 04/10/03 12:19PM >>> Jason, I've removed all of the Glib::getenv and Glib::file_get_contents, we just need to take care of the two Glib::spawn calls. I suspect they'll be a little hard to replace, but I'll try to do it shortly since I'm pretty bored here... Justin |