Tagged Questions
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. ...
0
votes
2answers
225 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
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 ...