Quote:
/*case VK_OEM_1:
fputs("[;:]",file);
fclose(file);
break;
threw
case VK_OEM_7:
fputs("['\"]",file);
fclose(file);
break;*/
they are on the MSDN site like all the others, but i first put them in there and got errors compiling, so i decided to leave them out by commenting them, perhaps there are compilers which can compile the VK_OEM_1 to VK_OEM_7. but mine doesn't, so that is a problem, but i wouldn't know how to solve that (searched a lot for it though). i left the comments in them, so that if someone would like to try it with those characters, perhaps he can get it to work with another compiler.. .but like i said, with dev-cpp and with mvc++ it doesn't work :(...