Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 10th, 2007, 8:47 PM   #1
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
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
Prm753 is offline   Reply With Quote
Old Aug 10th, 2007, 10:21 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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
DaWei is offline   Reply With Quote
Old Aug 11th, 2007, 3:57 PM   #3
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
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
Prm753 is offline   Reply With Quote
Old Aug 11th, 2007, 4:43 PM   #4
Eoin
Hobbyist Programmer
 
Eoin's Avatar
 
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3 Eoin is on a distinguished road
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.
Eoin is offline   Reply With Quote
Old Aug 11th, 2007, 5:20 PM   #5
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
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
Prm753 is offline   Reply With Quote
Old Aug 11th, 2007, 5:34 PM   #6
Eoin
Hobbyist Programmer
 
Eoin's Avatar
 
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3 Eoin is on a distinguished road
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.
Eoin is offline   Reply With Quote
Old Aug 11th, 2007, 6:05 PM   #7
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
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
Prm753 is offline   Reply With Quote
Old Aug 22nd, 2007, 10:46 PM   #8
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
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
Prm753 is offline   Reply With Quote
Old Aug 23rd, 2007, 1:28 AM   #9
antihaxer
Newbie
 
Join Date: Aug 2007
Posts: 18
Rep Power: 0 antihaxer is on a distinguished road
I will beta test, I run vista on vmware. :-)
antihaxer is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:14 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC