I recently submitted an application for a SF.net project (PortableNotepad2, or pnotepad2); it's been in the queue for 4 business days and I was wondering how long a wait it would be (they say it's usually two days). Does anybody know?
Also, I'm starting a new project -- Registry Rocker. This is basically a GUI'd front-end for a modified version of the QuickPort template. I'm still trying out various languages, but I'm probably going to make a C++ application that accepts command-line arguments and has a text GUI if no args are passed, plus a GUI frontend (in NSIS, probably) that lets you fill in a form and it calls the C++ program with various arguments. Then the C++ program would custom-generate a .NSI file.
So far, though, I keep getting into trouble when I try and use C++ style strings -- whenever I use the variable declaration string WhatEver
and try and use the variable later, I get bombarded with errors.
Anyone fancy helping out? I mostly need help with the GUI -- I'm going to try and fix the C++ program on my own. (Any tips for dealing with strings would be very useful, by the way. ;))