Re: SWITCH question
- Posted by petelomax Jan 05, 2018
- 1945 views
I think we you lot need to step back and focus on the C_HANDLE issue as raised in post #2.
This cos(0)/foo(0)/op=stack:new(FIFO);stk=op etc stuff is, I fear, just muddying the waters. Fix one thing at a time, eh?
With that in mind, I have a question. Given that std/dll.e says
C_UINT = #02000004, C_POINTER = C_UINT, C_HANDLE = C_UINT,
does the situation change if we you have (one or both of)
C_POINTER = #02000004, C_HANDLE = #02000004,
I will admit that I actually completely missed that C_POINTER and C_HANDLE are in fact the same value!
Pete