ASP Components
COM
2
Posts
2
Posters
5
Views
1
Watching
-
Hi... While developing ASP Components in VC, is there any restriction to use MFC in it? Should we use MFC or not? If answer is "Yes" then explain it and if answer is "No" then explain it also :-) Thanks!
Hi, There are no any restrictions... but ASP components do not have any GUI, so there is no any reason to use MFC. If you need a good string class use WTL instead. So my answer is NO. Because you don't need MFC and it will affect the size and performance of the component comparing to ATL & WTL. Regards, Alex Gorev, Dundas Software.