Hi i have been working on a project in a group and we all have to compile the C++ code and enter our own values, however i am getting a compilation error and and unsure what to do to cure it, ive looked online but not found much help for the particul error, all i do is open the .proj file which adds all the source and header files, but when i click Debug>Run and get the following error every time.
1>------ Build started: Project: assignmentFX, Configuration: Debug Win32 ------
1>Compiling...
1>Fx.cpp
1>c:\users\daniel\documents\205se programming\final\visual studio project\assignmentfx\assignmentfx\fx.cpp(85) : error C2660: 'OutputHandler::draw' : function does not take 2 arguments
1>c:\users\daniel\documents\205se programming\final\visual studio project\assignmentfx\assignmentfx\fx.cpp(87) : error C2660: 'OutputHandler::draw' : function does not take 2 arguments
1>c:\users\daniel\documents\205se programming\final\visual studio project\assignmentfx\assignmentfx\fx.cpp(89) : error C2660: 'OutputHandler::draw' : function does not take 2 arguments
1>Build log was saved at "file://c:\Users\Daniel\Documents\205SE Programming\Final\Visual Studio Project\assignmentFX\assignmentFX\Debug\BuildLog.htm"
1>assignmentFX - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The software im using to attempt to compile this is Microsoft C++ Express 2008 and have ran it on xp and vista os's.
Any help would be great as its part of my 2nd year university course.