Hi, I made a DLL to easily create windows and handle messages. I tried to use std::string for the class and title name, but it causes a crash on the client application. I changed the string type from std::string to char* and everything worked good.
Im confused here, what may be the problem?

Thank you