in reply to Anyone use Win32::API?

I've used the Win32::API to write Win32SnapWalk. It works well and is quite straight-forward. Main problem for me was to know which functon was in which dll, but if your'e an experienced Win32 C++ programmer that will not be a problem for you :)

/brother t0mas

Replies are listed 'Best First'.
(Guildenstern) REx2: Anyone use Win32::API?
by Guildenstern (Deacon) on Aug 20, 2000 at 03:20 UTC
    i downloaded your code. great example of how to make the actual function calls, etc. i guess i'll just have to do my homework and make sure i know in what DLLs my functions are located in each version of windows.