Thread
:
Plz Help - Visual Basic .net/visual C++ .net Code
View Single Post
Jan 18th, 2007, 12:14 PM
#
8
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
The error message is pretty clear. Check the prototype for Add and explicitly convert 'hours' to an object of that type. You might consider resorting to your help files, using the term, "C2664". Just a thought.
__________________
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
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei