![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Open-Source software project
Hi all,
Usually, when people come here looking for free work, they get run out on a rail by some of our veteran members. Since I've been around here for about two years now, I hope that won't happen to me. ![]() I'm currently working on a small C++ project called PastIconsFlusher. It runs on Windows XP only, and flushes the 'Past Notifications Area' in the Taskbar. A very simple and small program, to be sure. I am using the Win32 API. I have open-sourced it, and received some decent feedback. Here is a download site hosting PastIconsFlusher, if you want to take a look: http://fileforum.betanews.com/detail...r/1141525602/1 So, here's where you come in. I have had a request from a user to port this program to Windows Vista. I cannot do this. I do not own a copy of Vista, and I will not download one. I cannot afford one at this juncture in time. If you are a programmer of intermediate to advanced knowledge who knows the Win32 API for Vista, I would be more than happy to have you come on board and update the program for Vista. Because this is a open-source program, I cannot pay you (nor can I afford to) That's the punchline. I just want to update this little program for Vista because I have had decent feedback on it - and maybe I could help a Vista user out. So, if you're interested, reply here and I will PM you. If you just feel like eating me for lunch because I'm asking for free help, I guess you can do that too. ![]() Regards, Paul
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
PRM, we don't eat people for lunch because they ask for free work. That's a perfectly legitimate offer in the Jobs Forum. We eat people for lunch because they want their work done for them for free when they think that a credit on their sloppy website is tantamount to worthwhile remuneration.
I don't have Vista, either (and not likely to in the near term), or I would do it for you (presuming I was capable).
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Professional Programmer
|
I think I got Vista capability written in. I found some info on some 'Vista Tips' type of sites, and I found some decent code at MSDN showing me how to check for the Operating System version.
But I would like some beta testers before I release this to the general public. Reply here if you want to see the code or if you want to be a beta tester. Of course, you need to have Vista to be a beta tester. :p
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3
![]() |
That's a neat little app. For kicks I compiled an x64 version and tested it under XP x64. Was only really one hiccup, the function pastIconsFlusher() didn't have a return statement so I changed it's defined return type to void. Other than that it worked like a charm.
I could probably beta test for you on Vista during week days when I have access to a machine. But if there are non-trivial changes needed to port it to vista I'm not sure i'd have the time.
__________________
Visit my website BinaryNotions. |
|
|
|
|
|
#5 |
|
Professional Programmer
|
Hi Eoin,
Thanks for the reply. I probably ought to change pastIconsFlusher() to a return type of void anyways. Did you change any code besides the one return type under XP x64? If you'd like, I can send you a current (as of today) binary and the latest code. The code you were looking at is now a few days old, and I've made changes to it already (Vista paths, checking which operating system is installed, etc.). Send me a PM if you're interested.
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3
![]() |
The only other thing I did was comment out the unistd.h include because VS didn't have that file. Would I be right in guessing you use MinGW?
I'll pm you during the week to take a look at the most recent code, not much point sending it to me till I'm back at the Vista machine. Kind regards, Eóin.
__________________
Visit my website BinaryNotions. |
|
|
|
|
|
#7 |
|
Professional Programmer
|
I am using MinGW indeed - the compiler I'm using is Bloodshed.net's Dev-C++ 4.9.9.2.
Sounds good - glad to have you on board. ![]()
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
|
|
#8 |
|
Professional Programmer
|
Anyone else up for beta testing?
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
|
|
#9 |
|
Newbie
Join Date: Aug 2007
Posts: 18
Rep Power: 0
![]() |
I will beta test, I run vista on vmware. :-)
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open source development how-to | bulio | Coder's Corner Lounge | 11 | Jul 14th, 2007 4:35 AM |
| To open source or not to open source, that is the question | melbolt | Coder's Corner Lounge | 5 | Apr 30th, 2007 3:07 PM |
| Choosing a License for Open Source Project | smith.norton | Project Ideas | 23 | Oct 7th, 2006 3:27 AM |
| Open Source | kp4621 | Coder's Corner Lounge | 51 | May 19th, 2006 8:58 AM |
| How to meet these cross-platform project goals? | mattengland | C++ | 1 | Apr 3rd, 2006 4:01 AM |