| Thread | Last Post | Replies |
|
| access .NET thread to get Principal / Identity ? | 31 Aug 2004 17:46 GMT | 8 |
is that possible from a C++ app? thank you. -Greg
|
| a pointer to a managed array of pointers ?? | 31 Aug 2004 12:11 GMT | 1 |
what is the syntax for passing a pointer to a managed array of pointers in C++.NET ? Here's what I try : void GetArr(Person ** parr __gc[]) ==> compiler error
|
| one-step build for hello.c | 31 Aug 2004 11:40 GMT | 2 |
I put VC6 in explorer 'send to'. When I send a C language console app to VC6, just choosing default answers results in a working executable. What is a straight-forward way to build a simple console app with later VC editions?
|
| How to fill a memory range with a value when debuging a process in | 31 Aug 2004 10:07 GMT | 1 |
I want to set a big memory range (size=0x10000) with 0xff. How can I do it when debugging? Thanks
|
| const char* and std::string problem with .net (works with 6.0) | 31 Aug 2004 09:34 GMT | 2 |
Following code works fine, when compiled with VS 6.0, but not anymore when compiled in .NET. What's wrong here, I can't see it by myself? arrString content will be garbage with .net compilation, but when compiled with 6.0 it contains string from Vector (that's how I want it to ...
|
| Help:where can download Visual Studio.Net English Version? | 31 Aug 2004 09:09 GMT | 1 |
|
| property overloading | 31 Aug 2004 06:17 GMT | 6 |
I'm converting a project from MC++ to C++/CLI but can't figure out how to convert this overloded property: __property void set_Item(String *key, Object *value); __property Object *get_Item(String *key);
|
| Help! Help! Help! | 31 Aug 2004 05:40 GMT | 2 |
Hello, Folks, I am new to VC++ and I just added a form to my application. The GUI has a group of checkboxes, a combo box, a text box and two buttons. Will someone please walk me through getting the form to load and displayed
|
| Calling a managed __gc class from a mixed mode dll, please help! | 31 Aug 2004 04:39 GMT | 2 |
I have a mixed mode dll with a garbage collected interface. The interface is garbage collected because my derrived class has managed member variables. I am trying to return a pointer to my interface using GetProcAddress and calling an exported function which instantiates and ...
|
| Static Read-only array fields in C++ | 31 Aug 2004 04:09 GMT | 3 |
I can't create a Constant/Read-only array field in managed C++ classes - doesn't allow the keyword const pointer to const object on array fields in managed C++ classes. e.g. Want to define a read/only field for an empty array (so all the empty arrays of the given type can use the ...
|
| Linker error when using VC7 | 30 Aug 2004 22:21 GMT | 3 |
(Type your message here) Hi, My app (DLL) that was developed in VC6 is using ddao35u.lib to access the Access Database. When I try to build the same DLL using VC7 I get the following linker error.
|
| is Marshal::FreeHGlobal() possible? | 30 Aug 2004 21:56 GMT | 1 |
After converting String* to Char*, I need to call Marshal::FreeHGlobal(). Fine. But I need pass this Char* to an unmagaed C++ class and the managed C++ class is not possible to do Marshal::FreeHGlobal() any more. What should I do? delete Char* in the unmanaged class?
|
| Overlapped | 30 Aug 2004 19:13 GMT | 1 |
What does the "overlapped" word means in windows programming? I've read about overlapped structures, functions?! What does it mean? Thanks!
|
| Help a Visual C++ .NET beginner? | 30 Aug 2004 18:03 GMT | 9 |
I just recently got my hands on a copy of Visual Studio .NET 2003. I have been learning VB.NET for a few months now, but I want to move on from that and start C++.NET. More to the point, does anyone know any good online tutorials that I could
|
| Compiler Error C3222 | 30 Aug 2004 14:04 GMT | 1 |
Compiler Error C3222'parameter' : cannot declare default arguments for member functions of a managed type Arrrgggghhhhh!
|