Tagged Questions
1
vote
0answers
69 views
C++ class compile error C2676 in VS2008 [closed]
Now I am struggling with CArrayEx class which is one of articles in codeproject
The problem is that the CArrayEx class isn't able to compile at all in VS2008 environment
I think CArrayEx class was ...
1
vote
1answer
338 views
Solution-Wide Defines in Visual Studio?
I've got a very large application built using Visual Studio 2008 which is designed to run on Windows XP. The code consists of one solution file which contains six separate projects. My job is to ...
0
votes
1answer
232 views
How to port assembly code for processor speed to Visual Studio 2008
I have the following code that needs to be ported to Visual Studio 2008. It computes how many cycles the processor completes in a microsecond in order to compute the processor speed:
typedef unsigned ...
1
vote
2answers
2k views
Porting time APIs from Linux to Visual Studio 2008
I have an application that I am porting to Microsoft Visual Studio 2008 that builds and runs fine on Linux.
I am having trouble with the time routines, my Linux code looks like this:
#include ...
4
votes
1answer
310 views
How can I create a single Visual Studio project that mixes C and C++ using CLR?
I am working on porting code that builds on GCC on Unix to windows using Visual Studio 2008. I would like to create a single executable that does not depend on any dll(s) of my own creation and only ...
1
vote
1answer
2k views
error C3861: 'strcasecmp': identifier not found in visual studio 2008?
im trying to port application from cygwin to visual studio 2008 express
but im getting this error :
error C3861: 'strcasecmp': identifier not found
in this type of code:
if ...
0
votes
1answer
7k views
glaux.lib in Visual Studio 2008
I'm porting some code from Visual Studio 2005 to Visual Studio 2008.
Can i use the glaux.lib found in Visual Studio 2005 found in \PlatformSDK\Lib folder in Visual Studio 2008 ?
I don't want to ...
8
votes
3answers
2k views
Things to keep in mind when migrating from VS2008 to VS2010
So, I'll be soon working on porting two APIs (C++ and C++/CLI) to use the VS2010 compiler. I think it'd be a good idea to have a head start on this. Any tips?
1
vote
8answers
1k views
Advantage of porting vc6 to vc2005/vc2008?
I was asking my team to port our vc6 application to vc2005, they are ready to allot sometime to do the same.Now they need to know what is the advantage of porting.
I don't thing they really ...
1
vote
1answer
515 views
Making VS 2008 play nice with eVC 4.0 projects
I would like to contribute to an open-source Windows Mobile project, but it's being developed in eVC 4.0, which flat-out does not work on Vista (feel free to correct me!), and I would prefer to avoid ...