How to form a DWord

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,039件の閲覧回数
Jieyi
Contributor I

Hi,

 

I would like to know how can i form a dword that consist of 8 HEX digits.

 

my final goal is to get super = 0x12345678

 

My coding as below

#define CH_HI 0x12#define CH_LO 0x34#define DA_LO 0x56#define DA_LO 0x78dword super;

 

Hope someone will help me out.

 

Thanksss.. :smileyhappy:

ラベル(1)
0 件の賞賛
1 解決策
408件の閲覧回数
Lundin
Senior Contributor IV
0 件の賞賛
2 返答(返信)
409件の閲覧回数
Lundin
Senior Contributor IV
0 件の賞賛
408件の閲覧回数
Jieyi
Contributor I

Hi ,

 

Thanks for your guidance..

 

I use '|' to form the word which i wanted..

 

:smileyhappy:

0 件の賞賛