M
Mikel Luri
Hi all:
We're porting lot of C code from Windows to Unix/Linux.
In Windows we're using relative pointers (with the _based keyword) to
access some structures placed on shared memory. We would need
something like the Microsoft's _based keyword for Unix/Linux.
¿Does something similar exist in those S.O-s?
We would like to solve our problem without having to change every line
of code where an access to our pointers is made. ¿ is it posible ?
Thanks in advance
Mikel.
We're porting lot of C code from Windows to Unix/Linux.
In Windows we're using relative pointers (with the _based keyword) to
access some structures placed on shared memory. We would need
something like the Microsoft's _based keyword for Unix/Linux.
¿Does something similar exist in those S.O-s?
We would like to solve our problem without having to change every line
of code where an access to our pointers is made. ¿ is it posible ?
Thanks in advance
Mikel.