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

    VC6 MFC Library and ISAPI



    Hi,


    I updated to VC6 on my PC and want to recompile some ISAPI Extensions with it. On my own machine everything works fine, but when I release them on the internet-server i get an error message: Internet Server Error 500


    My ISAPI has the option, that mfc will be used in a shared file. After I changed it to statically link it this problem was solved.


    So my question what can I do, that I can switch back to "using in a shared file", because i have 20 isapi files and each growth up by 120kb if i link it statically.


    Thanx in advance

  2. #2
    Join Date
    Apr 1999
    Location
    Toronto, ON
    Posts
    713

    Re: VC6 MFC Library and ISAPI



    You can install mfc42.dll, mfc... version 6.0 on your server

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