| Thread | Last Post | Replies |
|
| bug in VC++2003 | 29 Jan 2004 06:11 GMT | 1 |
I am not sure if this bug was noticed before so please ignore posting if it was. I was playing with sample from "C++ Templates The Complete Guide" chapter 8.2.4
|
| Problem : Usb Time Outs by SetCommTimeouts | 29 Jan 2004 03:31 GMT | 2 |
Hello NG I’m developing software for my hardware which is connected via USB to my computer, I already have written the necessary firmware and a mini driver (by Windws2000 DDK) which both works The Problem I want to define communication time outs for non-overlapped read and write ...
|
| stackwalk / callstack and symbol resolve of managed and unmanaged code - dbghelp, etc. | 29 Jan 2004 02:52 GMT | 2 |
We use StackWalk(StackWalk64) from dbghelp.dll to walk our callstacksas needed, using the various Sym* methods (SymGetSymFromAddr, SymGetLineFromAddr) to resolve source file, function name, and source line number for each frame. This works fine
|
| beginners question... | 28 Jan 2004 23:50 GMT | 2 |
i'm a beginner to programming in anything beyond BASIC and would like a (probably simple) question answered. i am wanting to write a program with similar interface to the music programs which have small instruments and effects which can be dropped onto a large
|
| Virtual destructor causes LNK2001 ! | 28 Jan 2004 22:56 GMT | 1 |
I encountered the following problem: I created a "class library (.NET)" project and made a first build, which produced a warning:
> nochkclr.obj : warning LNK4099: PDB 'libc.pdb' was not found with |
| VC++ | 28 Jan 2004 18:27 GMT | 1 |
i'm using VC++ to create a handwriting recognizer.. just the recognizer.. is there anyoe have any idea on this?? i want to create my own gesture as the default recognizer cannot detect a pi symbol.. or is there any method which i
|
| Compiler Upgrade | 28 Jan 2004 15:58 GMT | 1 |
This seems to be confusing but let me know if anyone has encountered it before. I am presently working on a compiler upgrade of a huge source code. The code did not give any errors on VC 6.0 compilation. But in VC 7.1
|
| Using Clipboard Class | 27 Jan 2004 23:59 GMT | 1 |
I am new to .NET world. Someone please show me how to use the Clipboard class in an unmanaged code. Assume I have a MFC CString variable strText. How to put the value in strText into the clipboard using the managed extension class Clipboard.
|
| [?] Querying for C# methods from unmanaged C++ via COM | 27 Jan 2004 20:25 GMT | 3 |
This question relates both to C# and to unmanaged C++, but is not really "C# specific" at the C# end. Let us suppose that I have a C# class such that: using System;
|
| Porting existing code from VB.NET to Managed C++ | 27 Jan 2004 19:19 GMT | 1 |
I have some existing code in VB.NET and have to port it to Managed C++. Is there any existing tool which lets me do this job? If not, hwat would be a better approach to doing this, line by line translation or rebuilding the code from scratch
|
| Working with Forms in MC++ | 27 Jan 2004 19:14 GMT | 1 |
I have a simple form in my Managed C++ application that has a textbox on it that is meant to act like a console. The textbox is updated with information as the program runs. My problem is that a VB textbox does not recognize C++ escape characters and I want to display a ...
|
| Using NMAKE to build C++ app - Falling over | 27 Jan 2004 19:14 GMT | 2 |
I'm new to C++ and .Net but I have been giving the task of building a C++ application using NMAKE. Simple huh? I have visual studio .net installed and therefore VC++7.0. However when ever I try to run NMAKE from the dos prompt it is unable to find
|
| CMimeMessage | 27 Jan 2004 09:21 GMT | 2 |
can I use this ATL classes with standard Win32 application? Regards, Robert
|
| Menu not showing hot keys at runtime | 27 Jan 2004 02:37 GMT | 6 |
Using VC++ 2003/winform app I added a menu to my main form and then added "&File" as the text of the first item. At design time it appears as expected (the F in File is underlined). At runtime the F is not underlined. I don't see any settings for enabling/disabling this. What ...
|
| Managed C++ Static Link Library problem | 27 Jan 2004 02:30 GMT | 4 |
We are trying to build a managed C++ static link library containing several classes which are members of a namespace. The build of this library seems to work OK. No errors. We then try to use this library in a managed C++ application and get the following linker error. LINK : ...
|