#348015 - 12/10/201119:13Re: Anyone got any *old* Windows driver development kits?
[Re: tfabris]
tfabris carpal tunnel
Registered: 20/12/1999
Posts: 31630
Loc: Seattle, WA
Found something on the internet that says he TCHAR equivalient for atoi() is _ttoi(). But when I try to use that, it breaks into the debugger at the line where I use it.
int nTempSuspendType; nTempSuspendType = _ttoi(argv[2]);