Whisker

Quick links:

How to cite Whisker

Current versions and manuals

Download area

FAQs

Publications

Contacts

Famous tasks:

MonkeyCantab

FiveChoice

ImpulsiveChoice

SecondOrder

www.whiskercontrol.com/description-FAQ.shtml

Is Whisker only for Windows?

At present, yes. However, we hope to develop Whisker using a cross-platform tool to allow it to run on Linux and Mac OS X as well, if adequate hardware control proves technically feasible.

Does Whisker run on Windows Vista?

Whisker runs on the Windows NT/2000/XP/Vista family of operating systems. However, there are special considerations under Vista, as follows:

There are a few outstanding problems:

And if you are using old behavioural clients from us (prior to Jan 2009):

Is the source code for Whisker available?

Yes; source code for all Whisker components is available on request to customers who have purchased them.

Frequently-asked questions: installation and updates

Whisker is continually updated and improved in response to customer requests. We are in discussion with our new supplier, Campden Instruments to provide an enhanced update service; at present, the supplier will contact all customers as updates become available.

Information on basic installation and configuration is given in the README.TXT file.

Current software version numbers are detailed in the Version Tracker files; there is a version tracker file for each component of Whisker, including the server and all behavioural tasks.

Frequently-asked questions about installation are given in the current Whisker manual, under "INSTALLING WHISKER SOFTWARE" and "HARDWARE INSTALLATION".

Frequently-asked questions: Whisker

The current FAQ list is in the current Whisker manual, under "TROUBLESHOOTING - FAQ".

Frequently-asked questions: tasks (e.g. MonkeyCantab, FiveChoice...)

See the current manuals for individual tasks.

What compiler do I need to compile tasks under Whisker?

We used to use Microsoft Visual C++ 6.0, and (as of 2009) now use Microsoft Visual Studio 2008 (Visual C++ 9). Whisker, the client libraries, and most major tasks have been converted across; a few have not. Conversion to any edition of Visual C++ between those ranges is possible (e.g. VS2005) and fairly simple for the end programmer. The major difference between VC6 and VS2008 is that VS2008 is much more compliant with current C++ standards - though the compiler no longer runs on versions of Windows before Windows XP.

I'm compiling a task and the compiler can't find boost/random.hpp...

Install the public-domain Boost library from http://www.boost.org/.