| Thread | Last Post | Replies |
|
| How to access the HttpContext.Current.Request in C++ .NET Class library | 10 Dec 2003 09:43 GMT | 2 |
I am working on a .NET C++ project based on the "Class Library (.NET)" wizard of Visual Studio .NET 2003. I would like to know if my .NET component is running in a ASP.NET page (.apsx file), and if it is the case I would
|
| VC++ .NET Question | 10 Dec 2003 07:53 GMT | 2 |
Where do I go for questions and info on Visual C++ .NET? Specifically, I'm trying to figure out how to use a DLL that's been made in VB .NET. I want to import it into my C++ application and can't find definitive documentation.
|
| C++ intrinsic types and __value class equivalents | 10 Dec 2003 02:02 GMT | 3 |
In the doc regarding __value classes, under Primitive Types, I read: "Generally, the C++ types and their __value class equivalents are interchangeable in Managed Extensions." What exactly does this mean ?
|
| Compiler Bug in VS 2003? | 10 Dec 2003 01:53 GMT | 2 |
The follwing code compiles and works well under VS 2002 with or without the line "template A<int>". Using VS 2003 the code throws an exception if the line "template A<int>" is removed.
|
| How to include an embedded (i18n) Resource.resx in MCPP Project? | 10 Dec 2003 00:53 GMT | 2 |
I'm surprised not to find this option under Add>New item, etc. It gives you an option for a *.rc Resource file, but not a typical .NET resource. If I add one manually, I don't see any way of specifying it to be an embedded resource.
|
| How can I draw 1x1 pixel in window? | 10 Dec 2003 00:21 GMT | 3 |
Please explain in detail.
|
| Visual C++ 2.0 | 09 Dec 2003 22:12 GMT | 3 |
I have the disks for Visual C++ 2.0 but no product key. Where can I get this??
|
| Overlapped I/O on XP | 09 Dec 2003 20:07 GMT | 1 |
Hi - I'm using overlapped i/o on Windows 98 and on XP and am getting different results. Here's the code snippet:
|
| Is there an option/setting to turn off the task list | 09 Dec 2003 16:20 GMT | 2 |
After a compile, if there are errors, the task list window pops up automatically. This is annoying. I'm happy with the error list in the output window like VC++ 6. So is there an option or setting to turn off this behaviour.
|
| How do I REset a managed array???? | 09 Dec 2003 16:06 GMT | 3 |
I can declare and initialize a managed array of managed types like this: System::Object* array __gc[] = {...} Now, what do I do if I wanna reset that array to something else without redeclaring it? I can't seem to just say something like
|
| new features | 09 Dec 2003 14:40 GMT | 8 |
I've read the new features that are coming to the next VC and they all sound fine. But I was missing new standard C++ features, will the features like export still not be implemented?
|
| Comparing Languages | 09 Dec 2003 13:59 GMT | 6 |
After 15 years, I left application development 4 years ago and have been working at home at something else. I've kept up my skills in VB6, VBA, MS Office and VSourceSafe. I had quite a bit of experience in Clipper for DOS. I would like to do some software development at home but ...
|
| Set of values | 09 Dec 2003 13:48 GMT | 3 |
In C++ Builder there was a construct called a Set, based on a an enumeration, where more than one enumerated value could make up the set so that any combination of enumerated values in an enum could be part of the Set. It was implemented as a template, and was compatible with the ...
|
| Display GIF images | 09 Dec 2003 11:36 GMT | 1 |
I need to display a GIF image in a MS VC++ 6.0 developed application. Is there a way to do that? Is there a component/class I can use?
|
| debug assertion failed! | 09 Dec 2003 11:28 GMT | 4 |
When i try to run my program, i get this error "debug assertion failed!" and it's caused by this file called "afxtempl.h" at line 262. isn't this header file provided by c++? so how can i get rid of this problem. if
|