Tech Support > Microsoft Windows > Development Resources
win32: each socket in its own thread ?
Posted on February 5th, 2007 | 1 Comments

On Sat, 3 Feb 2007 05:05:29 +0100, "Coca Smythe" <dontwantspamhot@mailspamnothx.com> wrote: IOCP, you'll only need one thread (or as many threads as processors that you have). It scales great. I...

implementing VPN client
Posted on February 5th, 2007 | 5 Comments

DLL Modal Dialog Conflict with Host
Posted on February 5th, 2007 | 0 Comments

Hi All, I have this awful hack to a problem and I am back trying to find a good solution. Here's the situation... I have a DLL (plug-in) that creates modal dialogs when a user clicks on a button....

Seed7 Release 2007-02-04
Posted on February 4th, 2007 | 0 Comments

Hello, I have released a new version of Seed7: seed7_05_20070204.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and...

Should GetTextExtentPoint32 correctly measure treeview item text?
Posted on February 4th, 2007 | 2 Comments

On Feb 3, 12:25 pm, Norman Bullen <n...@BlackKittenAssociates.com.INVALID> wrote: Thanks so much. It worked exactly as you said. When I get the font the TreeView control is using and select it...

Windows and worker threads etc
Posted on February 4th, 2007 | 4 Comments

In article <eq04es$rko$1$8300dec7@news.demon.co.uk>, nospam@gmail.com says... The only WaitFor* function that you should normally use in a GUI thread is MsgWaitForMultipleObjects. Ocassionally,...

can't check treeview checkboxes - what am I missing?
Posted on February 3rd, 2007 | 9 Comments

On Dec 30 2006, 2:30 pm, "Barry" <bar...@nullhighstream.net> wrote: I upgraded my debian linux computer from sarge to etch (a bother because dist-upgrade did not work), which let me install the...

difference between LockWindowUpdate () and WM_SETREDRAW?
Posted on February 3rd, 2007 | 3 Comments

On Feb 1, 5:46 am, "Sten Westerback \(MVP SDK\)" <REMOVE_IF_NOSPAM_ext- sten.westerb...@nokia.com> wrote: I admit I'm confused about WM_SETREDRAW and LockWindowUpdate. It seems obvious the two...

NT Services
Posted on February 2nd, 2007 | 6 Comments

Radamanthe wrote: Download the platform SDK and look at the sample in psdk\samples\winbase\service its written in C and should compile with mingw, possibly the current psdk may not be compatable...

eclipsce and c++ under windows xp
Posted on February 2nd, 2007 | 0 Comments

Hi! I've got problems with eclipse and CDT under windows xp. I have already installed new eclipse and plug-in for c++, I've got mingw g++ too. It seems it needs debugger - in help is written, that...

Win16 to Win32 EXE converter
Posted on February 2nd, 2007 | 2 Comments

On 1 Feb 2007 15:41:18 -0800, eljainc@sbcglobal.net wrote: If you want "simple", I think the best you can hope for is that your wrapper will pop up a DOS box and run the original app. This could...

[ANN] U++ 2007.1 beta
Posted on February 2nd, 2007 | 0 Comments

www.ultimatepp.org U++ is the BSD licensed C++ crossplatform framework focused on programmers productivity without sacrificing runtime performance. Based on strictly deterministic design it...

PDB found but it's the wrong one
Posted on February 2nd, 2007 | 2 Comments

Replace /pdbtype:sept linker option by /pdbtype:con, watch the output for possible linker warnings. Also ensure that the static library is built with debug information (/Z7 compiler option would be...

help with malloc
Posted on February 2nd, 2007 | 1 Comments

"Art" <artami2006@gmail.com> wrote in message news:1170353653.977677.35010@s48g2000cws.googlegroups.com... having difficulty using your system for some minutes (assuming small allocations)....

Timers in Console Applications
Posted on February 1st, 2007 | 11 Comments

On 31 Jan 2007 14:43:53 -0800, "Dave" <davechandler@gmail.com> wrote: Unless you are running a message pump loop in your console application i.e. GetMessage / Translate / Dispatchmessage which is...

splash screen problem
Posted on February 1st, 2007 | 2 Comments

No, i found the problem in the CSplash class, there is a bitmap that is loading from resource and in my case the bitmap was null. :) Thanks Sten Westerback (MVP SDK) a scris:

SendInput and dwExtraInfo
Posted on February 1st, 2007 | 4 Comments

Hmm.. sounds like you should consider using some other type of RPC like named pipes or mailslots to communicate with the other application. At least i got the impression that you have the code for...

Dev-C++ and Poblems with Vista
Posted on February 1st, 2007 | 0 Comments

"Stefan Helmig" <steve4u@gmx.li> wrote in message news:engi63$vcc$00$1@news.t-online.com... Hmm.. did you modify the System wide Path or your own? If system path, ensure that you log out temporarily...

Why memory usage of a Process is different in different systems
Posted on February 1st, 2007 | 2 Comments

In message <XSgwh.47284$Nb2.900430@news1.nokia.com>, "Sten Westerback (MVP SDK)" <REMOVE_IF_NOSPAM_ext-sten.westerback@nokia.com> writes VM Validator may give an insight into this...

Print using custom form in windows xp
Posted on February 1st, 2007 | 0 Comments

Hi! I'm trying to print using custom page size from a C++ application.I could successfully add a custom form and define the required page size in this forum using the AddForm function. The problem is...