If you are talking about the visual studio service pack, you can open visual basic and select Help>About. It shows the service pack version but if u have only visual c++ installed, I have no idea Regards Pradeep Between the great things we cannot do and the small things we will not do, the danger is that we shall do nothing
david_gilmour
Posts
-
how to know Service pack of MSVC6.0 -
Please help immediately!!Try to move CDialog::OnInitDialog to the first line of your CWebDialog::OnInitDialog function Between the great things we cannot do and the small things we will not do, the danger is that we shall do nothing
-
Help me...Hi! You have dependency walker in the visual studio tools programs> Microsoft Visual Studio > Microsoft Visual Studio Tools > Depends Run this, Select File > Open and select your application exe, it will give you a list of dlls your application needs for running. ship all those dlls Between the great things we cannot do and the small things we will not do, the danger is that we shall do nothing
-
MDI VC++, How to pass parameters to view?It would be easier to store it in document. In your view's OnDraw just call GetDocument() to get the document and then the parameter and simply write your drawing code depending on the parameter
-
Current UserHi! Check this link if you want the current user info http://support.microsoft.com/kb/111544/EN-US/
-
MFC Application Installation ProblemHi! Thanks for the reply. I tried to login as a non-administrator and debug the application source code to see where it is crashing. The application object gets created but the control never reaches InitInstance. It crashes midway showing error in Kernel32.dll Any ideas? Thanks Pradeep.