| Thread | Last Post | Replies |
|
| compiler and linker directives in Visual C++ 2005 | 05 Feb 2007 21:54 GMT | 3 |
Good afternoon Is there a way to tell the compiler and linker where to look for my header files and libraries directly on the code? (I'm not talking about changing
|
| 64-bit puzzle | 05 Feb 2007 20:21 GMT | 1 |
The computer industry is changing, and 64-bit technology is the next, inevitable step. Look at sample. int main(int, const char **) {
|
| VS2005 and isolated apps. | 05 Feb 2007 18:09 GMT | 2 |
We're building an application consisting of an exe and several dlls with VS2005 that needs to be xcopy installed. VS2005 automatically embeds a manifest binding the app and dlls to the assembly 'Microsoft.VC80.CRT' version 8.0.50608.0. Through a policy in
|
| Reference and #include | 05 Feb 2007 15:57 GMT | 1 |
hi.. Group, what's the difference between adding a referencing to a project and adding a #include in the code. I am using the managed C++. thanks.
|
| VC++ 6.0 project to C# or C++/CLI | 05 Feb 2007 06:42 GMT | 5 |
I have a project that was created created in C++ using VC++ 6.0. My current goal is to create .NET based components from the modules of that project. These components may be consumed by older versions (before .NET) of Visual Basic and C++ programs. I have a couple of
|
| MFC-Storing View as Bitmap File | 05 Feb 2007 05:29 GMT | 1 |
I am Developing a MFC SDI application,where I want to store the CHtmlView Contents as Bitmap Image file.I have made CHtmlView as a Child of CView.I want to create this bitmap file when an button on the popup dialog is clicked.I want entire content of CHtmlView even though
|
| extern template + /Za | 03 Feb 2007 10:34 GMT | 4 |
Is there a way to enable *just* the extern template processing when compiling with /Za? Thanks!
|
| error LNK2005: "class std::basic_istream | 02 Feb 2007 13:06 GMT | 4 |
I have a C++ application that calls a function in another static library which accepts a std::string parameter. However, my VS 2005 compiler shows the following error: msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class
|
| application run without CD | 02 Feb 2007 09:45 GMT | 1 |
I have an application - which is essentially going to be a autorun menu - but could also involve disc-swapping. So for this autorun menu - i need the application to either run fully from memory or something similar - but not need the CDs (since they
|
| system() call in win32 c++ app | 01 Feb 2007 18:18 GMT | 1 |
When using the function system() in a win32 c++ application, i notice a seperate shell window opens and closes quickly when the app is run and this system() call is encountered. Is there a way to suppress or prevent this seperate shell window from opening or being seen ?
|
| VC 64-bit compiler BUG | 01 Feb 2007 15:17 GMT | 1 |
Probably there is bug in VC 64-bit compiler (in all versions) Compile and run the following code with speed optimization (-O2): #include <stdio.h> typedef int (*fp)(const unsigned char *buf, unsigned int pos, unsigned int
|
| C++ debug/release builds and project references | 01 Feb 2007 10:16 GMT | 2 |
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++ project. I then add a class library, and add a reference to this project in the
|