| Thread | Last Post | Replies |
|
| Implement Empty Field | 07 Mar 2007 22:51 GMT | 1 |
How can I implement a field similar to "System::Drawing::Point::Empty" in my own managed class? I can't figure out the syntax. MSDN documents as "static initonly Point Empty". Thanks.
|
| LockWorkStation Function | 07 Mar 2007 22:43 GMT | 7 |
How do I lock a Windows 2000 machine in Visual C++.NET 7.1? #include <windows.h> bool LockWorkStation() If I do it fails:
|
| How to identify DNS server? | 07 Mar 2007 21:57 GMT | 4 |
How can I identify whether my local computer is a DNS server(using windows API + vc 2005)? Regards, Su
|
| 2003 to 2005 upgrade - function pointer syntax issues | 07 Mar 2007 12:01 GMT | 4 |
Hi group, I had this with VS2003 Managed C++ pro-to-types: ===================================
|
| Reach managed c++ Enum from C# | 07 Mar 2007 09:09 GMT | 1 |
I'm trying to use an enum created in Managed c++ in a C# project. I can reach the enums name, i.e. namespace MyNS {
|
| PreserveSig in VS 2005 | 07 Mar 2007 07:05 GMT | 5 |
I have been trying to migrate a VS 2003 project (dll) to VS 2005. I currently use PreserveSig attribute on all COM visible properties and functions. When compiling against the 1.1 framework all is well, but against the 2.0 framework I get “fatal error C1093: API call ...
|
| Automatic Initialisation of an Assembly | 07 Mar 2007 02:07 GMT | 4 |
I have an assembly written in C++/CLI that also links in non-clr Native C++ (the C++/CLI wraps the Native C++ functionality). This assembly has an in-built tracing system that needs to be initialised, amongst other things. At present the user of the assembly needs to do this
|
| Strings between C# and managed C++ | 07 Mar 2007 01:45 GMT | 4 |
How can I send a string between C# to managed C++ and vice versa?
|
| Problems implementing MSDN Library example of a mixed assembly | 06 Mar 2007 21:11 GMT | 1 |
I have an VC++ MFC Win32 application that isn't working correctly when I build it with VS2005. The problem seems to be in some ADO ActiveX controls that came with VS6 and are now out of support. So, I have decided to solve the problem by using a mixed assembly: Most of the ...
|
| cannot marshall parameter error on call to win32 api - FormatMessage | 06 Mar 2007 20:20 GMT | 4 |
I have a C++ forms project that I am adding some unmanaged code to. I have a member function of the Form1 class that returns a String^ holding the text of the last win32 error. The code is failing on the call to FormatMessage.
|
| best way to check the installation of mfc80 side by side | 06 Mar 2007 19:21 GMT | 10 |
what is the best way to check the installation of mfc80 and vcrt sidebyside assemblies? Best Regards, Dieter Pelz
|
| RunningObjectTable problem | 06 Mar 2007 17:46 GMT | 8 |
I am using COM with RunningObjectTable, take in mind the following points: 1. I have a server that runs as a service this service register an object in ROT, the object should be accesible to usermode applications 2. I have a user mode application trying to get the interface pointer ...
|
| error C2440: '<function-style-cast>' : cannot convert from 'const TCHAR *' to 'std::string' | 06 Mar 2007 12:14 GMT | 1 |
Are there any macros for converting between these two string types ?
|
| VS2003 Runtimes | 06 Mar 2007 04:21 GMT | 5 |
My customer claims he has 2 DLLs with versions that are not listed on the DLL Help Database. We developed our product with Visual Studio 2003, Native Win32. How can I find what MS product ( I suspect Visual Studio 2005) included
|
| String^ to LPCTSTR | 05 Mar 2007 20:08 GMT | 3 |
How to convert String^ (managed) to LPCTSTR (unmanaged)?
|