Page 1 of 1

Migrating to Linux

PostPosted: Mon Feb 06, 2006 4:48 pm
by Frank Demont
Mine client has the intention to move to linux, so :

Only standard classes are available in linux , which calsses are that ?

Important : is the printer class available with duplex printing?

Will it work or is it tested with CUPS (common unix printing system) .

I asked it because i have bad experience wirh winprn32.prg in xharbour , and i suppose that the windows api may give the troubles .

Frank

PostPosted: Tue Feb 07, 2006 10:34 am
by Antonio Linares
Frank,

> Only standard classes are available in linux , which classes are that ?

font.prg
bar.prg
clipboard.prg
wbcolumn.prg
msgbar.prg
pdmenu.prg
control.prg
say.prg
menuitem.prg
group.prg
image.prg
progres.prg
folder.prg
radmenu.prg
mget.prg
checkbox.prg
printer.prg
dialog.prg
radio.prg
listbox.prg
combobox.prg
menu.prg
button.prg
scrollbar.prg
get.prg
window.prg
wbrowse.prg

> Important : is the printer class available with duplex printing?

We have not tested it, but we assume it may be available in Linux too.

> Will it work or is it tested with CUPS (common unix printing system)

It uses libgnomeprint for printing, and as far as I know it is based on CUPS.

PostPosted: Tue Feb 07, 2006 8:11 pm
by reinaldocrespo
Frank;

Is your customer migrating the server or the workstations?

If it is only the server, no changes needed. Just run samba on the server. Windows workstations will see it as a windows nt server. Only it works better and faster.

Reinaldo.

PostPosted: Wed Feb 08, 2006 8:41 am
by Frank Demont
For now the server is linux with samba , but he hopes to move also the workstations to linux


Frank

PostPosted: Wed Feb 08, 2006 1:16 pm
by reinaldocrespo
Frank;

You know, you could always try wine. I mean the wine project. I hear it works quite well. I'd suppose that the only other option we have left is porting the application, which should envolve some extra work.

Please let me know how it goes. ok?


Reinaldo.