mfc libraries download site
-
Having brought a dynamically linked mfc app to a site which does not have any of the mfc libraries, I wonder if anyone knows of a site that you can download the mfc libraries from. I am looking specifically for mfc7oud.dll but it strikes me that this would be a useful service anyway and that if there are no licencing problems that maybe even the codeproject could offer a selection of these libraries for download?
-
Having brought a dynamically linked mfc app to a site which does not have any of the mfc libraries, I wonder if anyone knows of a site that you can download the mfc libraries from. I am looking specifically for mfc7oud.dll but it strikes me that this would be a useful service anyway and that if there are no licencing problems that maybe even the codeproject could offer a selection of these libraries for download?
That's the debug version of the mfc7ou.dll library. If you're distributing your app, you need to build the release version. I don't think you can legally distribute the debug version of the libraries, and you wouldn't want to anyway. You are allowed to distribute the release version that you got with Visual C++. Ryan Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)
Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact" -
That's the debug version of the mfc7ou.dll library. If you're distributing your app, you need to build the release version. I don't think you can legally distribute the debug version of the libraries, and you wouldn't want to anyway. You are allowed to distribute the release version that you got with Visual C++. Ryan Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)
Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"Thanks for the reply, the app is in testing at the moment hence the debug version. Dont suppose you could email me mfc7oud.dll to ssmith2@fsmail.net, it would be very useful. many thanks
-
Thanks for the reply, the app is in testing at the moment hence the debug version. Dont suppose you could email me mfc7oud.dll to ssmith2@fsmail.net, it would be very useful. many thanks
Nope, I only have VC++6, not 7, so I don't have that library. I would have come with your copy of VC++7, so you should have it. Ryan Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)
Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"