| Thread | Last Post | Replies |
|
| Weird problem with sound card detecting | 22 May 2004 05:25 GMT | 1 |
H I got a problem with detecting sound card with Windows x I use SDK function waveInGetNumDevs() to test if there is a sound card. But even if there is no sound card installed, the function still returns 1. And even waveInGetDevCaps() returns no error. I checked device->hardware, ...
|
| Managing to Customize Colors | 22 May 2004 05:05 GMT | 1 |
I'm creating a managed VC++ .NET application that uses standard controls (e.g., Form. RadioBox, Button, etc.). These use 'Color' as the type for such things as ForeColor and BackColor. Many Colors are already provided (i.e., Black, Red, SeaGreen, etc.) as a convenience.
|
| LNK2020 error | 22 May 2004 04:54 GMT | 3 |
I am trying to use a Managed C++ .NET (DLL) Class library within my Managed C++ .NET forms application. I have both projects in the same solution and have the class library under my references branch in the forms application.
|
| Custom attributes are not consistent??? | 21 May 2004 19:57 GMT | 16 |
I've converted a non-trivial C++ library to managed, and get the following unhelpful linker error: Assignment.obj : error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c0001a5).
|
| Non public wrappers on unmanaged C functions & C++ class | 21 May 2004 11:50 GMT | 2 |
in the last few days I've made my first few attempts at creating mixed C++ managed-unmanaged assemblies and looking afterwards with ILDASM at what is visible in those assemblies from a managed point-of-view I've noticed that:
|
| Message Compiler warning | 21 May 2004 10:32 GMT | 8 |
I have the following in a message (.mc) file: FacilityNames=(Application=0xFFF:FACILITY_APPLICATION) ... and the message compiler warns me as follows: ErrorMessages.mc(21) : warning : Redefining value of Application
|
| How to convert structure from managed to unmanaged type | 21 May 2004 08:11 GMT | 3 |
Esteemed Developers I am trying to pin a structure, but compiler does not execute this statement. Can you kindly check where could be the problem is? (I use Visual C++ .NET Standard Form1. --------------------------------------------------------------------------------
|
| Resource Editor | 21 May 2004 02:01 GMT | 2 |
Hi, When i try to expand the resource folder in the resource view in the Visual C++ 6.0 IDE, it says "Load Fail? THanks for your advise. Best Regards. Chandra
|
| What does ME C++ stand for??? | 21 May 2004 00:35 GMT | 1 |
sorry for the trivial question but what does the ME in ME C++ stand for??? Thx. Bob Rock
|
| Starting a process and reading it's output while running | 21 May 2004 00:00 GMT | 2 |
I've been searching for a solution to this problem for a while but haven't hit upon anything yet. Details: [b:a09763528e]Using:[/b:a09763528e] MSVC++ .NET 2003
|
| VC++.NET: exporting the makefile used to build a solution or project??? | 20 May 2004 20:20 GMT | 2 |
is there a way to export the makefile a given project (or solution) is using to build that project (or solution)???? Compiling and linking from command line I don't seem to be able to reproduce what Visual Studio .NET 2003 is doing when compiling my VC++ project.
|
| dumb question... | 20 May 2004 18:51 GMT | 1 |
This might be an extremely dumb question; I'm new to Visual C++, and am trying to use the simple Spooler API, OpenPrinter, but when I try to compile my source file, it says OpenPrinter is an undeclared identifier. Here's how I'm trying to use it HANDLE newPrinter = NULL BOOL op = ...
|
| Question for everyone | 20 May 2004 14:24 GMT | 1 |
I'm looking for a good reference or two that will give me Windows GUI commands and their syntaxes and/or examples in a clear easy to use layout. Unfortunately, I live in a small town with one Waldenbooks that contains enough space for programming books to cover the bare basics (VB ...
|
| How to create a 3 dimension array dynamicly | 20 May 2004 06:21 GMT | 4 |
Hi, All I have a conventional question, How to create a 3 dimension array by C language. I see some declare like this:
|
| Visual C++ Toolkit 2003 and project files | 20 May 2004 01:55 GMT | 4 |
With the freely available Visual C++ Toolkit 2003, is it possible to build applications with the Visual Studio project file that are distributed with them? Can CL.EXE handle those files? What else is needed? FWIW, I currently find myself unable to build two open source projetcs,
|