Главная страница | назад





Article #18724: Using isdigit Within a Library

 Question and Answer Database
FAQ3724C.txt Using isdigit Within a Library
Category :Miscellaneous
Platform :All Windows
Product : C++Builder3.x
Question:
How do I use isdigit within a Library? isdigit always returns 0 when used within a libary.
Answer:
The problem is that Libraries and Applications in C++Builder3 are created
with different default options. Simply add:
_RTLDLL
to your Project | Options | Directories/Conditionals | Conditional defines.
8/26/98 2:23:49 PM

Last Modified: 01-SEP-99