Hi.
Need some help. Because of the nature of some libraries I have to call with ICE, I had to make a slice script this way:
Quote:
interface jSockets
{
char* jclCommand(char* command);
};
|
Slice complained that it doesnt know "
char*". How do I convert a char* to ::std::string and back? Is there another way?
Thanks for the help.
Alex