www4.zzz.com.tw Forum Index www4.zzz.com.tw
程式設計/Fivewin/xHarbour/Clipper/visual dbase 2000/Force/db2k
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
BlogsBlogs   

FWH 2.5/2.6 & xHarbour CVS solution.

 
Post new topic   Reply to topic    www4.zzz.com.tw Forum Index -> Harbour/xHarbour/GUI
View previous topic :: View next topic  
Author Message
ssbbs
站台管理者(Site Admin)


Joined: 18 Apr 2005
Posts: 60
Location: 台灣。台中市

PostPosted: 20051104, 2005 21:13    Post subject: FWH 2.5/2.6 & xHarbour CVS solution. Reply with quote

最後版本的 xHarbour CVS 與 FWH 2.5/2.6 的相容性解決方法:
1).
include\hbdefs.h
Replace
typedef UINT32 HB_TYPE;
with
typedef USHORT HB_TYPE;

2).
include\thread.hReplace
#define HB_VM_STACK hb_stackST
with
#define HB_VM_STACK hb_stack

3).
include\hbstack.h
Replace
extern HB_STACK hb_stackST;
with
extern HB_STACK hb_stack;

4).
source\vm\hvm.c
Add at the beginning
#define hb_stackST hb_stack

5).
source\vm\estack.c
Replace
HB_STACK hb_stackST;
with
HB_STACK hb_stack;
#define hb_stackST hb_stack

6).( for FWH 2.4 only, not necessary for FWH 2.5 )
include\hbvmpub.h
replace
HB_COUNTER ulHolders;
with
USHORT ulHolders;
Back to top
View user's profile Send private message Send e-mail Blog Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    www4.zzz.com.tw Forum Index -> Harbour/xHarbour/GUI All times are GMT + 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group