I am brushing up again and I am getting an error:
Cannot call member function without object.
I am calling like:
FxString text = table.GetEntry(o
You have to declare the function with the 'static' keyword:
class IC_Utility { static void CP_StringToPString( FxString& inString, FxUChar *outString);