| Thread | Last Post | Replies |
|
| template overloading operator c++ 6 to vs2005 | 06 Oct 2006 08:22 GMT | 4 |
I am converting some C++ projects from 6 to vs2005 I turned off precompiled headers and common lanuage runtime support. template<int nSize> class DBString
|
| AppDomains and static unmanaged variables | 05 Oct 2006 15:36 GMT | 6 |
Our application environment consists of three basic layers: 1. Third-party unmanaged DLLs that were written before the CLR was invented and maintain a significant amount of information (including memory management and connection pooling constructs) as static variables which were
|
| detecting volume mute in windows | 05 Oct 2006 10:31 GMT | 2 |
I am implementing a mute button on my application which successfully changes the mute status of the mixer in windows. I would like to know if there is a way to detect the mixer being muted from outside the app (by the user or another program), so I can display this in my own app.
|
| service coded in managed C++; how are restarts handled? | 05 Oct 2006 10:04 GMT | 6 |
I am new to this game so please bear with me. I have just written a simple application as a service using Visual Studio and managed C++. I wish the process to run in the background and to not use a GUI **ever**. It just runs. And if it fails for ANY reason then it is simply to be ...
|
| embed motorola s file in exe | 05 Oct 2006 07:07 GMT | 4 |
I want to embed a motorola s file in my exe file using Visual C++.net, and then I can use the data in the Motorola file. How should I do?
|
| array<float>^ to float* conversion | 04 Oct 2006 18:36 GMT | 5 |
Hi all, i'm new in visual c++ and i'm having troubles converting types. Let me explain: i have an unmanaged c++ function that wants an float* parameter but i have an array<float>^, how i can covert it? the following code doesn't show up any error during compile time but
|
| Where can we get a complete list of VC++ data types? | 04 Oct 2006 10:01 GMT | 4 |
We need a list of all VC++ Data Types. Searched through MSDN but could not find a single list. Since we are new to VCC+ we really don't know if what we are getting is sufficient or there is more. Would help if we could get some reference link.
|
| Linking error while compiling unmanaged C++ code with /clr | 03 Oct 2006 22:50 GMT | 3 |
We converted VC++ 6.0 to VS 2005 and tried to compile with /clr, however, we got few linking errors: MSVCMRTD.lib(mstartup.obj) : error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types
|
| STL CLI When? | 02 Oct 2006 15:35 GMT | 5 |
Any news on when STL for .NET will be available?
|
| ASP.Net .Net 2.0 public static string method in web page | 01 Oct 2006 23:33 GMT | 1 |
I got two ASPX pages in VS 2005 .Net 2.0 One code behind is public partial class C1 : System.Web.UI.Page {
|