You are here

Some C++ help

2 posts / 0 new
Last post
ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 3 months ago
Developer
Joined: 2006-12-06 18:07
Some C++ help

I'm working on rewriting/updating the code for a command line app that allows the user to change the screen resolution of the computer they are working from. I plan on adding a GUI interface to it, unfortunately, the original code, from the Res application by Meme Code, released under the LGPL, uses EnumInputDevices() and the built in function in Visual Studio 6.0 is missing some necessary symbols, so i recieve an error message each time. Does anybody know where I can find the updated and working .lib file that contains this function?

The readme in the source mentions the Platform SDK addon from Microsoft, however, I can't seem to find the correct version of the SDK.

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 6 months ago
Developer
Joined: 2006-05-26 12:08
Good luck

I tried finding that and I found nothing. it's all getting replaced with the MS Vista SDK now
-----------------------------
"I don't fear Computers. I fear the lack of them" Isaac Asimov
My Personal Blog in the making at a new address thibeaz.com Biggrin

your friendly neighbourhood moderator Zach Thibeau

Log in or register to post comments