Quincy (IDE + minGW C/C++ Compiler)

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
juvera
Posts: 22
Joined: Sat Oct 15, 2011 4:05 am

Quincy (IDE + minGW C/C++ Compiler)

#1 Post by juvera »

I admit that I am completely lost in the PFC interface.
What I am trying to do is simple: submit Quincy (a C/C++ dev platform: IDE + minGW compiler).

Quincy (http://www.codecutter.net/tools/quincy/), my Swiss army knife when I need to write a C/C++ app on the fly.
I have originally "installed" Quincy, and then, I simply copied the installation folder on a USB drive that I carry around.
Several web pages mention that Quincy is portable.
Open source / Freeware / Dr Dobbs

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: Quincy (IDE + minGW C/C++ Compiler)

#2 Post by I am Baas »

Q2005v1_3 is an Inno setup file. No need to install/uninstall. Universal extractor works. The application files are in the {app} folder. And Quincy
q.png
q.png (12.22 KiB) Viewed 5087 times
is in the bin folder.

Here's a screen dump:

Image

Tested: Not Portable

HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Directories
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Documents
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Options
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Settings
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Settings-Bar0
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Settings-Bar1
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Settings-Bar2
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005\Settings-Summary
HKEY_CURRENT_USER\Software\Al Stevens Programs\Quincy 2005

@moderator
please do what you need to do... :)

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: Quincy (IDE + minGW C/C++ Compiler)

#3 Post by tproli »

Thanks, yaPped.

Writes "Compiler", "Debugger" and "Current" paths to the registry so running off a stick would raise an error message to manually update these paths. Relative paths are not supported. The launcher handles these.

Post Reply