Reply to Rafael Vallejo <[EMAIL PROTECTED]> 06-07-19 15:11:

> Here is how the definition is done.
> 
> static BYTE*   m_pNext = 0;
> 
> And the real problem is this use of the pointer:
> 
> m_pNext += sizeof(FS6IPC_WRITESTATEDATA_HDR) + dwSize;
> 
> What is the equivalent in RealBasic for this

It's impossible to say ... is this is something you need to do to interface with
some lib code then I can't help you. However if you're porting a whole
application then it looks like the C code is moving along a list (but it's
impossible to say without the whole program), if this is the case then the RB
equivalent would be to loop over an array

                    jem
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to