arcker Posted August 9, 2007 Posted August 9, 2007 Maybe a stupid question, but i wonder i i can send a pointer directly through tcpsend like : $tByte = dllstructcreate("ptr Something") tcpsend($socket,dllstructgetdata($tByte,"Something")) or do i have to send the elements structures values then recompose it on the client side ? if anybody have a clue on this, please feel free to answer -- Arck System _ Soon -- Ideas make everything "La critique est facile, l'art est difficile" Projects :[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
gamerman2360 Posted August 10, 2007 Posted August 10, 2007 Pointers point to things in the memory. You can send the pointer, but it wouldn't reference the same thing in a different program/on a different machine.
arcker Posted August 10, 2007 Author Posted August 10, 2007 that was my point thx for the answer -- Arck System _ Soon -- Ideas make everything "La critique est facile, l'art est difficile" Projects :[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now