I'm planning a tutorial for new programmers, where can I find the newest demo version available?
Demo/Free
http://www.fivetechsoft.com/files/6.12/fwh.exe
Support
https://github.com/FiveTechSoft?tab=repositories
https://bitbucket.org/fivetech/
Downloaded it, I was hoping for a newer ...
Search found 388 matches
- Tue Sep 24, 2024 12:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 4283
- Mon Sep 23, 2024 6:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 4283
Re: Demo version
A 6.12 eu sabia que tinha, mas tem tanto tempo já que tinha esperanças de ter uma versão mais nova de testes
- Mon Sep 23, 2024 6:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 4283
Demo version
I'm planning a tutorial for new programmers, where can I find the newest demo version available?
- Fri Feb 09, 2018 1:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: 10.6 installer
- Replies: 1
- Views: 609
10.6 installer
Hi, I want the installer of the version 10.6 to verify what changes I made through all these years.
Im planning to update to the latest version.
PS.: I have the rights of 10.6 version acquired with the brazilian partner Gilmer.
Im planning to update to the latest version.
PS.: I have the rights of 10.6 version acquired with the brazilian partner Gilmer.
- Wed Oct 26, 2016 10:58 am
- Forum: Off Topic / Otros temas
- Topic: LinkedIn
- Replies: 0
- Views: 799
Who uses LinkedIn?
That is my profile https://www.linkedin.com/in/samir-sardinha-53b0a7130
I would thank colleagues on the forum if they could do the recommendations of the relevant skills.
Let your profiles here too.
That is my profile https://www.linkedin.com/in/samir-sardinha-53b0a7130
I would thank colleagues on the forum if they could do the recommendations of the relevant skills.
Let your profiles here too.
- Wed Mar 16, 2016 12:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sign EXE with BCC/xHarbour
- Replies: 1
- Views: 640
Sign EXE with BCC/xHarbour
How to sign my application?
I want to sign so that antivirus, Windows, etc stop to mark them as a potential threat
I want to sign so that antivirus, Windows, etc stop to mark them as a potential threat
- Wed Feb 24, 2016 11:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: nExtMem() and Os()
- Replies: 8
- Views: 2943
Re: nExtMem() and Os()
Não só no Windows 8.1
--> DadosSO
Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1
Processador: AMD Athlon(tm) II X2 250 Processor 3017 Mhz
Data: 23/02/2016
Hora: 14:30:07
Nome de rede: LAZZO-PC
Usuário de rede: Lazzo
Acesso de gravação no 'C:\': True
Driver's ( 1 )
C: Serial ...
--> DadosSO
Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1
Processador: AMD Athlon(tm) II X2 250 Processor 3017 Mhz
Data: 23/02/2016
Hora: 14:30:07
Nome de rede: LAZZO-PC
Usuário de rede: Lazzo
Acesso de gravação no 'C:\': True
Driver's ( 1 )
C: Serial ...
- Tue Feb 23, 2016 11:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: nExtMem() and Os()
- Replies: 8
- Views: 2943
Re: nExtMem() and Os()
a nExtMem está retornando valores inválidos, minha máquina é um Windows 7 que tem 4 GB ( utilizável 3,24 ) sendo que reconhece apenas 2 GB em uma máquina com Windows 8.1, reconhece como negativo!
E a função Os() é nativa do xHarbour, mas parece que não foi atualizada, ela retorna todas as ...
E a função Os() é nativa do xHarbour, mas parece que não foi atualizada, ela retorna todas as ...
- Mon Feb 22, 2016 2:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: nExtMem() and Os()
- Replies: 8
- Views: 2943
Re: nExtMem() and Os()
Gostaria de utilizar a função OS pois ela já retorna o modelo do SO também pois alguns modelos geram incompatibilidade, como o windows 7 starter...
? "Versão windows: " + OS() //Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1
? "Versão windows: " + OS() //Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1
- Mon Feb 22, 2016 1:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: nExtMem() and Os()
- Replies: 8
- Views: 2943
nExtMem() and Os()
nExtMem() isn't returning the correct amount of memory and the OS() function doensn't work in windows 8 or above, returning windows NT instead
Is this related to my FWH / xHarbour version?
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
FiveWin Version: FWHX 10.6
Is this related to my FWH / xHarbour version?
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
FiveWin Version: FWHX 10.6
- Wed Aug 26, 2015 11:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Cryptowall or similar
- Replies: 5
- Views: 1182
Re: Cryptowall or similar
Maybe if you change the extension of the DBF files will solve this
- Thu Aug 13, 2015 11:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: aSort on two fields
- Replies: 7
- Views: 2619
Re: aSort on two fields
What type is in these fields?
The best way to do this is converting both to text of the same size.
Ex:
//-- 1: Code, 2: Last Name, 3: First NameaBitem := {}aAdd( aBItem, {1, PadR( "FIELDS", 25 ), PadR("ROBERT",20) } )aAdd( aBItem, {2, PadR( ...
The best way to do this is converting both to text of the same size.
Ex:
//-- 1: Code, 2: Last Name, 3: First NameaBitem := {}aAdd( aBItem, {1, PadR( "FIELDS", 25 ), PadR("ROBERT",20) } )aAdd( aBItem, {2, PadR( ...
- Tue Aug 04, 2015 7:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Windows 10
- Replies: 25
- Views: 4914
Re: OT: Windows 10
Antonio Linares wrote:This is what I forgot:
Install win 7 or 8.
Activate it
Upgrade to Win 10
Working fine now?
- Tue Aug 04, 2015 5:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Windows 10
- Replies: 25
- Views: 4914
Re: OT: Windows 10
Antonio Linares wrote:I need a valid Windows 10 pro 64 bits serial
Not sure if it is allowed to share it
Install win 7 or 8.
Upgrade to Win 10.
Take the Key.
Format and fresh install win 10 with the key.
- Tue Aug 04, 2015 11:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Windows 10
- Replies: 25
- Views: 4914
Re: OT: Windows 10
Antonio, I read that you must do a update, take the serial from windows 10 and do a fresh install after that with the code from win 10