title plz, and give an example that works with
THANKS ALOT!Code:#include <iostream>
#include <shlobj.h>
#include <shlwapi.h>
using namespace std;
int main()
{
cout<<"Your universe license has expired, contact support@activeworlds.com for renewal.\nProvide code 539";
cin.get();
return 1;
}
