While using winelib, I got an error, looking for mfc.dll The problem is that, I cannot find this dll. I understand that winelib barely supports mfc applications, however, I thought that this would be supported considering it works in wine. Any tidbit of help wouldbe great- thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040504/26ce2b80/attachment.html
>While using winelib, I got an error, looking for mfc.dll The problem is that, I cannot find this dll. I understand that winelib barely supports mfc applications, however, I thought that this would be supported considering it works in wine. Any tidbit of help wouldbe great- thanks.As MFC.dll is not part of any Windows a normal application should deliver/ install it itself. So if this is a program with setup please run the setup in wine. If you try to build the program yourself (as it's winelib) you need to copy the MFC.dll yourself from any Windows to your wine/fake_windows. If you don't have it you can get it from the internet (don't know the adresses now). bye Fabi