Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> Thanks, that works great. I now have a .pbc with loadlibs and dlfuncs for
> pretty much the entire Win32 API.
Fine.
> ... The next thing I want to look at is
> constants. At first I thought I could do something like:-
> .constant MB_YESNOCANCEL
- Original Message -
From: "Leopold Toetsch" <[EMAIL PROTECTED]>
To: "Jonathan Worthington" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 9:13 AM
Subject: Re: find_global failing
> Jonathan Worthington <[EMAIL
Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> Hi,
> I currently have a file named win32.pasm containing the following:-
> saveall
> loadlib P1, 'user32'
> dlfunc P2, P1, 'MessageBoxA', 'llttl'
> store_global 'MessageBox', P2
> # MANY MORE LINES LIKE THIS
> restoreall
> I compile that file to
Hi,
I currently have a file named win32.pasm containing the following:-
saveall
loadlib P1, 'user32'
dlfunc P2, P1, 'MessageBoxA', 'llttl'
store_global 'MessageBox', P2
# MANY MORE LINES LIKE THIS
restoreall
I compile that file to a .pbc file, which works out OK. In then have an imc
file that s