摘要:
The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.解决方法:1. VC6 工程->设置->C/C++->工程选项 直接把 /GZ 给去掉2. VC.NET 项目属性->C/C++->代码 阅读全文
posted @ 2011-06-20 16:54
Master HaKu
阅读(1127)
评论(1)
推荐(0)
摘要:
The netCDF library is implemented as a Windows dynamic link library (DLL).To install a DLL, you just have to leave it in some directory, and (possibly) tell yourcompiler in which directory to look for it.Similarly, you will need to put the header file, netcdf.h, somewhere that you compilercan find i 阅读全文
posted @ 2011-06-20 11:04
Master HaKu
阅读(573)
评论(0)
推荐(0)