Having problems with external programs.

Asked By 0 points N/A Posted on -
qa-featured

I have to debug the dll code that I just generated. I have this VS2008 program with a function that sets the Start External Program, but the thing is that I need to use the VS2010 version.

However, I can’t find the same function in this version.   

SHARE
Answered By 0 points N/A #105903

Having problems with external programs.

qa-featured

If that function you have used in Visual Studio 2008 is not already supported in Visual Studio 2010, we don’t have any solution for but to re program your codes. But if the DLL you have create in Visual Studio 2008 is still working and the only thing you can’t do is to run the function you have used before in Visual Studio 2008 with that current version of the Visual Studio, why not to use just the DLL as a reference in your Visual Studio 2010 codes.

If it is really you can’t recreate your DLL because of that function in VS2010, you may try to reconstruct and recompile the DLL in VS2008 if you need some revision in your codes. Maybe this is just a simple work-around for the moment until you can’t find the solution for your problem.

Related Questions