Please support our C++ advertiser: Programming Forums
Views: 1769 | Replies: 11 | Solved
![]() |
•
•
Join Date: Jun 2005
Location: Cambridge, MA
Posts: 1,330
Reputation:
Rep Power: 7
Solved Threads: 44
yes it can be a bit of a pain at first but using the windows api it can be done 
this is of course in windows, you need to specify the OS for a more specific answer.
http://msdn2.microsoft.com/en-us/library/ms632587.aspx

this is of course in windows, you need to specify the OS for a more specific answer.
http://msdn2.microsoft.com/en-us/library/ms632587.aspx
!!!!! WARNING YOUR COMPUTER MAY BE INFECTED WITH SPYWARE!!!! PAY AN OVER PRICED AMMOUNT TO HAVE SOMTHING FIXED WE PLACED THERE IN THE FIRST PLACE!!!!!!!!!
sound familiar, know how to block yourself and keep yourself clean.
_____________________
http://www.lavasoftusa.com/ -->adaware
http://www.safer-networking.org/en/index.html -->spybot S&D
http://www.javacoolsoftware.com/spywareblaster.html -->spywareblaster
http://www.javacoolsoftware.com/spywareguard.html -->spywareguard
_____________________
and dont forget to spread the reputation to those that deserve!
sound familiar, know how to block yourself and keep yourself clean.
_____________________
http://www.lavasoftusa.com/ -->adaware
http://www.safer-networking.org/en/index.html -->spybot S&D
http://www.javacoolsoftware.com/spywareblaster.html -->spywareblaster
http://www.javacoolsoftware.com/spywareguard.html -->spywareguard
_____________________
and dont forget to spread the reputation to those that deserve!
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,666
Reputation:
Rep Power: 40
Solved Threads: 990
Here is a popular tutorial. win32 api is C, not C++. You can create c++ programs that call win32 api but it isn't necessary. MFC and wxWidgets are two c++ gui libraries. wxWidgets is free and works with most compilers and operating systems. MFC is not free and restricted to MS-Windows.
Last edited by Ancient Dragon : Jul 24th, 2007 at 11:54 am.
•
•
Join Date: Jul 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 1
Yes. I recommend using the wxWidgets toolkit at http://wxWidgets.org. This toolkit is free and will enable you to write cross platform GUI code.
http://www.tekartisans.com --> Consulting Services
•
•
Join Date: Jul 2007
Posts: 8
Reputation:
Rep Power: 0
Solved Threads: 2
I also recommend to use ATL and WTL if you are programming for MS Windows platform.
voynex.com - high quality software and web development.
•
•
Join Date: Jul 2007
Posts: 37
Reputation:
Rep Power: 2
Solved Threads: 1
Hello everybody,
I apologize for bursting into the conversation.
I read the win32 tutorial that Ancient Dragon talked about,it's pretty good.
I just wanted to ask one question:
If I build a program using win32 API on windows xp professional version 2002.
Will that program run correctly on other versions of windows(windows 98,windows 95,windows vista)?
I apologize for bursting into the conversation.
I read the win32 tutorial that Ancient Dragon talked about,it's pretty good.
I just wanted to ask one question:
If I build a program using win32 API on windows xp professional version 2002.
Will that program run correctly on other versions of windows(windows 98,windows 95,windows vista)?
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,666
Reputation:
Rep Power: 40
Solved Threads: 990
Maybe -- depends on what api functions you use. When unsure what version of the os a function supports, look it up in MSDN and it will tell you. There are many functions that are either unsupported on older versions of Windows or does not exist at all. For example, UNICODE is not supported in Win95/98 so if you compiled your program for UNICODE it will not run on either of those versions of MS-Windows.
Last edited by Ancient Dragon : Jul 24th, 2007 at 4:01 pm.
•
•
Join Date: Jul 2007
Posts: 37
Reputation:
Rep Power: 2
Solved Threads: 1
Thank you.
I understand the story with the older versions of windows(it's actualy pretty logical, isn't it : ) ).
And if I understand correctly the more recent versions should
support all the functions that their predecessors supported( vista should support all the api functions that xp supported), am I right?
I understand the story with the older versions of windows(it's actualy pretty logical, isn't it : ) ).
And if I understand correctly the more recent versions should
support all the functions that their predecessors supported( vista should support all the api functions that xp supported), am I right?
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode