You are right ! Thanks a lot to You and to Victor for your support!
Now 'wcecon.exe' is running on my palmtop.

Good news. You're welcome.

One question only : is any chance build library 'SuperLib'
(originally for clipper) for Harbour - Wince when i have all
*.prg, *.asm and *.c files for this library ? In this library are
mouse functions useful in tbrowse objects. Is any library in harbour
with these functions ?

Generally speaking .asm files need a full rewrite in higher level
language (.c or .org) for Windows (and other platform) APIs. .c
sources also need to be adapted for Windows (and other platform)
APIs. .prg is usable, except those parts which rely on the lib's
own .c/.asm functionality.

In case of Superlib the situation isn't so bad, since its few
.asm functionality exists as Harbour C level API (at least for
the most part). It's minimal .c code is easy to adapt to Harbour
for the most part (needs to be made MT ready).

Harder is to make .prg code multiplatform and MT ready, and of
course someone should do the necessary migration steps.

Probably it's easier to check whether the functionality you're
seeking is already implemented in core Harbour or hbct lib.

Anyhow Superlib port is possible, but someone should do it.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to