How can I call a C++ function from a string?
Instead of doing this, call the method straight from string:
void callfunction(const char* callthis, int
May not be an option, but if you can use managed c++ (C++/CLI), you can do this just like you can in C#. This will require .NET though...