Re: Quick question
- Posted by mattlewis (admin) Sep 17, 2014
- 1604 views
ghaberek said...
I still get 4294967295 using E_ATOM.
Ah, yes. When a callback comes in, we cast everything to uintptr_t.
call_back_arg1->obj = make_atom32((uintptr_t)arg1); // etc...
Matt