| Thread | Last Post | Replies |
|
| Application Error | 11 Mar 2004 00:46 GMT | 1 |
I created a simple app using the MFC Application wizard in Visual C++ 5.0. It compiles with no errors. When I select Execute i get the following error Application erro "The instruction at "0x0012ff24" referenced memory at '0xFFd30e9c. The memory could not be read I am using Visual ...
|
| New Books | 10 Mar 2004 21:27 GMT | 1 |
I began trying to learn Windows programming with Visual Studio (VC++) about two years ago with VS 6. I bought a couple of books from which to learn. Last year, I bought VS .Net (2002) but I was still using the VS 6 books to learn, therefore not taking advantage of any new features ...
|
| map, pair and function pointer | 10 Mar 2004 15:31 GMT | 7 |
I am asking myself, why the compilation of line 21 and 22 fail using Visual Studio 2002. Begin program -------------------------- #include <map>
|
| Managed C++ wrapper problem | 10 Mar 2004 07:00 GMT | 2 |
I'm trying to write a managed C++ wrapper for my old C++ classes but I encountered a following problem: I have two .lib files with the old unmanaged code. Both libs are set to use *static multithreaded runtime library*.
|
| MFC vs .NET | 09 Mar 2004 16:29 GMT | 1 |
I have read that WinForms is not intended to be a replacement for MFC; I've also read tha .NET will replace all of the functionality of MFC. Having not developed in MFC before, i it safe to go with WinForms and ignore MFC, or will MFC still be able to do things that WinForms can't ...
|
| There is an HTML parser class in Visual C++ | 09 Mar 2004 15:17 GMT | 1 |
I want to know is there is an HTML parser class in Visual c++, or something to parse an HTML file from Vc
|
| Accepting only 0-9 + -. in an EDIT box | 09 Mar 2004 12:05 GMT | 1 |
I am making a simple program for Windows in C++ . I need some of the EDIT controls to accept only numbers- i.e. the user should NOT be able to enter letters or other unnecessary symbols. However, the user may have to enter fractions and negative numbers ,therefore +, -, and . ...
|
| determine member offset in unions | 09 Mar 2004 07:47 GMT | 2 |
i'm currently writing a C struct/union translator in Visual FoxPro the problem i have is how to determine the offset of member's that are contained in unions e.g.
|
| VC++ Net 2002 - 2003 upgrade | 09 Mar 2004 00:41 GMT | 37 |
Is there a way to upgrade from Visual C++ Net 2002 to Visual C++ Net 2003? The 2002 version does not provide a Windows Forms Designer. I can't find any upgrade package on Microsoft's website.
|
| stream I/O coversion | 09 Mar 2004 00:07 GMT | 2 |
We are converting our apps from C++ 6.0 to C++.Net 7.1. The compile fails when is sees the statement: #include <fstream.h>. In fact fstream.h is not in the 7.1 directory structure. The documentation says to use <useoldio.h> but it is not in the 7.1 directory structure either
|
| Creating a .NET wrapper around C library | 08 Mar 2004 23:11 GMT | 6 |
I would like to find out if : 1) Is the above possible? I have tried to wrap a C library that our company produces in a .Net class library and am receiving the
|
| Vector or List | 08 Mar 2004 23:02 GMT | 2 |
I would like to simulate a database using only list or vector class. In this class will be strings and int... Several classes (lists or vectors) will be like tables int will allow me to do like joins.
|
| LNK2001 error | 08 Mar 2004 22:56 GMT | 1 |
I have an unmanaged MFC project that I am referencing from a managed MFC project. The unmanaged project builds successfully, but the build of the managed project fails during the link because it cannot find the external symbols from the unmanaged class. In what directory should ...
|
| Transferring arrays from C DLL's to VB.Net | 08 Mar 2004 22:31 GMT | 2 |
Transferring arrays from C DLL's to VB.Net I have a DLL written in C. This DLL reads a text file and creates a several very large arrays, 500,000 points and even larger. I would like the get the data in VB.Net so that I can plot it. Presently I am creating an equally
|
| DDE memory problem question; GlobalAddAtom(), etc | 08 Mar 2004 19:31 GMT | 1 |
This question is about Windows API call, not vc. Sorry I don't know which group to post it I got a strange result when use DDE to transfer data to Excel. What I'm doing is to read a file, and pu data into Excel through DDE. The program will crash at different cell on different ...
|