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++ / July 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
malloc in .net..21 Jul 2004 11:59 GMT7
hi is there malloc command for native arrays to enlarge size of the array
???
How to examine Thread location programatically21 Jul 2004 03:42 GMT1
I can fetch a pointer to my current thread as follows
Thread *pThread = Thread::CurrentThread;
How do I cast this to something that I can then use to display the object
address e.g. IntPtr(pThread) or something similar?
How to determine the current thread21 Jul 2004 03:41 GMT1
I would like to know what thread my form is running on in a Managed C++
Windows Form Application
I tried
using namespace System::Diagnostics;
multimodule assemblies and IJW/C++ Interop19 Jul 2004 20:16 GMT2
I have a mixed DLL that "extends" an existing application and works just fine.  It makes significant
use of IJW to interact with the native interfaces of the application that it is extending.  I would
like to show that such application extensions can have parts authored in other  ...
Placing form class inside Namespace19 Jul 2004 17:32 GMT1
When I'm wrapping a form class inside a namespace it breaks the form
designer.
The message "An error occured while loading the document. Fix the error, and
then try loading the document again."
.NET scope of Visual C++ Express19 Jul 2004 14:59 GMT3
I have downloaded and installed VC++ Express Beta and still I did not
manage to find out in what .NET scope this edition works.
May someone tell, what part of .NET does it cover and which part it does
not cover please?
"typed" null ?19 Jul 2004 06:56 GMT2
 I'd like to know, whether it is possible to have type information associated with "null". I am implementing a wrapper (MC++) for our legacy method that accepts variable number of arguments and I need to distinguish types of passed parameters, which can have "null" values:
int ...
Visual studio 718 Jul 2004 23:53 GMT2
How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue. Please help =/
Stack overflow in vs.net c++ program18 Jul 2004 01:59 GMT2
I am attempting to port a C code that runs OK on a number of Linux and Unix
machines to Windows XP using Visual Studio C++. I have set the program up as
a console application, but when I try to run it I get a stack overflow:
Unhandled exception at 0x0041e715 in NewMD.exe: 0xC00000FD ...
WIN32 API17 Jul 2004 21:59 GMT1
Does anyone know how to make a windowed C++ programming for Windows 2K?  I have Windows Programming with WIN32 API but none of the programs compiled.  It seems like its not loading windows.h ? Does anyone have any advise?
What exactly is the compiler thinking?17 Jul 2004 03:28 GMT6
Visual Studio .Net 2003 Enterprise Architect. (VC++ code)
a developer in our team made a typo and his code looks like this
if (sendMessage == NULL)
        m_ErrorCode = 0 ERR_MESSAGE_EMPTY;
translate c# to c++17 Jul 2004 00:45 GMT7
How to translate this to c++
public new Bar this[int nIndex]
{
get{ return (Bar)base[nIndex]; }
Object browser for unmanaged c++ code in vs.net17 Jul 2004 00:36 GMT2
How to build an object browser for unmanaged C++ code which is similar to
the one in VS.Net? It is easy to build one for .Net assemblies with
Reflection but how about the C++ browser? Is there any sample or tool
available?
RBN_AUTOBREAK help request16 Jul 2004 23:29 GMT1
I'd like to be able to use this message (RBN_AUTOBREAK) with my rebar control in Windows XP, and I just can't seem to get there.  The application I'm working on is a .dll that is loaded by another application.  
To start with, the RBN_AUTOBREAK definition in commctrl.h is ...
Task List16 Jul 2004 19:47 GMT1
I am using C++ in Visual Studio .Net and I just discovered that I can use
/TODO to setup a task list which is great for me who have poor memory.
However, I can only view individual task list per file.  Is there anyway
that I can see the consolidated task list per solution / project?
Pages: 1 2 3 4 5 6 7 8 9 10 June, 2004
 
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.