| Thread | Last Post | Replies |
|
| Consuming VB.NET DLL in VC++.NET | 24 Nov 2006 15:30 GMT | 6 |
I'm sure this is a question that comes up reasonably regularly, but I'm getting an error with the forum search function at the moment, and haven't found anything with a browse, so forgive me if this is repeating things!! Should also clarify that it's a VERY long time since I've ...
|
| Trivial (?) namespace problem | 24 Nov 2006 15:27 GMT | 5 |
Hello group, I am new to Visual C++ 8 and have a seemingly trivial problem using namespaces. The scenario: I have two classes, TestClass1 and TestClass2, in the namespace Test. I would like to create a reference
|
| Compiling C DLLs for reuse in MC++? | 24 Nov 2006 15:11 GMT | 8 |
I have an application written in C that does a lot of low level stuff. It does a lot of things like casting from void*'s. I want to create a new GUI for it in either C# or MC++, but reuse the existing code. The options I've considered so far:
|
| Visual C++ 2005 on NT 4.0 SP6a | 23 Nov 2006 17:16 GMT | 1 |
2 questions: 1. Can I run Visual Studio C++ 2005 on NT 4.0 SP6a? 2. Can I create applications for NT 4.0 SP6a with Visual Studio C++ 2005? Thanks
|
| Visual studio 2005 standard vs. developer | 22 Nov 2006 14:52 GMT | 6 |
What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio 2005 Professional? I am principally a C++ guy but I do have some interest in learning C#.
|
| How to separate GUI and data | 22 Nov 2006 12:50 GMT | 3 |
I am new to C++/CLI. I want to do a very simple thing. In other C++ applications, my forms have always been 'context free' in the sense that I pass them a temporary copy of the data for them to display and munge about. If OK is pressed, the client of the form does something
|
| How to load resource strings? | 22 Nov 2006 10:31 GMT | 4 |
I am writing my first managed project and I am a bit confused in loading resource strings. In old unmanaged C++ if I had a resource string in my rc file called GX_ERR_DEVICE_ALREADY_OPEN. I would simply call: int LoadString(HINSTANCE hInstance,
|
| Defining a managed member functi on which takes a “ref” param | 22 Nov 2006 09:59 GMT | 1 |
The following code: public __gc class MyClass { public:
|
| ICE in explicit override of interface property getter | 22 Nov 2006 05:50 GMT | 5 |
Getting a C1001 internal error off the following code: I've found an alternate means of making the Node property accessible in the parent class only using a public interface, private implementation class, and static_cast to downcast, but now I'm stuck wondering how to prevent any
|
| System.NullReferenceException with unmanaged code wrapper | 22 Nov 2006 04:16 GMT | 1 |
I am using VC .NET 2003. I created a simple unmanaged class in C++. The class is contained in a library. I then created a simple managed class wrapper that calls a function in
|
| can't reference *literal* in an unmanaged function??? | 22 Nov 2006 03:33 GMT | 3 |
This smells like a bug to me, since literals are substituted at compile time. I'm using VS2005 SP1 beta. // literal_unmanaged.cpp : main project file. ref class TheClass
|
| Adding VERSION RESOURCE to DLL Project | 21 Nov 2006 21:55 GMT | 7 |
I am resurrecting this question (since it got bumped down by more recent posts). This is probably very simple - I need to add a version resource to a DLL project in MSVC++ 2005 Express in order to have version info,
|
| Two VS2005 C++ compiler bugs in few simple lines of code... | 21 Nov 2006 15:00 GMT | 10 |
Here's a relatively simple code snippet: #include <memory> class Base { public:
|
| Implementing properties in an unmanaged class (in a managed project) | 21 Nov 2006 10:47 GMT | 2 |
Hi, can anyone tell me why I'm getting the following error: error C4980: '__property' : use of this keyword requires /clr:oldSyntax command line option &
|
| sending emails using C++.Net | 21 Nov 2006 08:16 GMT | 3 |
Hey there - hopefully last newbie question i will ask for a while! I want my application to work where you click a button - and it either: a) open a email application - insert the correct email address and add a subject + any attachments
|