| Thread | Last Post | Replies |
|
| Delegates and Threads | 04 Sep 2004 13:32 GMT | 1 |
I am writing a Managed C++ image processing application which consists of a main window and a number of image processing windows. The main window is a Windows Forms and each image window is an instance of a different Windows Form. The image windows are created by creating New ...
|
| Web Services in C++ | 04 Sep 2004 02:52 GMT | 5 |
I'm trying to use the Google Web APIs from a VC++ DLL, I've added a web ref, etc, etc, I just don't know how to reference the class. I have included the appropriate headers and added a "using namespace" at the top for the namespace contained in a generated header. The class is
|
| Using PlaySound() from within a DLL | 03 Sep 2004 22:33 GMT | 4 |
Has anybody been using the PlaySound() function to play WAV files from within a DLL? Here is what I normally do. Since upgrading to 7.1 NET after using VC 6.0 for quite some time, I found that I had to add the following lines in order to use the
|
| File "mfc42.lib" cannot be opened | 03 Sep 2004 19:58 GMT | 1 |
(Type your message here) I'm upgrading a VC++ 6 project to VC.NET 2003. The compiling is OK but not linking. The error message is "mfc42.lib cannot be opened". I looked through every setting of compiling and linking and didn't find mfc42.lib in there. I understand that VC.NET 2003 ...
|
| "Find in files" doesn't work on Unix files | 03 Sep 2004 19:18 GMT | 1 |
I have a VC++ project which uses files located on my Unix account Browsing (eg. go to Definition etc) works fine, however, if I use "Fin in Files" it does not find any single instance of the string entered. guess? it is a Windows (find)/Unix (grep) problem, but is there also
|
| [VS 2005 C++] std::map problem using /Za with the debug configuration | 03 Sep 2004 13:49 GMT | 1 |
At the moment I am using Visual Studio 2005 beta 1. The following program does not compile using the debug configuration setting the "Disable Language Extensions" flag to "Yes(/Za)" while using the release configuration the build has no problem.
|
| Output from Console Application | 03 Sep 2004 13:20 GMT | 2 |
I'm compiling an old C program within Visual Studio to give me the advantages of debugging within this environment. I'm building it as a Console application using C++ as the language. It compiles and runs fine, but if start debugging from within Visual Studio the standard output ...
|
| ECMA Doc 8.8.4 Error | 02 Sep 2004 16:34 GMT | 2 |
When I try to compile the following from the ECMA Docs: #using <mscorlib.dll> using namespace System; public value class point {
|
| C++/CLI 2.0 Beta Books | 02 Sep 2004 14:09 GMT | 2 |
I noticed there are already lots of books like "ASP.NET 2.0 Beta First Look" and likewise for vb.net and C#. When can we expect the same for C++/CLI? I'm anxious to get all the literature I can on this. Is the delays because of the complexity of this language combo or what?
|
| how to avoid an assert in AfxGetResourceHandle (in debugbuilds) | 02 Sep 2004 05:41 GMT | 6 |
I have posted this on 8/19/2004 but was unclear in my intention. So here it comes again: how can I avoid the failing assert in the following scenario? - create a managed C++ Windows Forms Application,
|
| How to downgrade to VC++ 6.0 fro VC.NET ? | 02 Sep 2004 02:12 GMT | 4 |
Hi.. someone built app. with VC++.NET .. But It cause error on Windows 98 SE .. No one can correct the error. So I would like to downgrade the app to VC++ 6.0 ..
|
| renaming project file ?? | 02 Sep 2004 00:33 GMT | 1 |
I create a new VC++ project, then want to rename the default filename Form1 (used for .h, .cpp, .resx) to something else. If I rename it from within Windows explorer the project becomes all messed up.
|
| using RS232 serial port | 01 Sep 2004 23:35 GMT | 7 |
Can anyone help me, please? I have to read from some device through a serial port. I am writing a program in C and I have to set baud rate 2400, transmit bits 8, parity none, stop bits 1 or 2.
|
| Usage of static library in C | 01 Sep 2004 20:37 GMT | 4 |
I'm a newbie to C, C++, and Visual C++ .Net, so if there is a better place to ask this question, please let me know. Using Visual C++ .Net, I haven compiled and linked a static library "myLib.lib", providing the function "myFunc". I can access it without any
|
| FindWindow | 01 Sep 2004 19:40 GMT | 2 |
Hello I am trying to use findwindow to list all the instances of an application given a specific class name i.e multiple instances of notepad. however findwindow will only find 1 instance of notepad and not anyothers if more than one notepad is running. How do I detect all the ...
|