| Thread | Last Post | Replies |
|
| C++/CLI property override | 28 Feb 2005 23:08 GMT | 1 |
How can I override property in C++/CLI. Well I know how to override when the input and output types are the same (and number) ..., but I would like the derived (overridden) property to return different type than base. Thanks
|
| error C2872 : 'IServ | 28 Feb 2005 17:32 GMT | 1 |
Hi, i am developing under Microsoft Visual Studio 2005 (C++). I am using managed classes ( ref class Myclass) and STL.NET but i am facing two main problems :
|
| timing performance of code | 28 Feb 2005 14:13 GMT | 6 |
I am looking to time the performance of my code, I am currently using the system time "DateTime::Now" however I am finding the results are not very accurate. I have been told that I can use the system diagnostics to use a performance
|
| Scrollbar of a CComboBox | 28 Feb 2005 11:21 GMT | 8 |
I'd like to know if there's a way to subclass the scrollbar of a CComboBox control? Thanks in advance, David
|
| VC project packaging | 27 Feb 2005 18:17 GMT | 3 |
Hello there, In VC++6, you can use Installshield for vc6 to create a setup for your project. But how to do so in VC++.NET? Thank you very much in advance. Harry
|
| OOP??? | 27 Feb 2005 17:36 GMT | 1 |
Ex: I have 2 classes like this: class Parent { private string msg;
|
| Linking ODBC recordset with dialog fields | 27 Feb 2005 13:10 GMT | 1 |
In VC++6 I used to use the add member variable tab of the class wizard to bind recordset fields with dialog controls simply by specifying the m_pSet-> variable before the variable name. This all appears to have changed in VC .NET.
|
| C --> MSIL --> java bytecode translation ?? | 27 Feb 2005 07:10 GMT | 8 |
I'm working with a C program (about 40 k LOC) and I'm interested in the possibility of translating it into Java bytecodes, the goal being to package it as part of a system, the remainder of which is written in Java.
|
| Questions on a Regular Rexpression | 26 Feb 2005 19:20 GMT | 6 |
Given the regular expression: S"^([a-zA-Z]+|[a-zA-z]+\\s[a-zA-Z]+)$" 1) Isn't the "[a-zA-Z]+|[a-zA-z]+" part redundant? As far as I can understand it means exactly the same as "[a-zA-Z]+" alone.
|
| Has ANYONE gotten C++ .NET libraries to work? | 26 Feb 2005 18:21 GMT | 10 |
With Visual Studio .NET 2003, I create a new project -> C++ -> Class library (.NET). The instant I include a C++ header file such as: #include <string>
|
| using C++ visual Studio.net to write programs for c++ 6.0 | 26 Feb 2005 01:02 GMT | 5 |
I am a student taking a computer class programmning with ms visual C++. The college is using ms visual C++ 6.0 on it's computers. I purchased ms visual studio.net (Academic) (ver 2003) which is more up to date. How can I use my program to write C++ 6.0 the same way I am be ...
|
| Need Help Fixing GDI Leaks | 26 Feb 2005 00:44 GMT | 6 |
I have an application which is heavily graphics intensive, all the graphics being custom. Scattered throughout by app, I have MyView->OnDraw( this->GetDC() );
|
| Using MS Visual Studio.net to write Ms visual C++ 6.0 | 26 Feb 2005 00:13 GMT | 3 |
I am a student taking c++ programming I purchased a program Visual Studio.net (2003 ver), The college is using visual C++ 6.0. How can I use my porgram to write programs in Ms 6.0. Do I have to buy C++ 6.0 I allready purchased on program.
|
| migration from VC6 to VC++.NET Casting Pb | 26 Feb 2005 00:07 GMT | 1 |
Hi Trying to compilate my former VC++6 project under .NET, I get this message " 'static_cast' unable to convert (__thiscall CDlgPow::*) (void) in AFX_PMSG
|
| File open dialog | 26 Feb 2005 00:03 GMT | 2 |
I need to implement a simple file open dialog in my form application (C++ .NET). I know there has to be a canned version of this dialog somewhere that I can simply use, but where? How? All the documentation I've seen involves MFC, and I'm not using MFC.
|