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...