Hi, Is it possible to download ATL 7.0 to use it under VC++ 6.0? WTL 7.0 is available but not ATL 7.0. Thanks, Francisco
Francisco Moraes
Posts
-
ATL 7.0 download? -
VC6 IDE (Cannot create method)One thing that I found is that all files need to be in the project (header and code) or strange things may happen. I had problems where I my header files were not added to the project, so my classes would not show up in the class view. Francisco
-
Class ViewI found the problem: the header files were not directly added to the project, so Class View was not displaying them. Adding them to the project fixed the problem. Francisco
-
Class ViewMy project is not using MFC, so I don't have a CLW file. Francisco
-
Class ViewHi, I am having a problem with the Class View in MS VC++ 6.0 (SP 5). It does not display my classes/structures that were defined in a header file (.h). Classes locally defined in a file show up correctly. I tried deleting the NCB file but it didn't solve my problem. Is there a solution to this problem? Thanks, Francisco