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

    VBAJET.dll and VBAJET32.dll ( Error 3447 )

    Hello all,

    An application of my is using DAO 3.5. It has been running for a few
    months now.

    Recently I am getting the Error 3447 as follows:


    The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit
    versions) failed to initialize when called. Try reinstalling the application
    that returned the error. (Error 3447)


    I don't understand why this is occurring now and the reason for it. My
    application is not calling
    any functions in these dlls.


    Any help will be appreciated.

    Thank you.

    David



  2. #2
    Guest

    Re: VBAJET.dll and VBAJET32.dll ( Error 3447 )

    I have the exact same problem. In debug mode, I found that it occurs when createing a new database object: ie:

    CDaoDatabase *pDatabase;
    pDatabase = new CDaoDatabase;

    As far as I can tell, I made no changes to the program other than checking in all modified files to CS_RCS and then rebuilding the program. The program works fine on other computers.

    I sure would appreciate any help.
    Dave Peteersen
    [email protected]




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