pb4.30 x64 and import lib
Posted: Mon Nov 24, 2008 11:22 am
x32 sample:
Import "User32.lib"
MessageBoxA(Window.l, Body$, Title$, Flags.l = 0)
EndImport
MessageBoxA(0, "Hello", "World")
in x64:
Import "User32.lib"
MessageBoxA(Window.i, Body$, Title$, Flags.l = 0)
EndImport
MessageBoxA(0, "Hello", "World")
:roll:
in x64 the win handle is .i ? not .l ?
Import "User32.lib"
MessageBoxA(Window.l, Body$, Title$, Flags.l = 0)
EndImport
MessageBoxA(0, "Hello", "World")
in x64:
Import "User32.lib"
MessageBoxA(Window.i, Body$, Title$, Flags.l = 0)
EndImport
MessageBoxA(0, "Hello", "World")
:roll:
in x64 the win handle is .i ? not .l ?