| Thread | Last Post | Replies |
|
| Visual C++ IDE Primer | 19 Jan 2005 21:31 GMT | 1 |
Can anyone point me to a primer on using VC++? I'd like to add an existing file to a project, delete a source file from a project, understand the difference between different types of projects, etc. Thanks,
|
| The problem with scrol bar in list control | 19 Jan 2005 20:19 GMT | 1 |
I have application which displays dialog containing CListCtrl control. The OnTimer message handler updates values in this list control. In case if there are more items then visible area of list control can display the scroll bar appears.
|
| Scope of const references to subojects of temporaries | 19 Jan 2005 13:04 GMT | 10 |
In the following example, section #3 fails under VC98, VC2003, VC2005 Express Beta (Aug 2004) and g++ 3.3.2. Is this just a pitfall of the C++ specification? Why don't any of the above compilers at least flag this as a warning as they would when say trying to return a const & ...
|
| .vcproj to Makefile | 18 Jan 2005 23:45 GMT | 5 |
Is there any way (or program) to convert and maintain easily a C++ project (vs7.1) to a Makefile file, in order to build it in Linux? Many thanks
|
| ATL Question | 18 Jan 2005 20:08 GMT | 4 |
I have used ATL a couple of times to make excel autoamtion add-ins. So far, I have only made functions that take simple arguments like strings or integers. I now want to do so something a little more complicted. What I have in mind requires that one of the parameters is an Excel ...
|
| Inheritance, member of the class orfriend | 18 Jan 2005 16:00 GMT | 1 |
I have a question regarding about inheritance and member of the class. For example I have the class A and class B what is the situation that I need to define class B is base class of class A or class B is member of class A like below:
|
| How to retrieve images from using visual c++ 6.0 | 17 Jan 2005 20:08 GMT | 1 |
Hi all, i m quite new in visual c++./ So i need to know is there any way to get an image from a picture.Say.. a Human being picture.. lets say the picture is in .jpg format. THanks! *-----------------------*
|
| Error: "the NTVDM encountered an illegal instruction" | 17 Jan 2005 19:46 GMT | 1 |
Hi, I developed a Visual C++ 6.0 MFC Application on Windows 2000 5.00.2195 Service Pack 4. THe Application runs fine on my machine. But when a customer who also has Windows 2000 is trying to execute this application, they are getting the following error.
|
| Property Page | 17 Jan 2005 17:17 GMT | 1 |
Can I obtain COM object properties (in my case a DirectShow device) without using OleCreatePropertyFrame? What I want to do is to view object properties with my own UI, without using the default interface of IPropertyFrame.
|
| Creating ActiveX control Within activeX Control | 17 Jan 2005 15:42 GMT | 1 |
I have created an ActiveX control using MFC activeX control wizard and added a dialog to it. Now on that Dialog I dragged a Button control and gave a "hello world" message on it click. When I run the control in an activex container it works
|
| proper OO way | 17 Jan 2005 09:17 GMT | 1 |
classTeacher contains a list of classChild ClassChild contains methods, props and so on Most things a classChild can do on its own. But AskPermission cannot be done by the Child, but must be done by the
|
| how do you set : "/clr:oldSyntax" | 16 Jan 2005 23:56 GMT | 5 |
Hi ! I tried everywhere in Microsoft Visual Studio 2005 Beta(MVS 2005 Beta) to put the option "/clr:oldSyntax" but I didn't find it. How can I add it please?
|
| Why disabling the parent window also disables child modeless dialo | 16 Jan 2005 04:23 GMT | 4 |
I have the MDI MFC application ported to .NET. Now this application include mixed managed/unmanaged code. The application displays progress dialog with the cancel button during lenghtly operation. This progress dialog implemented as
|
| Create your own Operating System | 15 Jan 2005 19:30 GMT | 2 |
Does anyone have a good instruction on how to create your own Operating System in C++? Thanks Matt
|
| Linking VC6 with VC7 DLL | 15 Jan 2005 16:28 GMT | 2 |
Is it possible to statically link an application compiled in VC6 with a managed DLL ? I have a very large VC6 (MFC) app, which I can't convert to VC7 at the moment. I need to be able to call a managed C++ DLL with some unmanaged exported functions. If I use LoadLibrary - it works ...
|