| Thread | Last Post | Replies |
|
| c++ in VS2003 vs VS2005 | 09 Jan 2007 15:36 GMT | 4 |
We purchased VS2003 Standard Edition a couple of months ago for an inherited project and just realized that optimizations (eg inline functions) are not available in the standard edition. We've spent the last couple of months converting old VC6 code to allow it to compile under ...
|
| "Correct syntax" Pop-up from visual studio .net 2003 (language c++) for "devenv" | 09 Jan 2007 15:32 GMT | 4 |
I've written a parallel build program (in Perl) that takes a pre-computed dependency tree of many projects in 2 visual studio .net 2003 solution (.sln) files here at my company, and builds projects at a same level of dependency parallelly.
|
| Application running from File Memory Map | 09 Jan 2007 15:27 GMT | 1 |
hello, first post, thanks for reading... Say I create an MFC Dialog program. I then click on an "OnCreateButtons" button to create a long list of MFC buttons/objects, which would then be created--but takes some time. Now this is what I
|
| Skip stl code when debugging | 09 Jan 2007 08:53 GMT | 4 |
Is there a way to prevent the debugger from stepping into the stl code when I am debugging my code? Thanks Torben
|
| VC++ 2003 and Windows98 | 08 Jan 2007 21:52 GMT | 7 |
I have a project originaly created in VC++ 6.0 then migrated to VC++ 2003. Unfortunatelly after compiling in the 2003 version it does not work in Windows 98. I am using only MFC, so .NET Framework shoudn't be necessary.
|
| two questions | 08 Jan 2007 21:19 GMT | 6 |
1) Is there any free software that can pretty up my C code. 2) I remember years ago something different happens if the extension on the
|
| VS.NET 2005 - always steps into disassembly | 08 Jan 2007 17:44 GMT | 1 |
I'm using VS.NET 2005SP1 (C++ Express, though I've also seen this on 2005 Standard SP1). One bit of behavior that's been bugging me a lot, and seems to have gotten worse with SP1, is that if it ever once goes to disassembly view, it will ALWAYS change to disassembly view when I
|
| Preprocessor directive for program files folder | 08 Jan 2007 15:07 GMT | 6 |
I'm compiling a dll that imports msado15.dll. When I'm using Windows in English, the msado15.dll is located at <drive>:\Program Files\Common Files\System\ADO\msado15.dll". When using Windows in Portuguese, the msado15.dll is located at <drive>:\Arquivos
|
| vc++ 2005 unhandled exception error: settings | 08 Jan 2007 09:13 GMT | 1 |
I was able to solve the problem in vc++5 by changing the vc++ settings. ButI can't find the same options in vc++ 2005. I have a lot of big arrays! "Unhandled exception at 0x0040c247 in jan7.exe: 0xC0000005: Access
|
| convert a prorams from ASCII to UNICODE | 07 Jan 2007 14:25 GMT | 8 |
I have a c program that uses the "A" version of API files. Since it runs on XP I'd guess it would be better if it used the "W" versions. Why is it using the "A" version. I looked in properties and can't find where
|
| gcnew does not generate an object instance? | 07 Jan 2007 02:12 GMT | 3 |
I am writing a small low level embedded USB application using C++/CLI windows Forms. I am sort of new to the C++/CLI and having trouble understanding what happens in this very simple line of code:
|
| Opinions on future development | 06 Jan 2007 19:42 GMT | 1 |
We have a rather large application, perhaps a million lines of code doing everything from database access to gui to painting items on the screen, all built in VC++/MFC. There are some heavy performance requirements for the application thus it's development in C++.
|
| VC++ 6 ResourceView Tab not visible | 05 Jan 2007 17:55 GMT | 2 |
I'm trying to add a version resource to an existing VC++ 6 program, but am having trouble because the ResourceView Tab is not showing up. I do get the ClassView and FileView tabs. Is there a way to force the ResourceView tab to show up, or to access it from another menu?
|
| CObject Private method access error | 05 Jan 2007 14:06 GMT | 3 |
I am trying to recompile application that has been developed in VC++ 6.0 with VC++2005.. While compiling, I'm getting the following error.. error C2248: 'CObject::CObject' : cannot access private member declared
|
| int main(int argc, char* argv[]) & int main(int argc, char** argv) | 05 Jan 2007 07:06 GMT | 2 |
I have a question. I created a simple executable program using Visual C++ from Visual Studio 6.0 This program is called from a script that passes in one argument. Now, my question is:
|