Search found 2053 matches: missing

Return to advanced search

Re: Exercism and Harbour

... in https://github.com/ajborla/exercism-exercise-and-unit-tests-sample-for_Harbour and to me there are many Harbour coding areas that are missing in those examples, like codeblocks, arrays, hashes, classes, extend system use to enhance it using C, user defined commands, preprocessor use, ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 158

Re: Problem with valid email refresh btnbmp- RESOLVED

... that many years ago I had the same problem but with the hb_regxxxxxxxx functions, I went to look for the test and I saw that a library was missing, I was hoping that this was the error and in fact it was for that library that was missing and I immediately notified Antonio Linares and I ...
by Silvio.Falconi
Sun Apr 14, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2468

compile errors - send a SMS

... compile a sample of using curl with Twilio. I've linked in hbcurl.lib, libcurl.lib and hbcurl.ch I get the following errors. Anyone know what I'm missing? Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.Error: Unresolved external '_hb_gcMark' referenced ...
by Jeff Barnes
Thu Apr 11, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 329

Re: Centrar texto VERTICALMENTE

Mr. Karinha Mira se ayuda: Your example is longer but the same as my original sample as far as vertical oriented text is concerned, You are missing the real point. If you execute the program on a computer where MSWord is installed, you can not see the vertical text in the PDF. You see the vertical ...
by karinha
Tue Apr 09, 2024 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 482

Re: Centrar texto VERTICALMENTE

Mr. Karinha Mira se ayuda: Your example is longer but the same as my original sample as far as vertical oriented text is concerned, You are missing the real point. If you execute the program on a computer where MSWord is installed, you can not see the vertical text in the PDF. You see the vertical ...
by nageswaragunupudi
Tue Apr 09, 2024 4:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 482

Re: harbour/xharbour appear ADS functions error

richard-service wrote:
Enrico Maria Giordano wrote:
Code: Select all  Expand view
testads.prg(2) Error F0029  Can't open #include file: 'ads.ch'


I can't find ads.ch.


Yes, Harbour and xharbour package zip file. include folder need Ads.ch file.


You are right! I'm going to prepare new builds for Harbour and xHarbour containing ads.ch. Any other ADS files missing?
by Enrico Maria Giordano
Wed Apr 03, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8434

Re: Problem with alignment in SAY command

... Which resource builder are you using? Good morning Driessen. Have you tried reinstalling your resource editor? Or check if there is a component missing? Why not install WORKSHOP.exe? Today, it works perfectly on 64-bit Windows. Buenos días Driessen. ¿Has intentado reinstalar tu editor de recursos? ...
by karinha
Sat Mar 02, 2024 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 842

New FTDN February 2024 (FWH 24.02)

... | ... } * New: samples\webview\sidebar.prg shows how to use Class TWebView in a simpler and more FWH syntax alike way. * Enhancement: Added missing METHOD Redefine() in CLASS TSwitch: https://forums.fivetechsupport.com/viewtopic.php?p=267661#p267661 * New: example switch.prg and switch.rc ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 215

Re: Connecting to a BLE device

... 919: Unexpected end of file in conditional started on line 20 Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 933: Declaration missing ; Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 934: Declaration missing ; Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 935: Declaration ...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Create a Panel width a text

hi Silvio, it seems me that 4th Parametern cAlign of FW_SsayText is missing so      nVAlign     := If( "T" $ cAlign, DT_TOP,  If( "B" $ cAlign, DT_BOTTOM, DT_VCENTER ) )      nHAlign     := iF( "L" $ cAlign, ...
by Jimmy
Mon Feb 26, 2024 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3193

Unresolved External

... to build my exe with Harbour 320 and MSVC 2022 and Dr Xlsx.lib from Charles Kwon, but I have unresolved external error. Someone know what is missing? DrXlsx32.lib(packager.obj) : error LNK2019: external simbol not resolved, _fill_win32_filefunc64W, referenced in the function __open_zipfile_win32 ...
by Eroni
Tue Feb 13, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External
Replies: 2
Views: 151

link error

I'm moving from a previous version of BCC to BCC74 32bits , xharbour last version and fwh23.10 , I get this error when linking, is it missing a lib in make? Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace Error: Unresolved external '__chdir' ...
by NWKL
Sun Feb 11, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 580

Re: SAPI : change Voice

... I have requested to join the forums so maybe we can solve it together. I have been trying to use the events and it seems as something is missing: function main()    local oVoice := CreateObject( "Sapi.SPVoice", "WithEvents" )      ...
by Danielmaximiliano
Tue Feb 06, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3577

Re: WEBVIEW2 and xBrowse

Otto, your sample does not work here. I can see just a white square on the left and an empty xbrowse on the right. What am I missing?
by Enrico Maria Giordano
Tue Feb 06, 2024 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 395

Re: Mark field as required

... alternative is to allow the user to save the record even if some of the "required" data is unknown. You could then flag all the records missing the required data in a browse. I color the backgrounds of "required" information in the dialog and flag the records missing "required" ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779
Next

Return to advanced search