| Thread | Last Post | Replies |
|
| page-flipping in managed C++ | 07 Nov 2005 19:47 GMT | 3 |
> The flicker is because you background is painted first to clear the > background and then your graphics shapes. > Flicker could be avoided by using a memory device context. where you draw > the complete image in a memory buffer and then swap it to the dialogbox |
| C1190 Error | 07 Nov 2005 18:55 GMT | 4 |
Can someone please tell me why I'm getting this error, I'm using the beta 2 for 2005 C++. This also happens with VC++ version 2002. Please help me. Here is my code. #include "stdafx.h"
|
| Problems with types. Why changes to __gc*????????? | 07 Nov 2005 14:43 GMT | 2 |
Hello, I am new in programming smart cards and I got an error in compiling that I cannnot manage to get rid of. There is a function in the PCSC that is called "ScardEstablishContext" I am calling this function as SCARDCONTEXT hSC; //SCARDCONTEXT=unsigned long
|
| VB.net dll to C++ prject | 07 Nov 2005 13:30 GMT | 1 |
Hi, i have a VB.net class project i compiled into a DLL and im wondering how i can impliment this into a C++ program. I dont want to convert the code from VB.net to VC++. I know i have to make it a COM object, but how do i do that? ive been trying to figure it out and i cant so ...
|
| newbie question | 07 Nov 2005 13:18 GMT | 2 |
What's up with the pre-compiled headers in c++? I have used c++ many years ago but mostly on unix. I have recently been using c# in VS.Net 2003 (which i like a lot). Now I'm trying to C++ in VS.Net 2005 and can't get the hello world program to compile.
|
| Weird refresh/paint situation | 07 Nov 2005 08:17 GMT | 6 |
I'm drawing graphics using the Graphics object one can grab in a Form's Paint event. But I'm getting a weird thing happening... These graphic shapes flicker (even if unchanged). UNLESS- I created a timer and had the timer update a Label on the form with timer interval set to 10.
|
| .NET API | 07 Nov 2005 03:02 GMT | 4 |
Does it exist some good API documentation over all .NET classes in a similar way like the Java API. I found it difficult to find in the documentation over the .NET classes. Where exist the best documentation at the current time?
|
| VC++ 2003 or VC++2005.Net for Native Code Support? | 06 Nov 2005 21:41 GMT | 2 |
I've been porting a project to .Net that has several segments of code that I would like to keep as native code in wrappers. I've been using VS2003 and VC++ to create mixed dlls that I then can used from C#. I see that the new 2005 version has a new and significantly different ...
|
| How can I conditionally compile C++ code based on an environment v | 05 Nov 2005 04:08 GMT | 6 |
I had two Visual Studio .NET C++ solutions that I combined into one. These project solutions were very similar. In fact, the two solutions were sharing many files. Now that they are one solution, I #ifdef'd pre-processor variables
|
| Migrating codes to VC++ . NET 2005 from VC++ 6.0 | 04 Nov 2005 22:21 GMT | 9 |
I wonder if the transistion from the project written in VC++ 6.0 to VC++ .NET requires a lot of code changes (if any) if I compile the project in native code (or unmanaged code) without using the CLR in VC++ .NET. Thanks for your feedback.
|
| Linker Errors Porting from .NET 1.1 to 2.0 | 04 Nov 2005 19:36 GMT | 3 |
I got a Wrapper Dll around a native C++ static library. In .NET 1.1 this worked fine. When moving to .NET 2.0 I get a couple of unresolved externals / linker errors: Error 16 error LNK2028: unresolved token (0A000007) "extern "C" void
|
| marshaling the System::Guid structure | 04 Nov 2005 18:54 GMT | 2 |
I've been wrapping an unmanaged class, and everything has gone well. That is...until now. I've hit a wall while trying to marshal the System::Guid type down into the unmanaged GUID structure that the unmanaged class asks for. For some
|
| ON_MESSAGE reflected? | 04 Nov 2005 18:33 GMT | 1 |
Hello, I have a control that sends ON_MESSAGE to owner window, also, I have a derived class from this control and I want to catch ON_MESSAGE in my derived class and not in the owner window; how can I do this? Is there a 'ON_MESSAGE_REFLECT'?
|
| template codegeneration issues | 04 Nov 2005 17:17 GMT | 3 |
I just seeking advice. Some background information first because I've run into issues that seems pretty obscure to me:( Quick search through KB yields next to nothing. Simplified samples work OK as well, the problems
|
| [bug] typedefed base class not visible [VC8 RTM.050727-4200] | 03 Nov 2005 23:37 GMT | 5 |
Hi people, I'm testing Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200)
|