摘要:
$ gcc -o test test.c出现错误:error: sqlca.h: No such file or directory【解决方法】知道 sqlca.h 在 $ORACLE_HOME/precomp/public/下更正后执行“$ gcc -o test test.c -I $ORACL 阅读全文
摘要:
以下功能代码判断是否运行在 Windows x64 下。本例使用 Windows API 函数 IsWow64Process,具体请参考MSDN文档:http://msdn.microsoft.com/en-us/library/ms684139(VS.85).aspx /** * This pro 阅读全文