When I make an MFC application and something goes wrong during run time the app will often throw up an error that I didnt write, and doesnt appear anywhere in the source or string tables. There is one 'error' that I would like to remove completely. I am making a frontend for a (huge) database, but on running the program I get 'too many fields defined' error.
I would like to change the maximum limit or remove this error completely, as susrely the amount of maximum fields should depend on free resources etc, and is not constant.



LinkBack URL
About LinkBacks


