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
    Israel
    Posts
    14

    Static include of afx dll

    When I try to use the afx library as static and not as a dll the Hebrew MFC Bidiex.dll doesn't work.

    Any ideas why?

    Sharon


  2. #2
    Join Date
    Jul 1999
    Location
    Germany, Dresden
    Posts
    71

    Re: Static include of afx dll

    What's meant doesn't work?

    May be you must call a initialisation routine, which is automaticly during the initialisation of the DLL (DllMain).


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