Check Server Version From Client Dlls

Alexandre Julliard julliard at winehq.org
Thu Jul 22 17:35:01 CDT 2004


Robert Shearman <rob at codeweavers.com> writes:

>>	if (ver != SERVER_PROTOCOL_VERSION)
>>        	MESSAGE( "Error: server version mismatch.\n"
>>                	 "Your %s binary was not upgraded correctly\n"
>>                	 "or the wrong wineserver is still running.\n", dll_name );
>>	return (ver == SERVER_PROTOCOL_VERSION);
>>
>
> Ok, I'll send an updated patch.

Actually I don't think we want to add this kind of check at all. The
whole point of dll separation is to make sure we don't need that sort
of thing; while we are not 100% there yet, adding more version checks
is going in the wrong direction.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list