kriso <kriso@tpts4.seed.net.tw> 次寫入到主題
<36AAC64E.EA8D2C89@tpts4.seed.net.tw>...
> 請問有誰在 borland c++ 環境下 用過 oup() or output() ?
> how to use it correctly ?
> why the compiler tell me "call to function outp() with no prototype" ?
>
> thnks for your help.
>
>
There are probably two causes of it; namely,
1. You forgot to include the required header file that defines outp(), or
2. You were running under NT machine and trying to build an NT
application where the outp() function is not directly supported
from a standard library.
-- 市隱