View Single Post
Old 11-22-2018, 06:54 AM   #3
Yomi
Human being with feelings
 
Join Date: Nov 2016
Posts: 2
Default

It turns out I had to use a const char* instead of a string.
Code:
WDL_String filePath;
const char *filePathStr;

mFileDialog->GetLastSelectedFileForPlug(&filePath);

filePathStr = filepath.Get();
working fine now.
Yomi is offline   Reply With Quote