6 messages in com.mysql.lists.plusplusRe: FW: Internal compiler error with ...
FromSent OnAttachments
Manoj Vaddineni22 Jul 2002 10:21 
Manoj Vaddineni22 Jul 2002 14:15 
Bryan W. Headley22 Jul 2002 18:23 
Rémy Baudet23 Jul 2002 00:24 
Manoj Vaddineni23 Jul 2002 14:18 
Rémy Baudet24 Jul 2002 00:19 
Subject:Re: FW: Internal compiler error with sql_create_xx
From:Bryan W. Headley (bwhe@earthlink.net)
Date:07/22/2002 06:23:51 PM
List:com.mysql.lists.plusplus

Manoj Vaddineni wrote:

Hi, I am having internal compiler errors while compiler the code with the
sql_create_xx macro. This error is intermittent. I am using this macro in the MySQL C++ MFC example from the website. I have tables which have more than 8
colums, so used sql_create_xx to create the structures for more than 8 variables. I am using visual studio 6.0

Thanks in advance for your earliest reply,

Don't use VC much, but I'll bite: what does it do? You say it's intermitent; it compiles program #1 okay, but later fails building the same program? Have to wonder what the heap usage of the compiler, and what else is running at the time of failure...