Search found 50 matches: appsys

Return to advanced search

Re: AppSys Problem with Demo Code

hi, now i have change in *.MAK all back to same like FivEdit C:\harbour\lib and now no Error when Compile / Link :D #Borland make sample, (c) FiveTech Software 2005-2019HBDIR=c:\harbourBCDIR=c:\bcc7FWDIR=c:\fwh#change these paths as needed.path.OBJ = .\obj.path.PRG = .\.path.CH  = $(FWDI...
by Jimmy
Sat Dec 28, 2019 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

hm ... i just have "delete" all (wrong) harbour LIBs in FivEdit IDE and add new from LIB\WIN\BCC now i got same Error like *.MAK file Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_OCCURS' referenced from C:\FWH\LIB\FI...
by Jimmy
Sat Dec 28, 2019 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

hi, have found c:\fwh\makes\bormake.zip :D inside is a *.MAK that i try to modify. FivEdit produce a B32.BC file so i try to use "these" LIB and i reduce it to 6 Error '_HB_FUN_OCCURS' referenced from C:\FWH\LIB\FIVEH.LIB|VALTOSTR '_hb_strAtI' referenced from C:\FWH\LIB\FIVEH.LIB|VSTRFUN1 ...
by Jimmy
Sat Dec 28, 2019 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

hi, Thx for Answer, Because till a few years back, FWH was available for Xbase++ users also. These samples were made those days. i was not aware that i can try to compile FiveWin Sample with Xbase++ ... hm ... :idea: so i'm "too late" ... does those People have look on harbour before try t...
by Jimmy
Fri Dec 27, 2019 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

n many Sample i found Code: procedure AppSys // XBase++ requirement return i know what it is for Xbase++ but why i found it in FiveWin Sample :?: Because till a few years back, FWH was available for Xbase++ users also. These samples were made ...
by nageswaragunupudi
Thu Dec 26, 2019 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

I don´t have hbmk2 I advise you to compile for starting with fwh\samples\buildh yourfile you need harbour "Core-Master" , which include HBMK2, with all LIBs and *.HBC like C:\harbour\contrib\xhb\xhb.hbcC:\harbour\contrib\hbwin\hbwin.hbcC:\harbour\contrib\hbmzip\hbmzip.hbcC:\harbour\contri...
by Jimmy
Tue Dec 24, 2019 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

I don´t have hbmk2

I advise you to compile for starting with fwh\samples\buildh yourfile
by MOISES
Tue Dec 24, 2019 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

Hi, You have to remote such lines: procedure AppSys  // XBase++ requirementreturn  Your code is compiled without errors in Harbour and FHW. please try include Demo Code with *.HBP and hbmk2 it does run :!: in GUI but also :? a CMD will open :shock: ...
by Jimmy
Tue Dec 24, 2019 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: AppSys Problem with Demo Code

Hi,

You have to remote such lines:

procedure AppSys // XBase++ requirement
return

Your code is compiled without errors in Harbour and FHW.
by MOISES
Tue Dec 24, 2019 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

AppSys Problem with Demo Code

hi, in many Sample i found procedure AppSys  // XBase++ requirementreturn i know what it is for Xbase++ but why i found it in FiveWin Sample :?: i ask while i have exact that Problem :!: with CMD Box under FinWin with my Sample. when start ...
by Jimmy
Tue Dec 24, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: more Newbie Question

hi, how can i get rid of DOS BOX when start my GUI App ( Appsys ) when i start from Total Commander or ShortCur from Desktop i got a DOS BOX with Title "Click2.exe Verknüpfung" :? when start from CMD BOX it is "locked" until App end ...
by Jimmy
Mon Dec 23, 2019 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: more Newbie Question
Replies: 1
Views: 414

more Newbie Question

... i got some Newbie Problem : how can i disable that fwcmd.chm (Command Guide) stay ON TOP :?: how can i get rid of DOS BOX when start my GUI App ( Appsys ) :?: --- Question : DEFINE WINDOW vs. DEFINE DIALOG not sure about difference :?: Coordinate like this with "." and decimal :?: @12.5, ...
by Jimmy
Sun Dec 22, 2019 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: more Newbie Question
Replies: 1
Views: 414

Re: Procedure AppSys

no.
by karinha
Thu May 02, 2019 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedure AppSys
Replies: 1
Views: 396

Procedure AppSys

Hola he visto en mucho codigo fuente este procedimiento.

Code: Select all  Expand view

procedure AppSys  // XBase++ requirement

return
 


Es preciso incluir este procedimiento en nuestros programas ?

Saludos.
Jose
by jvtecheto
Thu May 02, 2019 10:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedure AppSys
Replies: 1
Views: 396

Re: FiveODBC Error Message

... else SetWindowText(hWnd, "Rows retrieved so far: " + Transform(n, "999,999")) endif endif return nil procedure AppSys // Xbase++ requirement return
by Compuin
Mon Dec 26, 2016 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveODBC Error Message
Replies: 27
Views: 4202
Next

Return to advanced search

cron