| Jn Dechereux 2006-11-23, 7:55 am |
| * ANNOUNCEMENT * ANNOUNCEMENT * ANNOUNCEMENT * ANNOUNCEMENT *
Hi all, and...
WELCOME TO
'The NTK Project'
Dear Clipper, xBase and xHarbour developers, here at SiS-Log,
we are very proud to introduce you the first release of
our New Technology Kit for xHarbour.
NTK Project is a new generation development framework and
4GL, specially designed for xHarbour, allowing you to
create Win32 GUI applications.
Visit us at
http://ntk.sis-log.com
NTK Project, it's :
- NTKCore: A Core engine giving you a native access to
a large set (around 450) of the Win32 API functions.
All are equivalent or very close to those supplied
by the Win32 API. NTKCore is backward compatible
with most of Clip4Win's core API and allows developer
to program Windows applications using the 'traditio-
nal' manner.
- NTKDll: A built-in call DLL system that gives you the
opportunity to reach functions stored into external
DLLs.
- NtkTBrwse: A powerful 32 bit customizable DataGrid
object class, based on the Listview API of NTKCore,
similar to Clipper's Tbrowse and backward compatible
with the excellent original C4W's WBrowse.
- NTKRad: A modern R.A.D system that is an easy and
productive way to create Win32 applications using an
xbase-like syntax:
e.g.
CREATE WINDOW hWnd TITLE cWinTitle AT 0,0 SIZE 640,480
SET DEFAULT SAY FONT TO NTK_GetStockObject(SYSTEM_FONT)
SET PIXEL MODE OFF
@ y,x GET var2 PICTURE ...
@ y,x SAY var2 PICTURE ...
SET COLOR TO ...
SET RGB COLOR TO ...
hMyGif := NTK_ReadPictureToBmp( "./images/bkg02.gif" )
CREATE BITMAP BRUSH FROM hMyGif TO hMyBkgGetBrush
CLEAR
nKey := NtkInkey(0)
Etc, etc...
- A very handy tool capable to help you migrate your
old Clipper-Dos application code to Win32 world.
Thus, you'll get the best of both worlds. So, keep
on running your old Dos business logic into Win32!
- A 32 bit flexible GetSystem based on MS-Win32 Edit
controls, providing enhanced abilities like maskedit
colorization, cut-copy-paste, and so on...
Of course, NTK Project is not limited to the above only,
it's a work in progress offering many other features...
So, do not hesitate to learn more about The NTK Project:
join us on http://ntk.sis-log.com
You will be able to download and give a try to our
NTK's FREE version.
Thanks for reading this announcement. See you later on
NTK's board...
Sincerely yours,
Jn Dechereux and
The NTK Team.
* ANNOUNCEMENT * ANNOUNCEMENT * ANNOUNCEMENT * ANNOUNCEMENT *
|