CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Strange Behavior in VC6.0

    Hi All,

    Env. NT4.0, SP3, VC6.0.

    I have a DLL ( Ext DLL. ) which does all the ODBC work.
    I use the classes exported from this DLL in my GUI.

    With VC5.0 it works fine.
    But now I compiled the DLL using VC6.0 and I get
    an exception in SQLServer32.dll. That too when I fetch the second
    record from the result set. For first record MoveNext works fine.

    Can someone help me finding the problem?

    Thanks in Advance.

    Regards
    Arunesh Mohan.



  2. #2
    Join Date
    May 1999
    Posts
    35

    Re: Strange Behavior in VC6.0

    Well to fix this problem you have to have SP4.0 for WinNT 4.0,SP 2.0 for VC6.0.
    It will defintly help you.
    Ksheeraj

    39639,Leslie St.
    Apt #157
    Fremont USA 94538

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured