2015-08-02 21:45:46

So I originally posted this topic on the Blast Bay forum a while back, but it appears as though no one seems to know the answer. *shrugs* I decided to see if anyone else would have any sort of ideas.

So I was wondering if this value given in the DLL library example:
const int win32_mb_icon_information=0x00000040;
for the flag of what type of dialogue message should be shown by user32.dll was converted? When I looked around on the Microsoft website, I found this value for the same type of dialogue box:
0x00000000L;
If the value was converted, I would be interested to know how the conversion was done. Assigning the above value to an integer in BGT returns a compilation error. Any feedback would be appreciated. Thanks in advance.

Go to Heaven for the climate, Hell for the company. - Mark Twain

2015-08-03 05:31:57

In some strongly-typed languages, the l at the end indicates that the value is a long.

I don't know what the difference between 0x00 and 0x40 would be, in this context.

看過來!
"If you want utopia but reality gives you Lovecraft, you don't give up, you carve your utopia out of the corpses of dead gods."
MaxAngor wrote:
    George... Don't do that.