Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
10answers
1k views

Recommended migration strategy for C++ project in Visual Studio 6

For a large application written in C++ using Visual Studio 6, what is the best way to move into the modern era? I'd like to take an incremental approach where we slowly move portions of the code ...
4
votes
3answers
2k views

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) : error LNK2005: _atoi already defined in LIBC.lib(atox.obj) I know what it means (a ...
2
votes
2answers
952 views

Build Visual Studio 6 project with Visual Studio 2010

I am trying to build a project created in VS 6 with VS 2010. When I open .dsw file, VS converts the project asking me this message: "... ProjectName.dsp must be converted to the current Visual C++ ...
2
votes
1answer
428 views

Define a struct in a midl generated header file

I am in the process of automating the build of a legacy product and have hit a wall... I have a .idl file that is compiled in VC++ 6.0 using midl to generate a .tlb, .h and .c file that has a manual ...
2
votes
3answers
774 views

std::auto_ptr Compile Issue in Visual Studio 6.0

Update: Edited code example to use AutoA for the workaround (which was the original intention). Realized this after seeing rlbond's answer. I am trying to incorporate the usage of auto_ptr in my ...
1
vote
1answer
52 views

Backward compatibility for IDL/ODL

Can anyone tell where I can read on the IDL defined by Microsoft. I need to know about changing the IDL file by adding new members to interfaces. I have some confusion about maintaining the backward ...
1
vote
2answers
1k views

Visual Studio 2010 IDE with Visual C++ 6.0 compiler?

How can I do that ? Can I work in VS2010 IDE but have it compile with the VS C++ 6.0 compiler? And can I work in VS2010 IDE and have it compile by using the the VS2008 compiler ?
1
vote
1answer
49 views

What are the default return values for operator< and operator[] in C++ (Visual Studio 6)?

I've inherited a large Visual Studio 6 C++ project that needs to be translated for VS2005. Some of the classes defined operator< and operator[], but don't specify return types in the declarations. ...
1
vote
1answer
1k views

How do I write the following inline assembly code in Visual C++ 6.0?

I am writing an application in C in GCC (for Linux/Ubuntu) that uses the following inline assembly. float a[4] = { 10, 20, 30, 40 }; float b[4] = { 0.1, 0.1, 0.1, 0.1 }; asm volatile("movups (%0), ...
1
vote
1answer
167 views

Visual Modeler in VS 6

Till date I have used only VB6 Professional for developing apps. But recently I have joined a company which owns VS 6 Enterprise (or some such version) I was just exploring what is available in VS 6 ...
1
vote
1answer
2k views

Visual Studio 6 VC++ Project version - how do I increment it?

I am making changes to an old program written in VC++6. the project resources include a 'version' set which include the following: Block Header Comments Company Name File Version Product Version Both ...
0
votes
1answer
58 views

Is it possible to resize fixed dialog boxes that are part of Visual Studio?

In Visual Studio 6 the project settings dialog box is not resizable. Is there a reason for it to be so? I know this is a long shot, but any trick to "fix" this problem?
0
votes
2answers
205 views

Is it safe to typecast unsigned short to wchar_t and vise versa?

Hello I am migrating project from Visual studio 6.0 to Visual Studio 2005. The problem i am facing is ths ... in VS 6.0 wchar_t was simply typecast of unsigned short but in VS2005 wchar_t is built in ...
0
votes
1answer
256 views

Visual Studio 6 SVN plugin

We currently use AnkhSvn with Visual Studio 2008 but have one solution that is still coded in Visual Studio 6. Are there any SVN plugins that operate with such an old IDE? Looking to move away ...
0
votes
1answer
430 views

Add syntax coloring for new filetype in Visual Studio 6?

Is it possible to change the syntax coloring for a new file type (let's call it .XYZ files) in Visual Studio (VC++) 6, and if so, how? I see where you can edit the color for comments, numbers, ...
0
votes
3answers
1k views

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 ...
0
votes
2answers
950 views

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 ...
-4
votes
1answer
121 views

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 ...