I created a win32 console application (without enable precompiled header option). And now my source code as this, there is two compiler errors.
Is it possible to know the TCP buffer size dynamically on windows.I set the TCP buffer size using SO_SNDBUF,SO_RECVBUF and also can check its allocated buffer size using getsockopt(). But I wanted to
I\'ve written (rather, copied from a tutorial :P) a winsock server, in c++ which waits for the client to send a message and then closes. The server works when both the client and the server are on my
I would like to get file formats supported by scanner via TWAIN interface. There is an example how to get supported formats:
We have a WPF application that was developed on Windows 7 using VS 2010 and .NET 4.0 framework. I have created an install package for it using the Visual Studio Installer.
I am trying to embed a GVim window inside a Qt application on Windows by getting the winId of a QWidget and passing it to Vim using --windowid.
I want to anti-debug and write a function like following code to call API debug \"IsDebuggerPresent\" to check:
I want to compare two WCHAR* strings.开发者_如何学JAVA How to do it? P.S. I would like to ignore case while comparing.
How do I assign a buddy window to the Spin Control using ResEdit ? (C++) Also, how do I find out what messages the control sends when the up and down arrows (on the control) are pressed.
I\'ve been stuck debugging my custom downloader all morning now and I finally know where it goes wrong but I don\'t know why.