Page 1 of 1

Application to Kernel Comm Cont.

Posted: Thu Oct 17, 2002 11:00 pm
by VoidLogic
I mean the opposte of what some you thought:
-I have a cstring = "0x1b2c0ffe"
-This cssring is converted to an long via atol
-Now I need too set the value in this long into a long ptr

srting Bob = "0x1b2c0ffe";
long BobVal = atol(Bob);
long *BobPtr = BobVal ?? ERR ?? I can't get this to cast, how?

Thanx for you help,
-VoidLogic