主题:水波特效
woshihanjin
[专家分:2510] 发布于 2004-04-01 02:03:00
水波特效,watcom c实现的(仅能在98下运行),其实算法是别人的(www.imagic3d.com),我只是写了个dos下的图形库罢了(还没写完),要的人请[email]woshihanjin@msn.com[/email]
[img]http://www.wodutom.com/coolwindows/water.JPG[/img]
回复列表 (共13个回复)
11 楼
woshihanjin [专家分:2510] 发布于 2004-04-01 02:30:00
差不多就是这些了吧!临时挑出来的代码,可能不完全,不过主要的肯定在了:)
12 楼
meteor135 [专家分:6060] 发布于 2004-07-27 10:38:00
上述代码有好多不解之处,请楼主解释。
Error x\xTimer.hpp 19: Inline assembly not allowed in inline and template functions
Error x\xTimer.hpp 13: Undefined symbol 'frequency' in function cTimer::~cTimer()
Error x\xTimer.hpp 13: Function 'SetTimer' should have a prototype in function cTimer::~cTimer()
Error x\xTimer.hpp 57: Function 'outpd' should have a prototype in function cFPS::Refresh(int)
Error x\xTimer.hpp 63: Undefined symbol 'GetFrequency' in function cFPS::Stop()
Error xGBase.hpp 130: 'R' is not a base class of 'cCOLOR' in function cCOLOR::cCOLOR(unsigned char,unsigned char,unsigned char,unsigned char)
Error xGBase.hpp 130: 'G' is not a base class of 'cCOLOR' in function cCOLOR::cCOLOR(unsigned char,unsigned char,unsigned char,unsigned char)
Error xGBase.hpp 130: 'B' is not a base class of 'cCOLOR' in function cCOLOR::cCOLOR(unsigned char,unsigned char,unsigned char,unsigned char)
Error xGBase.hpp 130: 'A' is not a base class of 'cCOLOR' in function cCOLOR::cCOLOR(unsigned char,unsigned char,unsigned char,unsigned char)
Error xGBase.hpp 135: Undefined symbol 'R' in function cCOLOR::ToH555() const
Error xGBase.hpp 136: Undefined symbol 'G' in function cCOLOR::ToH555() const
Error xGBase.hpp 137: Undefined symbol 'B' in function cCOLOR::ToH555() const
Error xGBase.hpp 138: Undefined symbol 'A' in function cCOLOR::ToH555() const
Error xGBase.hpp 145: Undefined symbol 'R' in function cCOLOR::ToH565() const
Error xGBase.hpp 146: Undefined symbol 'G' in function cCOLOR::ToH565() const
Error xGBase.hpp 147: Undefined symbol 'B' in function cCOLOR::ToH565() const
Error xGBase.hpp 193: Undefined symbol 'R' in function cCOLOR::FromH555(uCOLOR)
Error xGBase.hpp 194: Undefined symbol 'G' in function cCOLOR::FromH555(uCOLOR)
Error xGBase.hpp 195: Undefined symbol 'B' in function cCOLOR::FromH555(uCOLOR)
Error xGBase.hpp 196: Undefined symbol 'A' in function cCOLOR::FromH555(uCOLOR)
Error xGBase.hpp 201: Undefined symbol 'R' in function cCOLOR::FromH565(uCOLOR)
Error xGBase.hpp 202: Undefined symbol 'G' in function cCOLOR::FromH565(uCOLOR)
Error xGBase.hpp 203: Undefined symbol 'B' in function cCOLOR::FromH565(uCOLOR)
Error xGBase.hpp 221: Undefined symbol 'R' in function cCOLOR::FromIndex(unsigned char,const cPALETTE *)
Error xGBase.hpp 222: Undefined symbol 'G' in function cCOLOR::FromIndex(unsigned char,const cPALETTE *)
13 楼
紫忆 [专家分:2480] 发布于 2005-01-31 11:35:00
怎么有这么多啊~
我来回复