Search found 81 matches: levels

Return to advanced search

... [ ...to be written... - type `upx --help' for now ] -------------------------------------------------------------------------------- COMPRESSION LEVELS & TUNING UPX offers ten different compression levels from -1 to -9, and --best. The default compression level is -8 for files smaller than ...
by karinha
Fri Oct 19, 2007 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 6848

Porting to (what flavour of) Linux

... FiveWin / xHarbour to develop a package which I really want to run on Linux. Because of familiarity with Windows environment and looking at levels of activity in these forums I have "prorotyped" it in Windows environment but only used the standard windows classes (window, dialog, say, get, ...
by xProgrammer
Thu Jul 26, 2007 12:11 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Porting to (what flavour of) Linux
Replies: 18
Views: 6811

Re: TxBrowse: Paint problem

... I could found the main cause of problem: Depending on resource height we have the problem on painting browse cells (line level) or width (columns levels). Data are duplicated on display or cell was wrong painted. It occur when total xbrowse line is more than total visible lines. What do I to solve? ...
by Maurilio Viana
Wed Feb 14, 2007 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse: Paint problem
Replies: 7
Views: 1643

AnsiToWide function

... 1 Generating C source output to 'TESTRUN.c'... Done. TESTRUN.C TESTRUN.prg(23) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'void *' TESTRUN.prg(23) : warning C4024: 'CreateProcessW' : different types for formal and actual parameter 5 TESTRUN.prg(23) ...
by pawelu
Sun Oct 29, 2006 6:56 pm
 
Forum: FiveWin for Pocket PC
Topic: AnsiToWide function
Replies: 7
Views: 3747

You don't want to get down to many levels. How about this? FUNCTION MAIN() local bBlock := { || test1() } do while bBlock != nil bBlock := eval( bBlock ) enddo RETURN NIL STATIC FUNCTION TEST1() local bBlock LOCAL oDlg DEFINE DIALOG oDlg; ...
by Gale FORd
Thu Jul 06, 2006 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mutually calling DIALOGs
Replies: 10
Views: 2606

... again. The VM organizes these multiple accesses in an ordered and fully controlled way, and implements services to access these multiple execution levels (ProcName(), ProcLine(), debugging, and stack variables access). The VM subsystems are continuously used by the main execution loop. Let's review ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1780
Previous

Return to advanced search