I think I may have run into an incompatibility between RecvPropEHandle() 
and RECVINFO_ARRAY().

This code:

    RecvPropArray( RecvPropEHandle( RECVINFO_ARRAY(m_Inventory) ), 
m_Inventory )

Produces this error:

    error C2664: 'RecvPropEHandle' : cannot convert parameter 4 from 
'unsigned int' to 'RecvVarProxyFn'

Changing to RecvPropInt() or plain RECVINFO() avoids the compile error, 
but of course invalidates the receive table. Is there a proper solution?


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to