For Programmers: Free Programming Magazines  


Home > Archive > Clipper > February 2008 > NANFOR.LIB









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author NANFOR.LIB
mrb

2008-02-23, 3:55 am

I thought relinking my 16 bit clipper application with Blinker using
the command CLIPPER EXECUTABLE EXTENDED will enable it to utilize a 32
bit linear address space. So what does this Blinker command do ?
sebas22

2008-02-23, 3:55 am

On Fri, 22 Feb 2008 20:27:06 -0800 (PST), mrb <mrbrionesn@gmail.com>
wrote:

>I thought relinking my 16 bit clipper application with Blinker using
>the command CLIPPER EXECUTABLE EXTENDED will enable it to utilize a 32
>bit linear address space. So what does this Blinker command do ?


It gives access to your program to the extended memory (in complement
of conventional memory). So it's a good step anyhow, but it still is a
16 bits executable. You can use the same version of nanfor lib (in
fact you have only 2 version of nanfor for clipper : linked for
clipper 5,2e and linked for clipper 5.3b)

If you want to get a true 32 bits exe, you must compile-link with
xharbour or harbour. It is 99% clipper compatible, so it should need
very few adjustements. It will gives you a true (console) windows (or
linux, or DOS, at your choice) application, and you will have access
to the windows API and to many, many languages extentions. More, with
some work, you will be able to modificate the interface so you can use
a graphical library and have a true GUI application.

The nanfor library is included in it, so all you have to do is tell
the linker you need it.

www.xharbour.org : xHarbour open source
www.xharbour.com : Xharbour commercial, an extention of the former
www.harbour-project.org : another flavour (xHarbour is a fork of this
one)

news-serveur of xharbour at news.xharbour.com

--
Regards,
Sebas
sebas22

2008-02-23, 3:55 am

On Sat, 23 Feb 2008 04:53:45 +0000, sebas22 <nospam@x.invalid> wrote:

>news-serveur of xharbour at news.xharbour.com


sorry, it is news.xharbour.org

comp.lang.xharbour
(maybe your usual news server get it too)


--
Regards,
Sebas
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com