Bernd Buschinski wrote: > int = void* > doesnt work on x64 because of the difference in size > patch fixes typo/mismatch Please note that if sizeof(void*) == sizeof(numeric type) is the objective, 'long' does not satisfy this on Windows :-(. -- Mathew (sorry, .sig file is on the other computer)