Questions tagged [visual-studio-6]

Visual Studio 6.0 is a Microsoft IDE released in 1998

A Microsoft IDE released in 1998 for Visual Basic and C++ development predating .NET. There have been numerous successors to this family of products.

102 questions
0
votes
3 answers

Static library - visual studio 2005/6.0 compatibility

In the past we experienced some problems using a DLL library created with Visual Studio 2005 in our Visual Studio 6.0 application (VS2005 DLL was C++ unmanaged, of course). In your opinion can we fall in the same kind of problem if the library is…
Pierpaolo
  • 143
  • 2
  • 7
0
votes
1 answer

Select from two overloaded methods

There is a class with two similar constructors... class CX { public: CX(HEADER header, __int64 i64Id); CX(HEADER header, const char* pszName); // other methods... }; I want to call the second…
V-X
  • 2,979
  • 18
  • 28
0
votes
1 answer

unable to resolve undeclared identifier error for CSIDL_COMMON_APPDATA

as per msdn, I am supposed to include "Shlobj.h" for CSIDL_COMMON_APPDATA to run, but I am still getting error C2065: 'CSIDL_COMMON_APPDATA' : undeclared identifier the line that causes the error is if…
vin
  • 869
  • 4
  • 17
  • 33
0
votes
2 answers

What library should be included to use TransparentBlt?

What library should be included to use TransparentBlt? This is VC98 (Visual Studio 6) linking to the Gdi32.lib. (Other GDI functions such as BitBlt link as expected), and the compilers compiles with out error or warning. Even though the Gdi32.lib is…
David L Morris
  • 1,461
  • 1
  • 12
  • 19
0
votes
1 answer

VisualStudio 6 to VS2010 migration: strange linker error

I have a DLL-project that compiles, links and works fine with Visual Studio 6. Now I have loaded it into Visual Studio 2010. During import of the old .dsp file VS2010 asked me for conversion to .vcxproj file. After that I try to compile the newly…
Elmi
  • 5,899
  • 15
  • 72
  • 143
0
votes
1 answer

VB6 Application Development using 64 bit OS

My company is looking forward to install 64 bit development PCs. A lot of current projects/applications are written in VB6 and there is no plan whatsoever to upgrade these to .NET. The current VB6 applications are written on a 32 bit architecture…
Jimmy Fishbean
  • 81
  • 1
  • 2
  • 7
0
votes
1 answer

Related to Visual Studio 6.0

I am working on microsoft visual studio 6.0 There are 2 dsp files namely, 1). A.dsp 2). B.dsp I set A.dsp as my ACTIVE PROJECT and chosen configuration as "Debug_mode2" [there r two debug modes available: Debug_mode1, Debug_mode2 under…
user1367292
  • 1,029
  • 2
  • 11
  • 13
-1
votes
2 answers

using map in C++ and providing wrapper functions to use that in C

In MSVC6 I need to use map in C++ and provide wrapper functions to use them in c only to add,delete and to get size. I want to do this without using any classes in C++. This will be used by threads, Each thread will have a structure handle which…
Yogeswaran K
  • 51
  • 2
  • 9
-1
votes
1 answer

Visual Studio 6 C++ running in Windows 8.1

MSDEV.exe (Visual Studio C++ 6.0) crash in windows 8.1. Renaming to MSDEV2.exe and work perfectly Reasons?
Buf3D
  • 77
  • 1
  • 7
-1
votes
1 answer

Error resurce compiling

I have problem. I add new dialog in old project, and I have some error: X:MEATFACTORYMaterialsMaterials.rc (22): error RC2135 : file not found: 0x19 X:MEATFACTORYMaterialsMaterials.rc (74): error RC2135 : file not found:…
-3
votes
1 answer

Add VLC Media Player to Visual Basic 6 in Ubuntu

I have VLC Player in Ubuntu and I install Visual Basic 6 using Wine. Now I want to add VLC Player or any media player to VB6 but I don't know how to do it. Could you please help me to solve these problem?
hasan
  • 17
  • 3
-4
votes
1 answer

How do I get Matlab R2007b to work with Visual Studio c++ 6.0?

How do I get Matlab R2007b to work with Visual Studio c++ 6.0 in (Win 7.0 64 bit OS) ? I get the following error: >> loadlibrary dog.dll dog.h Warning: Shared libraries are not supported on this platform. Functions that do not have a…
jdl
  • 6,151
  • 19
  • 83
  • 132
1 2 3 4 5 6
7