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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Strange linked list behaviour27 Mar 2004 19:02 GMT6
h
I use the following statements in my code
typedef struct _MYSTRUCT
   [...
[newbie] list with structures27 Mar 2004 18:48 GMT2
I try to use the C++ std class "list" to create my linked list in my MFC app. Now, this list shall contain instances of a structure, like
typedef struct _MYSTRUCT
           int a
           int b
Bug in VS 2003.Net - Template parameter deduction27 Mar 2004 16:25 GMT4
The following gives you two bugs.
Just create a default console project, and paste it at the bottom of the file with _tmain.
e:\Src\C\BlobHolderTest\BlobHolderTest.cpp(44) : fatal error C1001: INTERNAL COMPILER ERROR
       (compiler file 'msc1.cpp', line 2701)
Bug with 'dynamic_cast<>' in VC7.127 Mar 2004 16:24 GMT12
#include <iostream>
class B {
 public:
   virtual ~B() {}
initializing Color arrays...27 Mar 2004 07:31 GMT1
I was wondering if someone could tell me the exact syntax for initializing a Color array.
I thought it would be something like below, but I check them and its says they're empty
Color colors[] = {Color::Black,Color::Blue,Color::Black}
It makes the array and puts it at a length of 3 ...
The quest for the main window...27 Mar 2004 04:11 GMT1
I need to send Maximize/Minimize/Restore messages to applications spawned trought  "CreateProcess" calls from within my program (kind of what the taskbar-buttons do) so, how do I send Maximize/Minimize/Restore messages to these "user spawned" apps
It is possible to post messages ...
How do I: Marshal  - Native String Data to Managed Code27 Mar 2004 04:07 GMT2
I am using VS2003 MC++ & IJW (Mixed DLL)
The Question:
How do I most effciently I transfer large numbers of string data created in
native code to managed code?
How to raiseevent across .NET assembly boundary using VB.NET26 Mar 2004 23:50 GMT1
I am using VB.NET. I have two assemblies, I am trying to raise an
event in one of them and have it received in the other. Below is some
pseudo code to illustrate what I am doing:
Assembly 1:
casting __value struct to __gc interface26 Mar 2004 19:33 GMT8
   How can i cast a __value structo to a __gc interface?
The code below throws a compiler error:
Person oPerson = Person::Person();
IPerson* iPerson = __try_cast<IPerson*>(oPerson);
ImageCodecInfo and GetEncoders26 Mar 2004 19:22 GMT3
I'm trying to call GetEncoders in C++. I've got code that does it
successfully in C# but whatever I do I seem to get errors.
The lines below, which is my current hacked off state, cause the problem:
System::Drawing::Imaging::ImageCodecInfo __gc *encoders __gc[];
Using a VB.NET interface from an unmanaged C++ application26 Mar 2004 15:25 GMT2
Here's the situation... We have a product which was developped in C++
(win32) and had a Borland C++Builder interface (totally COM-free and proud
of it).
A little over 2 years ago (before the first official release of .NET) we
gc* to LPVOOD *  casting problem26 Mar 2004 15:01 GMT1
how can I cast from gc* to LPVOID *
anyone help me, thanks!
applications of vc++26 Mar 2004 14:09 GMT1
i would like to know what is the feature and advantages of vc++
NULL in VB 726 Mar 2004 08:43 GMT3
what is the keyword for a null pointer in vb
say i wanna clear a pointer to a datagrid cell
dim aa as datagrid.cell
...
Object26 Mar 2004 03:11 GMT3
Consider the sample .NET 2003 Windows Form application
In winmain we got
Application::Run(new Form1()) instruction which creates the instance (object) of Form1 class.
But how can I use the methods of this object by its name
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 February, 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.