ok, worked it out... maybe my example wasn't clear enough, anyway:-
CStringW strLicenseKey = _L("TEXT HERE");
should be:- (to work on 2008)
CStringW strLicenseKey = L"TEXT HERE";
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |