View Single Post
  #9 (permalink)  
Old 11-26-2009, 11:30 AM
ahso
Guest
 
Posts: n/a
Default Re: DWORD and bool to binary

Balog did u mark me as spam? I had to login as another user for
replying.

Yes I changed << to < as i got some integer error. And yes it compile
on Windows but i want to compile on Linux.
Maybe I made a fault with typedef? Never used that before

typedef int DWORD;
typedef unsigned int WORD;
typedef long int LONG;
typedef int BYTE;
typedef bool LPVOID;

Many thanks
Michael


Reply With Quote