Search found 946 matches

by Richard Chidiak
Thu Sep 05, 2013 3:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4116

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Hi Shridhar

I am glad you succeeded , we need more and more friends using MS visual studio

Best regards,

Richard
by Richard Chidiak
Thu Sep 05, 2013 3:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4116

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Shridhar HPATH = c:\Harbour #HPATHL = $(HPATH)\LIB // please change this line SDKPATH = "C:\Program Files\Windows Kits\8.0\Lib\win8\um\x86" // you have to check this i am using windows 8 my guess (not sure) is SDKPATH = "C:\Program Files\Windows Kits\7.0\Lib\win7\um\x86" // check...
by Richard Chidiak
Wed Sep 04, 2013 3:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4116

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Sridhar HPATH = c:\Harbour #HPATHL = $(HPATH)\LIB\win\msvc // check you have the installation correct here or change the path Have you installed msvc 2012 standard way or is it customized ? these 2 are mandatory also #SDKPATH = "c:\Program Files\Microsoft SDKs\Windows\v7.0A" SDKPATH = &quo...
by Richard Chidiak
Mon Sep 02, 2013 12:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4116

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Here is a uestudio script file with Harbour and Msvc 2012. Hth Richard # --------- Harbour y FWH configuration -------- # --- general -------------------------------------- # $P  - project name # $Pp - path to project directory # $Pn - project name # --- compile -------------------------------------...
by Richard Chidiak
Thu Aug 22, 2013 12:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU translation using FWH strings API
Replies: 4
Views: 1135

Re: FiveDBU translation using FWH strings API

French translations, Regards Richard { "Recent files", "Ficheros recientes","Fichiers récents" },; { "Open this file", "Abrir este fichero","Ouvrir ce fichier" },; { "Recent ADO connections", "Conexiones ADO recientes",&...
by Richard Chidiak
Mon Aug 19, 2013 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Metropanel bug
Replies: 3
Views: 682

Re: Metropanel bug

Antonio

it works ok now

Thank you

Richard

PS : it will be a good idea to change touch.prg , i will send you an updated copy
by Richard Chidiak
Sun Aug 18, 2013 6:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Metropanel bug
Replies: 3
Views: 682

Metropanel bug

Good morning There is a naughty bug in metropanel . Define your buttons (with images) on the main panel and from one of the buttons call a dialog. In the dialog define some images , if the mage coordinates are similar to the ones from the main panel, once the images buttons from the dialog are fired...
by Richard Chidiak
Sat Aug 10, 2013 4:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse error with setbackground
Replies: 1
Views: 414

Xbrowse error with setbackground

Good morning Xbrowse errors with the setbackground command when using the "fields" syntax redefine xbrowse obrw fields..... gives an error It works ok with the "Columns" syntax I use obrw:SetBackGround(gradient { { 0.20, 14198567, 16117445 }, { 0.20, 16117445, 14198567 } },.f.) T...
by Richard Chidiak
Fri Aug 09, 2013 8:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Exe working under Windows 8 and 7 but not under XP
Replies: 8
Views: 1226

Re: Exe working under Windows 8 and 7 but not under XP

Antonio

is it safe to add function GetTasks() ; return nil

How will errsysw.prg for example react , how the error.log will display the different tasks ?

Richard
by Richard Chidiak
Thu Aug 08, 2013 2:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Exe working under Windows 8 and 7 but not under XP
Replies: 8
Views: 1226

Re: Exe working under Windows 8 and 7 but not under XP

Patrick

can you be more precise ?

Is the exe launching under xp or not at all ?

Are you getting a message ?

I use the same environment (msvc , harbour 3.2) also

Ps : are you using themes with XP ? i would advise you to use them

Hth

Richard
by Richard Chidiak
Thu Aug 08, 2013 1:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing the new FW Strings API
Replies: 30
Views: 15562

Re: Introducing the new FW Strings API

French translations revised thank you Richard aFrench := {{ "Attention", "Attention" }, ; { "PDF Plugin Error", "Erreur de plugin du PDF" }, ; { "PDF not saved to send Email", "PDF Non enregistré pour envoi Email" }, ; { "MS Word not i...
by Richard Chidiak
Mon Aug 05, 2013 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing the new FW Strings API
Replies: 30
Views: 15562

Re: Introducing the new FW Strings API

Antonio Here is the french translation with the missing strings Richard PS will you be using this technique wherever possible in fwh ? static aStrings := { { "Attention", "Atención","Attention" },;        { "PDF Plugin Error", "Error del plugin de PDF&quo...
by Richard Chidiak
Mon Aug 05, 2013 4:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing the new FW Strings API
Replies: 30
Views: 15562

Re: Introducing the new FW Strings API

Antonio Great Here is the french translations If we can adapt the same principle in other places like Mget.prg for example, i translate the messages at every release.... Best regards Richard static aStrings := { { "Attention", "Atención","Attention" },;        { "P...
by Richard Chidiak
Mon Jul 29, 2013 6:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows RT
Replies: 2
Views: 970

Windows RT

Antonio

What is the status of fivewin for windows RT

How far are we from running a legacy fw application with Harbour on windows RT

Thanks for clarification,

Richard