Tech Support > Microsoft Windows > Development Resources
gcc: Compilation Problems with a simple socket app
Posted on April 19th, 2004 | 1 Comments

Hello. I'm using 'gcc 3.2' on 'MS Windows 2000 SP2' with 'cygwin-1.5.9-1' installed. I'm trying to build a simple socket app: ------------------//---------------- #include <sys/types.h> #include...

Win XP -> 'fast switch of users'
Posted on April 19th, 2004 | 0 Comments

Hi all, I have a conceptual problem, maybe somebody has an idea how I could solve it ... I have an application let's call it MyProxy that is responsible of doing let's say email compression (it's...

Monochrome DIB bitmap!
Posted on April 19th, 2004 | 3 Comments

Hi, I'm trying to render any colors within a monochrome DIB bitmap and it seems that GDI doesn't achieved this task as I would have expected. As far as I understand, GDI seem to works as follow: ...

SetThreadDesktop returns 170
Posted on April 19th, 2004 | 0 Comments

Hi, I've searched the newsgroups, but couldn't find anything useful to this. I am running a service which tries to call SetThreadDesktop and that returns 170. Anybody knows what could be a reason...

Window Messages - Help I am stumped!
Posted on April 19th, 2004 | 2 Comments

Hi, I have a program which 'scrapes' listboxes from running processes. It works just great grabbing SysListView32 classes using FindWindow and then sending the appropriate messages to obtain the...

Flickering on resize with FillRect
Posted on April 19th, 2004 | 1 Comments

Hello, Okay, this is a newbie question. I get some nasty flickering in my window when I use the FillRect method to change the background color of my window. Any ideas about how I might fix this? The...

Best RAD tool to develop a complex GUI
Posted on April 19th, 2004 | 5 Comments

Hi, I am currently using Delphi to build application. Recently, I have been give a project to display 50 thumbnails on a single screen. The Delphi Enterprise edition does not have a VCL component to...

timeSetEvent()
Posted on April 19th, 2004 | 1 Comments

The CALLBACK FUNCTION of timeSetEvent() is implemented by WINMM creating a time critical priority thread on behalf of its client and executing in its client's context. Does this mean that the...

programmatically find the mtu
Posted on April 18th, 2004 | 0 Comments

How can I find the mtu on a machine running any version of windows from 95 onwards, using win32? Thanks Allan

TrayIcon
Posted on April 17th, 2004 | 4 Comments

Hi, I have a thirdpart application running as a little icon in the tray - when i rightclick this, i get a popup menu with an "Enable" / "Disable" checkbox. I would like to do this programatically -...

Re: Bison/Flex BASIC Language To ByteCode/ASM
Posted on April 17th, 2004 | 0 Comments

On 4/17/2004 1:00 PM, XBUNNY@EIDOSNET.CO.UK wrote to ALL: -> One library I find very useful is FFCALL -> -> http://www.haible.de/bruno/packages-ffcall.html -> -> This saves you having to writing the...

Writing to the receive buffer
Posted on April 17th, 2004 | 2 Comments

Is there a way I can write data to the serial port receive buffer? This would be to simulate a serial device. Mike

test
Posted on April 17th, 2004 | 0 Comments

What messages are sent for a window to be painted?
Posted on April 17th, 2004 | 7 Comments

Can somebody please tell me what messages are sent for a window to be completely repainted? I have a window with CS_OWNDC style and a rich edit control child within its area. I have made the rich...

Re: Bison/Flex BASIC Language To ByteCode/ASM
Posted on April 17th, 2004 | 1 Comments

On 4/16/2004 11:27 PM, XBUNNY@EIDOSNET.CO.UK wrote to ALL: -> When I say interpreter I mean any program which takes code symbols in -> some form and interprets them into symbols in some other form....

Low Level Input from Mouse and Keyboard
Posted on April 17th, 2004 | 6 Comments

Im looking for a way to get low-level input from the mouse and keyboard. I already tried it with raw input from the API and it worked out fine, but for raw input you at least need WinXP. And I would...

Re: Bison/Flex BASIC Language To ByteCode/ASM
Posted on April 17th, 2004 | 1 Comments

On 4/15/2004 1:10 PM, XBUNNY@EIDOSNET.CO.UK wrote to ALL: -> http://compilers.iecc.com/faq.txt -> The section on getting started is very long might have some useful -> references. Helpful...

PLEASE HELP!!!!!!! PLEASE HELP!!!!!
Posted on April 17th, 2004 | 4 Comments

I'm having trouble implementing DirectInput into a MFC project. I coded a simple app without MFC, only using the Win API and it worked fine. The app only registers a DirectInput mouse device and...

timing help for beginner
Posted on April 16th, 2004 | 3 Comments

Help me , i am lost. I cannot find a function, that gets simple miliseconds. I know only GetTickCount(), but it returns 55ms steps. If you know any, please tell me what header needed to include and...

ASP.NET
Posted on April 16th, 2004 | 3 Comments

I have Windows XP. I would like to write some ASP.NET code. Do I have to install any software for ASP.NET? My primary platform is Unix, I am not very good in Windows. Please help. tks.