| Thread | Last Post | Replies |
|
| No performance improvement for MultiThreaded call to a VB COM | 14 Jul 2005 19:07 GMT | 9 |
I have included all the source codes in the attached MyTest.zip (http://www.codeguru.com/forum/attachment.php?attachmentid=11218) There are three projects: VBTestCOM project is a apartment threaded DLL, it has one function doing a
|
| Accessing Existing Vc++ API from .NET C# or VC++.NET | 14 Jul 2005 17:53 GMT | 1 |
I have doubt regarding .NET. I have a tool which was developed on VC++ 6.0(Win32 Application ). The application communicates with library (API) which was developed on VC++ 6.0 called core client.
|
| Drawing text vertically | 14 Jul 2005 15:11 GMT | 2 |
I develop a Multiple Windows Forms application in Microsoft Visual Studio C++ .NET 2003 and I have a problem with string drawing. I can draw it vertically, but I need to turn the strings 180°. I use the Invalidate() function and call the Paint event:
|
| Peculiar Error in Network Transmission | 14 Jul 2005 13:19 GMT | 5 |
I am trying to transfer data from a Unix machine to Windows machine using C Network functions. In unix i send image data to windows using send() function in a loop running till the end of image data (length is known beforehand). sending 1022
|
| error C3767: candidate function(s) not accessible + COM interface pointers | 14 Jul 2005 11:53 GMT | 1 |
I am getting this compler error in similar situations as described in previous posts to this site, however in my case the solution that is proposed is of no use. In my case, the managed C++ class has a method that takes a COM Interface
|
| Debug into unmanaged C++ code from managed dll | 13 Jul 2005 22:50 GMT | 4 |
I was wondering if it is possible and how to debug from managedC++ dll into unmanaged C++ code. I tried, but without any success. What I try to do is to wrap a unmanaged C++ dll using a Managed C++ wrapper class so that managed code can access my unmanaged code.
|
| VC7.1 Compiler bug? | 13 Jul 2005 20:40 GMT | 6 |
I have the following code: -------------------------------------- #include <iostream> class MyObj
|
| 2K/XP problem with CEdit.SetWindowText | 13 Jul 2005 16:16 GMT | 1 |
I have a small app that filters out illegal characters typed into a CEdit by doing a GetWindowText(), followed by the filtering, followed by a SetWindowText(), all within a routine fired from an ON_EN_CHANGE message. I am developing this app on VC++ 7.1 under Win2K and it works
|
| GetDC question | 13 Jul 2005 14:49 GMT | 4 |
I need to use GetDC but I don't know how to find a parameter to pas to the function. This is the GetDc from MSVC help: ********** GetDC
|
| How to debug application built on another machine? | 13 Jul 2005 10:33 GMT | 5 |
My application crashed (with the "cannot read memory, press OK to terminate or Cancel to debug" message) on the machine that has VC7.1. I just copied the original project with pdb file to that machine, opened the project, pressed Cancel to the above message, and chose this
|
| Why use c++ (instead of c#) | 13 Jul 2005 07:57 GMT | 2 |
I think of using c++ instead of c# was about speed, but some tells me that it's not much difference. So, is that only to access the mfc or are others things that I can do with c++ .net that c# dows not. I think of using directx for games in c# will be slow, but now every game is ...
|
| using a static library from a static library | 13 Jul 2005 00:01 GMT | 3 |
I would like to create a static library that uses and in effect adds to another static library. I could simply add functionality to the existing library, but functionally it doesn't really belong there... that is, the one library is very inspecific. The Library I need to ...
|
| Constants and code generation | 12 Jul 2005 22:35 GMT | 1 |
Hi, all! We are developing a app that will send error messages for smtp protocol? Actually, we are using a default e-mail configuration. This default is inserted in constants (.h) that app include. We generate code in MS Visual
|
| What's wrong with this | 12 Jul 2005 19:23 GMT | 3 |
I don't understand what's wrong with the following code. It works in debug mode but generate a System.NullReferenceException in release mode (see comment to locate the line where this exception occurs).
|
| INF: Has anyone made a CString, sprintf, and sscanf for .NET? | 12 Jul 2005 14:57 GMT | 5 |
INF: Has anyone made a CString, sprintf, and sscanf for .NET? Please help, I want to code with PURE .NET (i.e. pure CLR). No MFC, No ATL, no C-Run Time Library. But I want CString, sprintf, and sscanf. The "String" class in .NET
|