MSDN an Visual C++

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I integrate the new version of MSDN libraries with Visual C++ 6.
In the new version when I try to access the library with visal C++, it tells me there are no collections installed on my computer.
For example, when I press the F1 key on a function in my source code, I want to redirected automaticaly to the good page in the library.
 
I think that it's not possible. AFAIK, the new MSDNs only work with the
new(er) VCs.

Filip

Mathieu DEGROUX said:
How can I integrate the new version of MSDN libraries with Visual C++ 6.
In the new version when I try to access the library with visal C++, it
tells me there are no collections installed on my computer.
For example, when I press the F1 key on a function in my source code, I
want to redirected automaticaly to the good page in the library.
 
Mathieu said:
How can I integrate the new version of MSDN libraries with Visual C++
6.

You can't. The October 2001 version of MSDN is the last one that's
compatible with the VS6 IDE.

-cd
 
Back
Top