First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
To check POP3 mailbox from Visual C++ app
Please help me choose how (an API, component, library etc) can I work with POP3 in the following task. I have no experience with POP3 and do not know where to start. I have C++ Win32-application (MS Visual C++ 2005 or 2008) that must: - periodically (say once in 5 min) check a mailbox via POP3 - retrieve new... 8 Feb 2010 01:16
ERROR_ALREADY_EXISTS on reading from Named Pipe
Hi all, Does anybody know under which circumstances reading from a Named Pipe may return an ERROR_ALREADY_EXISTS (183) error? In our case, the pipe has been used successfully for some time, and then GetOverlappedResult() returns this error. The sequence is: ReadFile (...); // overlapped IO, ... 22 Jan 2010 12:55
Deadly embrace between SetUnhandledExceptionFilter() and threadrundown(???) in Server 2003
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:%23i0J$lWmKHA.1652(a)TK2MSFTNGP05.phx.gbl" type="cite"> <div> <blockquote style... 22 Jan 2010 19:42
Drawing text in a window
I'm trying to implement a simple Unicode console in a window, in as-low-level-as-possible C (it's a compatibility layer for another C program). Right now I'm storing the text in an array of WCHARs and am using brain-dead code like this: WCHAR* p = buffer; for (int y = 0; y < screenheight; y++) { int ys = ... 2 Feb 2010 21:58
Targetting earlier Windows from VS2008
I moved a very old dos (console) app written in C into VS6 and compiled it with minimal changes. This week when I took the same code and moved it into VS2008 I got an exe which would not run on the W2K and XP target systems. I've had little luck with a web search re finding a way to build the exe so that it will... 20 Jan 2010 12:53
What are Data Directories in PE File format ? Why..?
Hello, Can any body tell what is data directory in PE file format ? and what is the main purpose of these data directories to maintain in PE format.? Regards Muhammad Usman Khalil ... 20 Jan 2010 15:09
Need to keep a more robust DNS cache in my Windows client
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:a9ae32a6-a64d-42a1-bb4e-02ecb575dc76(a)b15g2000yqd.googlegroups.com" type="cite"> ... 20 Jan 2010 05:05
Need to extract information (Parse) from Win32 dll's
Hello, Can any body give me the idea how to extract information from win 32 dll's. e.g class name all methods which dll exports. name of methods, parameter types(in,out) & return type of that method. all variables (private,public,protected). all data structures listed we can do the same job from tlb file w... 20 Jan 2010 09:30
Need to extract information (Parse) from Win32 dll's
Hello, Can any body give me the idea how to extract information from win 32 dll's. e.g class name all methods which dll exports. name of methods, parameter types(in,out) & return type of that method. all variables (private,public,protected). all data structures listed we can do the same job from tlb file w... 20 Jan 2010 04:00
Extracting information from type library in C/C++
Hello, Can any body give me the idea how to extract information from win 32 dll's. e.g class name all methods which dll exports. name of methods, parameter types(in,out) & return type of that method. all variables (private,public,protected). all data structures listed we can do the same job from tlb file w... 20 Jan 2010 02:55
First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47