First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
I need a good book to learn CAsyncSocket and Csocket
I need a good book to learn CAsyncSocket and Csocket. I want to explain in greater detail the functions and the author is an expert in the field. What do you recommend? thanks ... 14 Apr 2010 13:20
Marshalling C# Strings to VC++ 6.0??
>If I run the C++ client application in a debugger I can definitely see the old C++ COM server returns the string as one byte wide characters (despite the IDL defining BSTR type). That sounds like the old code is written to assume an ANSI string masquerading as a BSTR - possibly the old code used SysAllocSt... 13 Apr 2010 10:36
Visual Studio 2010
So, VS2010 is finally released! I'd like to signal this interesting article: "Exploring New C++ and MFC Features in Visual Studio 2010" http://msdn.microsoft.com/en-us/magazine/ee336130.aspx Giovanni ... 14 Apr 2010 16:42
AfxOleInit() and CoInitializeEx in a non-GUI thread ?
Hi all, I'm currently trying to make sense of a DCOM interface in an app of ours. The COM server is run via STA (COINT_APARTMENTTHREADED) and we were thinking of changing it to MTA (COINT_MULTITHREADED). The interface exists to control certain aspects of the app from another program and doesn't do anything ... 14 Apr 2010 11:04
Marshalling C# Strings to VC++ 6.0‏‏
Greetings, I'm having difficulty marshalling strings in a C# COM server (VS2008, .NET Framework 2.0) back to a VC++ 6.0 client application. The C++ application wants to consume a single byte per character string, but the C# application is sending it back as a two byte per character string. Fundamentally I know w... 13 Apr 2010 08:22
trouble with CDC
I'm doing a program that needs to capture bitmaps off a window of another program. I'm doing okay except I have an intermittent failure. I admit I'm not testing for all the possible MFC error returns at this early stage, but even I did I'm not sure how I'd deal with this error. My piece of code looks like this... 15 Apr 2010 04:51
CMFCRibbonStatusBar always visibile
Hi, I'm creating a simple SDI app using the new VS2008 service pack. I added ribbon support but all I want on the ribbon are the Open & Close buttons. I commented out all the code that creates the other default buttons and categories but doing this also gets rid of the status bar (CMFCRibbonStatusBar). I can't fin... 11 Apr 2010 23:26
Unicode batch files
I'm working on an app that (among other things) writes batch files. Presently, the batch files are UTF-8 encoded, with BOM. The batch files work properly unless they include non-ANSI characters. For example, this doesn't work: "MyProg.exe" "的翻.data" Nor does this (a crude attempt to force UTF-8): chcp 6500... 13 Apr 2010 11:43
http Internet Programming using MFC
I want to build a program that can request web pages and retrieve web pages and files using http. Is there any MFC class that can facilitate this purpose? If not possible with straight MFC than how to integrate such features using win32 API? Please help or give me hint. With thanks. -- Saint Atique [H... 11 Apr 2010 16:49
OnAccept() in CAsyncSocket
I'm migrating of CAsyncSocket to socket API. And I would like to know: How to replace the OnAccept method? The code I have is the following: /**SocketServer.h **/ public: virtual void OnAccept( int nErrorCode ); /**SocketServer.cpp**/ //Implemetation void CSocketEscucha::OnAccept(int nErrorCode) { ... 11 Apr 2010 07:58
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40