im very excited by the new inputbox popup, but i tried all the afternoon varous cast wide_char/string ect and still fail :/
the most simple/ logical way for me to test at first was:
Code: Select all
AnsiCharPtr test;
test = sdkDialogInputBox("Enter value: ", "value:", "no name"); ///caption,prompt,dft
sdkTraceChar(test);