The MASM Forum
Specialised Projects => PowerBASIC => Topic started by: hutch-- on March 22, 2017, 08:37:28 PM
-
Neat minimum interface for folks who like austerity in software.
-
That
GetWindowText Editgt,ByVal pstr,64
ucnt = atol(ByVal pstr) ' MSVCRT atol fuctioncould replaced with ?ucnt = GetDlgItemInt(hDlg,100,0,0)
-
Tim,
I have barely seen the guts of this app for about 8 years but from memory it was among other things showing ways to use MSVCRT in BASIC rather than dependency on the PB conversions, mainly as a code size reduction technique. Your suggestion looks like a good idea.