Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
page-flipping in managed C++07 Nov 2005 19:47 GMT3
> 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 Error07 Nov 2005 18:55 GMT4
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 GMT2
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++ prject07 Nov 2005 13:30 GMT1
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 question07 Nov 2005 13:18 GMT2
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 situation07 Nov 2005 08:17 GMT6
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 API07 Nov 2005 03:02 GMT4
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 GMT2
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 v05 Nov 2005 04:08 GMT6
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.004 Nov 2005 22:21 GMT9
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.004 Nov 2005 19:36 GMT3
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 structure04 Nov 2005 18:54 GMT2
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 GMT1
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 issues04 Nov 2005 17:17 GMT3
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 GMT5
Hi people,
I'm testing
Microsoft Visual Studio 2005
Version 8.0.50727.42  (RTM.050727-4200)
Pages: 1 2 3 4 5 6 7 8 9 10 11 October, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.