Search found 3494 matches: command

Return to advanced search

Conectarse con mariaDB

... este error al linkear. linking... ld: Undefined symbols: _HB_FUN_MARIA_CONNECT, referenced from: _symbols_table in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) done! The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10727

Re: phpBB to LLM

... 1.10.0 supports Python 3.6, 3.7, 3.8, and 3.9. You can check the PyTorch website for the latest compatibility information. Use the Correct Pip Command: Ensure you are using the correct pip command based on your system and whether you want to install the CPU or GPU version of PyTorch. Use one ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4698

Re: Definir font richedit5

Look commad for RICHEDT5 #command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 603

Re: Using Microsoft AI Phi-2 from FWH

command prompt Run vcvarsall.bat Change to the directory from step 3 (temp). Call there cmake .. (parameter is ..) and this will create the sln file for VS. i did what you told me ... but still have Problem Microsoft Windows ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8341

Re: Using Microsoft AI Phi-2 from FWH

command prompt
Run vcvarsall.bat
Change to the directory from step 3 (temp).
Call there cmake .. (parameter is ..) and this will create the sln file for VS.
by alerchster
Thu Dec 21, 2023 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8341

Re: Transparent area becomes black when use BUTTON...ADJUST

I created the button with this command DEFINE BUTTON oBtnWhatsnew RESOURCE "whatsnewg","","","whatsnew"   OF oBar ADJUST The image is alpha-blend image. If I don't use ADJUST clause, the image is not ...
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Transparent area becomes black when use BUTTON...ADJUST

I created the button with this command DEFINE BUTTON oBtnWhatsnew RESOURCE "whatsnewg","","","whatsnew"   OF oBar ADJUST The image is alpha-blend image. If I don't use ADJUST clause, the image is not ...
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: copy a row of xbrowse

... menuitem and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command is disabled and "paste" is always active
by Silvio.Falconi
Tue Dec 05, 2023 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5809

Problem with Print BOX

I have this command nAlignOriz:= 1 nAlignVert:= 1 oPrn:Box(X, Y, Z, K,; { CLR_WHITE, 1 }, CLR_WHITE, ; {cText, oFnt, nColorFont, SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) the function Setalign returns the string "TL" ...
by Silvio.Falconi
Wed Nov 29, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Print BOX
Replies: 2
Views: 275

Send mail from fastreport

I am sending mail from Fastreport so that the "Export to PDF" dialog does not open. When executing the command FrPrn:DoExport("PDFExport"), the report disappears from the screen and Outlook opens. As long as Outlook is open, the report is not visible on the ...
by mtajkov
Sun Nov 26, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send mail from fastreport
Replies: 1
Views: 302

Re: Testing Harbour -gc3 flag

Enrico, I think that to avoid problems with anti-viruses, the command should be like this: Enrico, creo que para evitar problemas con los antivirus el comando debería ser así: C:\UPX\UPX.EXE --lzma --force PLENOINDW.EXE  ¿Cuál es tu opinión? What is ...
by karinha
Sat Nov 18, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4349

Re: Testing Harbour -gc3 flag

I recommend UPX that compress better (with --lzma switch): https://upx.github.io Master Enrico, show the command you use to compress with UPX.exe, so I can compare it with the powerful PECOMPACT.exe and see who produces the smallest .EXE. I don't want to be unfair. Maestro ...
by karinha
Sat Nov 18, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4349

Re: Testing Harbour -gc3 flag

... SCC -n -m -w -es3 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log 2>> ERROS.LOG Error F0034 Bad command line option: 'eS3' Asi, funciona: -es2 -gc3 %hdir%\bin\harbour SCC -n -m -w -es2 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 ...
by Enrico Maria Giordano
Fri Nov 17, 2023 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4349

Re: Testing Harbour -gc3 flag

... SCC -n -m -w -es3 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log 2>> ERROS.LOG Error F0034 Bad command line option: 'eS3' Asi, funciona: -es2 -gc3 %hdir%\bin\harbour SCC -n -m -w -es2 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 ...
by karinha
Fri Nov 17, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4349

Re: Testing Harbour -gc3 flag

Con GC3 -> 1083 lines. -> Command: SCC /n /m /w /es1 /gc3 /* * xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) * Generated C source code from <SCC.prg> * Command: SCC /n /m /w /es1 /gc3 /iC:\FwH1905\include;C:\XHBBCC76\include;C:\BCC76\include ...
by karinha
Fri Nov 17, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4349
PreviousNext

Return to advanced search