Top "Visual-studio-6" questions

Visual Studio 6.0 is a Microsoft IDE released in 1998

Visual Studio 6 Windows Common Controls 6.0 (sp6) Windows 7, 64 bit

I was asked to help work on a legacy vb6 application for someone, so I decided to toss Visual Studio 6 …

visual-studio vb6 visual-studio-6 microsoft-common-controls
VB6 Connecting to a Database

Alright, what i want to do sounds simple. I would like to load a form and on form load call …

vb6 connection-string visual-studio-6
Linker: cannot open file 'nafxcwd.lib'

I have problem with compiling my project via visual studio 2013. I got this linker error: LINK : fatal error LNK1104: cannot …

c++ mfc linker visual-studio-2013 visual-studio-6
Does Windows 8.1 support installation of Visual Studio 6.0 (Visual Basic 6)?

I have an old project developed in Visual Basic 6, in which I need to do an enhancement. I need to …

vb6 windows-8.1 visual-studio-6
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794)

I tried to compile a project with Visual Studio 6 SP6 and got the following: usbcore.h(18) : fatal error C1001: INTERNAL …

c++ include visual-studio-6 internal-compiler-error
how to avoid "already defined error" in C++

I am gettings these type of errors in a MFC VS6 project while linking the application: msvcrt.lib(MSVCRT.dll) : …

c++ linker visual-studio-6
C++ No main() function?

I'm a graduate programmer and when it comes to C++ I expect there to be a main() function everytime. However …

c++ visual-c++ visual-studio-6