6 messages in com.mysql.lists.plusplusRe: error C2065: 'ulong' : undeclared...
FromSent OnAttachments
james pruett17 Dec 2006 11:57 
Warren Young18 Dec 2006 20:18 
Matt Dargavel19 Dec 2006 01:21 
Matt Dargavel19 Dec 2006 01:32 
james pruett20 Dec 2006 16:37 
Warren Young22 Dec 2006 06:20 
Subject:Re: error C2065: 'ulong' : undeclared identifier
From:Warren Young (mysq@etr-usa.com)
Date:12/18/2006 08:18:07 PM
List:com.mysql.lists.plusplus

james pruett wrote:

1>.\connection.cpp(165) : error C2065: 'ulong' : undeclared identifier

I don't know how you managed to get that error. The text "ulong" doesn't appear in connection.cpp or in connection.h. Line 165 is a call to Lockable::lock(), which also has no "ulong" in it.

Are you certain that you are compiling what you think you are compiling?