G
Guest
I'm very new to this. I have a parameter coming into the command line arguments of a console application that is defined as "_TCHAR* argv[]". I want to convert the value to a "BSTR". I've tried "BSTR _Temp = SysAllocString(argv[1])". This does not work. I know I'm missing a lot, so any help would be appreciated
Thanks.
Thanks.