 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Enoch Guest
|
Posted: Sat Mar 17, 2007 3:25 pm Post subject: Problem on Declare |
|
|
I have created an application with the following line:
static const Shortint SCARD_S_SUCCESS = 0x0;
I encounter 'Declaration terminated incorrectly' compile error in C++
Builder 6.0. However, if I change to
static const Shortint SCARD_S_SUCCESSD = 0x0;
It compiles successfully. Why is it (there is no any declaration before as
I just create a NEW application with this line. Thank in advance.
Enoch Ng
http://www.memdb.com |
|
| 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
|
|