 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Carlos Aguero Guest
|
Posted: Mon Sep 29, 2003 6:40 pm Post subject: Help with this function " CompareDateTime" |
|
|
Hey,
I am running C++Builder 6.
int CompareDt = CompareDateTime(value,DateCheck);
is it something wrong with this statement?
I get an ERROR: Call to undefined function CompareDateTime.
Am I missing something here?
Carlos
Thanks for your help
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Sep 29, 2003 8:05 pm Post subject: Re: Help with this function " CompareDateTime" |
|
|
"Carlos Aguero" <carlos986 (AT) hotmail (DOT) com> wrote
| Quote: | int CompareDt = CompareDateTime(value,DateCheck);
is it something wrong with this statement?
I get an ERROR: Call to undefined function CompareDateTime.
|
Sounds like you did not include the header file for the function:
#include <DateUtils.hpp>
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|