| Thread | Last Post | Replies |
|
| Preprocessor question related to C2121 - '#' : invalid character : possibly the result of a macro expansion | 13 May 2005 02:01 GMT | 2 |
Is there a way to run the preprocessor twice? Rephrasing that, is there a way to: #define SOMETHING #pragma OTHERTHING and have the preprocessor in somecode.cpp evaluate:
|
| Optimization options | 12 May 2005 19:32 GMT | 1 |
Does arch:SSE2 make use of prefetch instructions included in multimedia extensions? What compiler switches generate prefetch instructions? Thanks
|
| Conversion of 6.0 project to VS 2003 | 12 May 2005 14:51 GMT | 3 |
We have just started converting a large project from VisualStudio 6.0 to VisualStudio 2003. Of course, we're encountering some problems. The first of which involves some CString() constructors not taking arguments that were valid in the 6.0 builds. As a test, a created a simple ...
|
| Porting codewarrior project to Visual C++ | 12 May 2005 14:40 GMT | 1 |
I work with a person who use codewarrior. We want to port his work under Visual C++ but we don't how to do.
|
| polymorphism at the assembly load time | 12 May 2005 08:07 GMT | 2 |
Dear All, Dear Tomas (My feeling is that you could like this for me very complicated question). I want at the run time resolve one of the added reference assemblies, but the approach fails. fuslogvw shows, that
|
| Serial Port | 11 May 2005 17:42 GMT | 3 |
i need to know how i can interface to RS232 with VC++.NET (MFC). In the old VC++ 6.0 there is the MSCOMM32 component, i read i can use it but there are some license problems. Is there some low level interface can i use?? Thank in advance.
|
| OpenGL | 11 May 2005 15:36 GMT | 1 |
hi, i realli need help in this, pls.... i have attached the program. ca someone pls help me and if possible, email me back the correcte program pls (tbs_9@yahoo.com)
|
| VC++ and WinXP Controls style | 11 May 2005 08:03 GMT | 1 |
My app was built with VC++ and run on WinXP, I found the controls style of my app is different from controls in those apps coming with WinXP, like button, check box, listctrl, etc, those controls coming with WinXP will change color/seem highlight when mouse was on while those in ...
|
| Assign a Unique ID to a Win Forms Control | 11 May 2005 03:17 GMT | 4 |
How do I assign a unique Id (like WM_USER+nnn) to a control?
|
| NullReferenceException in MC++ | 10 May 2005 23:29 GMT | 1 |
I am new to C++ & MC++. I am trying to write a wrapper class for exsiting code which uses libraries(Adobe Framemaker) to open documents. These libraries are written in C++. The code is :-
|
| Name mangling causes link errors ... how disable mangling? | 10 May 2005 21:16 GMT | 1 |
I need to use a library supplied by someone else: libjpeg.lib. This is a plain C library. I do not have the source code. I do have the header *.h files. When I run dumpbin on the libjpeg.lib, it contains symbols (entry points) like:
|
| Intellisense in MC++ | 10 May 2005 19:08 GMT | 3 |
I am using Microsoft Visual C++ .NET in Visual Studio 2003. Why there is no intellisense in MC++? Any workarounds?
|
| Icon transparency colour | 10 May 2005 18:59 GMT | 1 |
How can we define an Icon/Image colour as the transparency colour in VS 2003, either in the form designer or the icon editor?
|
| Visual C++ Beta 2 | 10 May 2005 14:06 GMT | 5 |
When I compile the following code with the C++ compiler version 14.00.50215.44 (Microsoft Visual Studio 2005 beta 2) using the command line 'cl -W4 -clr:oldSyntax test.cpp' at run time I get a Null Reference Exception due to the dynamic_cast. With the C++ compiler version 13.10 ...
|
| Async socket | 10 May 2005 13:51 GMT | 1 |
Where can I find samples and/or technical articles about Asyncronous Socket? The c++ class is CASYNCSOCKET. My purpose is to develop an app that is able to send in async mode part of file to winsock port listening client /s .
|