From: Carlos G. A. <car...@te...> - 2003-06-12 20:12:21
|
Hello: > db.Output.WriteLong(0); // Address of ast routine > db.Output.WriteLong(0); // Argument to ast routine Sorry this needs to be : db.Output.WriteInt(0); // Address of ast routine db.Output.WriteInt(0); // Argument to ast routine -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |