| Thread | Last Post | Replies |
|
| Cryptography and Compression | 28 Oct 2003 03:12 GMT | 3 |
I have a project involves in file compression and encryption (generate asymmetric key for file transfer). Which API should I use in C++? Which good book or online material for this topic?
|
| CDHtmlDialog::OnLButtonDown | 28 Oct 2003 00:31 GMT | 1 |
I'm trying to capture the left-mouse button down event in a CDHtmlDialog window (the body of the HTML document). I'm trying this but nothing's happening: HRESULT OnHtmlMouseDown(IHTMLElement *pElement);
|
| Scaling application | 27 Oct 2003 23:48 GMT | 1 |
I have a application that connects to an ftp server and downloads documents. The application is multithreaded to bring in concurrency for downloading files from different source locations (not downloading files from one source location).
|
| List Of running processes | 27 Oct 2003 22:50 GMT | 1 |
How to get the list of running processes in VC++ (Similar to Task Manager->Processes window) Regards Leonid
|
| Calling managed component from MFC application | 27 Oct 2003 19:33 GMT | 4 |
Can some one point some samples of calling managed code from unmanaged code. Here is basically what I need: I have an MFC application with several MFC dlls, and I have a new .net component,
|
| Help, please!! <auto_ptr> & VC7 problem! | 27 Oct 2003 17:29 GMT | 5 |
Hi, all! I try to convert my existing code written in VC6 to VC7 and have some problem with stl auto pointer template. class CColumn;
|
| <auto_ptr> inside <map> problem in VC 7!?? | 27 Oct 2003 16:17 GMT | 3 |
Hi, all! I didn't find yet solution for this problem! Somebody knows where is a catch? Looks like "operator =" or copy constructor not implemented in one of
|
| TAPE | 27 Oct 2003 15:04 GMT | 1 |
Hi, does anybody now is there some API to control the TAPE device in Windows? If yes, can you show me what are they? if no, do I need to write a device driver? Thank you.
|
| Seeking advice on profiling managed C++ library | 27 Oct 2003 10:47 GMT | 2 |
Can anyone offer advice on the best tools/methodologies for profiling a large Managed C++ library? In a nutshell, I want to find out where the code (which functions, or set of nested functions) is spending most of its time so I can go optimize it. I went through this process about ...
|
| LNK1000 error when building resource-only DLLs | 27 Oct 2003 10:06 GMT | 9 |
I frequently get a LNK1000 error when building a resource-only DLL. If I rebuild, the problem usually goes away. Thanks, Dan
|
| MC++ Mixed DLLs: how to create pure IL (really) and other issues | 26 Oct 2003 00:29 GMT | 8 |
I'm looking at moving a large base of C++ code to .Net under tight time constraints. The code runs in mission-critical environments, and I am extremely concerned about the loader lock problem and the potential for deadlocks.
|
| Invalid return path checking on inline C++ methods (VS.NET 2003) | 25 Oct 2003 21:26 GMT | 7 |
I am back with more bug reports from Visual Studio.NET 2003's C++ compiler (unmanaged). Consider the following method: --------------------------------------------- __forceinline
|
| constructor error with an inherited class | 24 Oct 2003 20:45 GMT | 1 |
Hi, i have the following problem: I have an unmanaged class that is derived from 2 base classes class A : public B, C {
|
| string | 24 Oct 2003 20:41 GMT | 2 |
it is any function for string simular to isdigit()?
|
| CToolBar ... How to ? | 24 Oct 2003 20:37 GMT | 1 |
Hi all, In Using the VC.NET 2003 and I'm trying to create a new program SDI with a ToolBar object, My problem is when the toolbar is created the buttons are disabled and I want to know how can I enable the buttons
|