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++ / April 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
winMM mscoree combo problems27 Apr 2006 04:38 GMT2
Hello friends, I'm in charge of some pure VC++ code but we're adding new
features using managed C++ (7.1).  On two of three developer machines the
execution of this code has become impossible recently -- we don't know what
changed.  Depending on my lib files list order I get ...
How to use SaveFileDialog?26 Apr 2006 16:58 GMT1
Hi, I have recently installed Visual Studio 2005 and although I'm starting to
understand the 64 bit differences, I seem to have run into another problem.
I would like to implement a simple "Save As.." dialog box, which back in the
day I remember was extremely simple, but now I ...
DLL Help26 Apr 2006 14:01 GMT2
I need to know if there is a there is a way to find out which exe or dll
called a certain dll.
I need to find out the exe's name (xyz.exe).
any links would be helpful.
Random crashes in mscorwks.dll...26 Apr 2006 11:37 GMT8
I really am banging my head with this one...
I have a regular unmanaged C++ application that is using mixed DLLs to
(amongst other things) call a C# back-end (which is using ADO .NET). I am
getting random crashes, typically after 15-60 minutes of inactivity. The
Interface stuff does not compile26 Apr 2006 09:16 GMT6
I have this clases:
interface class i1
{
void m(void);
casting in generic26 Apr 2006 08:48 GMT2
I have needed to cast a pointer with different types for get a value.
I have try  to use generic, but there are cast exception.
For example the following method:
generic<typename T> void XClass::GetValue(T gValue)
C++/CLI reference26 Apr 2006 05:56 GMT1
Why is there no C++/CLI reference in the VC++ docs for VS2005 ?
Screen font size - user set ?26 Apr 2006 03:24 GMT4
I have an application that does not behave too well when the user
changes the
   Display Properties -> Appearance -> FontSize
after clicking Display from the Control Panel
Implementing assign operator ( = )25 Apr 2006 23:04 GMT7
Since implement the assign operator for reference types eliminates the
ability to assign a reference object to a reference variable of the same
type or base class of that type, I assume that implementing the assign
operator ( = ), to assign the value of a type from one object to ...
Help with Threads, and Callback from Unmanaged to Managed25 Apr 2006 15:01 GMT2
I have processing code (I'll call it the "model") written in native
unmanaged pure C++, and I have put a GUI on top of it written using
Windows Forms (.NET 1.1).  The GUI is used to set the parameters for the
model, and once all parameters are set and checked to be valid, I run
C++/CLI comparing two clr poiinters for equality25 Apr 2006 11:03 GMT6
Now that operator overloading allows to ref classes to be compared for
equality using == syntax, how does one compare the actual ref pointers (
^ ) for equality instead ?
As an example:
function does not take number parameters in namespace25 Apr 2006 08:07 GMT2
    i create several new class in the my namespace, these class have the
same name of functions that are be referenced each other. the vc 2005
complier spawns the c2660 error.
source code:
Command line error D2022 : cannot open ''24 Apr 2006 16:29 GMT3
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for
80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl : Command line error D2022 : cannot open ''
VS2005 major development bug24 Apr 2006 12:27 GMT14
After spending more than a day reducing a complicated compiler bug to a
simple case I reported it to the MSDN Product Feedback Center as a bug
just now. However this bug is completely stymying my development of a
VC++ component. Does Microsoft still offer any free bug reporting ...
Pointers and reference question24 Apr 2006 10:45 GMT2
check the following code:
++++
class nodeinfo{};
nodeinfo * v1_proc1 ()
Pages: 1 2 3 4 5 6 7 8 9 March, 2006
 
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.