I was looking at taking the next step to 64-bit. Handling changes to window and control handles is just slogging through, finding and redeclaring them. My questions go deeper.
I use the expression core4(loc(abcd)) where abcd is a logical*4 as a winio@() argument to pass along a logical for %rb's. Will this still work?
I use %ud to attach to a control or window the address of a variable, string, or user-defined TYPE. I think %ud is restricted to 32-bits; is that correct? I use clearwin_info@() to get the value of the user data, then use allocate with absolute_address= if I am passing an address of something.
Sometimes, when using a %ud, I modify directly using the syntax of
abcd = clearwin_info@('USER_DATA') core4(abcd) = value
This question is linked to the one above.
- I use SCC to compile code written in 'C' and C++ that is critical to my system. Would compiling with /64 create 64-bit object modules?
These are all the things I can find to ask about at this time.
Bill