Hello David,

Sunday, August 3, 2008, 3:29:10 PM, you wrote:

DN> PROBLEM SOLVED

DN> Thank you Hans-Jürgen.

DN> Your suggestion to disable msvc compiler optimizations seems to
DN> have solved the problem... I can now create large records.  MSVC
DN> optimizations apparently limited the size to 1024.

DN> Sorry for all the trouble I caused.  Perhaps we learned something... for
DN> sure, I did.

DN> I can't thank you enough.

DN> dave

DN> On Sun, Aug 3, 2008 at 12:40 PM, Hans-Juergen Taenzer <
DN> [EMAIL PROTECTED]> wrote:

>> David Nelson  ([EMAIL PROTECTED]) wrote:
>>
>> > Am now thinking there's something wrong with how sqlite gets
>> > compiled.... (using MS Vers 6 Visual Studio)
>>
>> Switch off all optimisations when compiling.
>> I more often had problems with MSVC in the past.
>>
>> Hans-Jürgen
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
DN> _______________________________________________
DN> sqlite-users mailing list
DN> sqlite-users@sqlite.org
DN> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

My guess is this "fix" is just covering up a coding problem. I used
MSVC6 for years with 02 level optimization and never had an optimizer
problem what wasn't something I caused by assuming initializer values
or something else like that. "Whole Program" optimization though never
worked for me.

You can compile and link the optimized version with debug information
and step through it to see what's going on.

-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to