| Thread | Last Post | Replies |
|
| Calling an api in my VC++.Net app | 06 Oct 2004 22:48 GMT | 1 |
I need to call exitwindows in my application . This is a VC++.NET windows form application. What do i need to do in order to be able to call exitwindows?
|
| programmatically setting the version of a file | 06 Oct 2004 20:42 GMT | 3 |
I have a collection of files needed their version to be set, This should be done programmatically, I wonder... is there any existing API that enable modification/addition of version to an existing binary? It is possible to parse the '.rsrc' section manually, however, I am trying
|
| Renaming C++ executables in .NET | 06 Oct 2004 16:10 GMT | 2 |
I am new to .NET and have this task to research. We are currently building an applicacion with C++ and C code under Visual Studio .NET 2003. We are interested in naming the executables created with a different name than the project (.vcproj) it gets generated from.
|
| AddPrinterConnection() returns error 997 (Overlapped I/O operation is in progress) | 06 Oct 2004 16:03 GMT | 4 |
Has anyone ever experienced this error occuring when trying to call AddPrinterConnection() from VC6. This is a microsoft defined method call. I have been able to reproduce it on a windows200 professional machine will latest service packs downloading the printer drivers from
|
| Ternary Search Trees | 06 Oct 2004 04:25 GMT | 7 |
In making a ternary search tree to identify as fast as possible the type of word passed in to the algorithm, for instance sp_help -> 1 (procedures), select -> 2 (keywords), sysobjects -> 3 (system tables), I'm stuck on deciding what type of comparison happens at each node.
|
| How do I get around the MSVC++ Dialog Object Limit? | 05 Oct 2004 20:17 GMT | 2 |
I am developing in MSVC++ .Net 2003, using MFC, building a realtime telemetry display. I have reached an object limit of 255, but need to add another 20+ objects. Is there a simple way to increase this limit? I am aware that I could possibly add more views or tabs, but that is not ...
|
| What is error code 0x80131047 ? | 05 Oct 2004 16:49 GMT | 1 |
I cant find the errocode 0x80131047. I have installed C++ Express Beta, and when running one of my apps i get this error code. It works okay before the installation of C++ Express Beta, so I guess it has something to do with .NET 2.0.
|
| C++ RASDIALPARAMS rasapi32.lib | 05 Oct 2004 13:38 GMT | 1 |
I want to use the structure RASDIALPARAMS to open a connection with the RasDial() function. I need to link rasapi32.lib and ras.h to use this structure, but I haven't these files on my computer. I have rasapi32.dll.
|
| Conversion between managed class and unmanaged structure | 05 Oct 2004 09:21 GMT | 3 |
I want to convert a object of a managed class to a unmanaged structure that has the same member with that managed class. Can anybody tell me how i can do it? Thanks in advance.
|
| Designing an ISAPI Filter | 04 Oct 2004 15:36 GMT | 1 |
How can i design an ISAPI Filter that works with IIS-6.0 on win 2003 platform. I already have an ISAPI Filter that i designed for working with IIS 5.x and that works fine . I am finding a problem with the ISAPI Filter designed for IIS 6 since the
|
| Size of int (once again, sorry) | 03 Oct 2004 18:56 GMT | 14 |
Hi, sorry about the multiple posting, technical difficulties.... ----- What does exactly the size of the int datatype depends in C++? Recenlty I've heard that it depends on the machine's type, i.e. on 16-bit
|
| Converting IntPtr to HWND | 03 Oct 2004 10:29 GMT | 1 |
How do I convert a System::IntPtr returned by .net as a handle to an actual Win32 handle like an HWND ? Attempts to use static_cast<HWND>(anIntPtr) do not work.
|
| 64-bit & Managed C++ vs. C++/CLI | 03 Oct 2004 05:58 GMT | 6 |
I have a complex codebase developed in Managed C++ that I am not particularly looking forward to porting to C++/CLI :) I'd like to know what the most compelling arguments for doing so are so I can justify the cost. For example, will Whidbey generate 64-bit assemblies for ...
|
| Writing binary data in managed C++ | 02 Oct 2004 23:09 GMT | 2 |
I have a managed C++ project that contains a simple structure: struct { <multiple members>
|
| how to disable close button on form in vc++ .net | 02 Oct 2004 20:23 GMT | 1 |
I am new to VC++.NET, however, I have to implement this project in vc++.net. Here is the trouble I am facing. I wanna disable the red close button at the right upper corner of a vc++.net form. How to do this? YOur help is greatly appreciated!
|