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
try-catch won't catch in the Release mode15 Nov 2005 06:36 GMT4
In a default MFC - dialog based application (VC6.0 or VC7.1), the following
try-catch code does not be catched in Release mode, but it is OK for Debug
mode. Any compiler/link option is required to turn on or turn off?
try
sockets async?15 Nov 2005 03:51 GMT4
hi, this should b a simple question...does the socket class use async? like
in vb u have to tell it to use async, but in c++ i cant find either, its just
"listen" or "connect"...is it async or sync?
Conversion from 2003 to 2005 just too hard15 Nov 2005 00:13 GMT11
I've been trying all morning to convert my 2003 project (managed) to 2005
(/clr since I have both managed and unmanaged code). I'm guessing I have
tens of thousands of lines of code to change. Did a lot of converting '__gc'
to 'ref', converting '*' to '^', converting 'new' to ...
__boxing helena - i mean parity...14 Nov 2005 23:20 GMT2
OK, I'm mixing old style with new style, so sue me...  : )
Will under old syntax, I'm able to create a SerialPort instance. But, when I
try to convert the Parity proerty to a String*, I get the following compiler
error:
Casting from non-const to const (C2440)14 Nov 2005 19:49 GMT1
Why am I getting the following C2440 error?
public __gc
class X
{
probing for CLR14 Nov 2005 19:42 GMT5
How can I test in a culture- and operating system independent way if the
.NET Framework is installed (and in a certain version) on the target
machine using vc++ 6 ?
SerialPort class code example14 Nov 2005 18:38 GMT2
On this MSDN2 webpage describing the Framework 2.0 SerialPort class:
http://msdn2.microsoft.com/en-us/library/30swa673(en-US,VS.80).aspx
there is the following text under 'Example':
"The following code example demonstrates the use of the SerialPort class to
BUG: An exception does not propagate correctly to the calling function in a Windows Forms applicatio14 Nov 2005 17:41 GMT2
This thread is a continuation of a thread with the Subject "Unhandled
exception - Different under debugger and non-debugger".
(http://www.dotnetnewsgroups.com/newsgroupthread.asp?ID=186902)
Oleg and Carl:
Could not find type 'bool'14 Nov 2005 15:33 GMT1
the visual editor component refuses to work and I get his brain dead
warning when I try to use it
I compile and run clean, but the visual dialog editor is broken.
anyone have a clue how to slap this up-side the head, as it were?
Unhandled exception - Different under debugger and non-debugger14 Nov 2005 11:57 GMT9
I'm getting different behavior if my code is running under the
debugger or not.
I have modified Winmain to look like this:
// Copyright (C) 2002 Microsoft Corporation
unions and /clr14 Nov 2005 02:17 GMT2
I believe this is not allowed:
union comboVar
{
   int         i;
Managed C++ will not be supported in the future...14 Nov 2005 00:18 GMT12
At the following link:
http://msdn2.microsoft.com/en-us/library/b23b94s7
there is the following quote near the top of the page (pay special attention
to the last sentance):
pure virtual functions and /clr13 Nov 2005 15:39 GMT2
I'm trying to create an abstract base class with a pure virtual method
(using /clr and VS C++.NET 2005 Express). This will do the trick:
ref class baseClass
{
Deployment problem with mixed mode dll12 Nov 2005 22:03 GMT1
I have a problem with a mixed mode application. It consists of an
unmanaged C++ dll, a "mixed mode" dll and various VB.NET dlls using the
mixed mode dll to talk to the unmanaged dll.
When running on a development machine, everything works just fine. But
C++ Interop Memory12 Nov 2005 20:56 GMT1
1. Is   Marshal::AllocHGlobal(IntPtr)  always pinned memory?
2. Is   Marshal::AllocHGlobal(int)   moveable or pinned memory?
MSDN doesn't really explain that little difference ...
Thanks, Urs
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.