Application to Kernel Comm Cont.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
VoidLogic

Application to Kernel Comm Cont.

Post 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
Post Reply