I recently upgraded to 3.4.2 and I started having some problems. A client program makes a call to a server, passing a struct argument. The server receives the call and runs the appropriate function, but all of the fields of the struct are filled with junk and don't match any of the values on the client side.
The only thing I think could be causing this would be the two programs being compiled with different versions of Ice. I have made sure all occurences of 3.4.1 have been changed to 3.4.2 in the .vcxproj files for the visual studio projects. I have also deleted version 3.4.1 from my computer. Is there anything else I should be looking to change?
Thanks for any help!

Reply With Quote