CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    4

    afxdao.h... HELP!!

    Hi
    I posted this earlier but got no response...
    Whenever I include afxdao.h in my StdAfx.h file, my project compiles just fine but when I try to run it I get an error message saying "Could not execute: Bad program format (Win32 error 11)" or "(Win32 error 31)"...

    Could anyone please help me solve this...


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: afxdao.h... HELP!!

    Hi.

    Did you add afxdao.h by hand? If you do this, it may be something wrong.
    Try to do by application wizard, and you may find the other library file locating before afxdao.h.
    That is, try to make Dao database applicaiton by application wizard, and compare your header file with one from application wizard.

    HTH.
    -Masaaki Onishi-




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