uestudio config file

Post Reply
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

uestudio config file

Post by Richard Chidiak »

Hello Antonio

After loading my fwh 10.01 I copied the uestudio config file (application) to replace mine

I had not backed up mine...

It works ok but i am missing line numbers at error.log

Basically it is a /l flag at harbour commands but i can bot find where it is set

Can you help ?

At the same time, please change the following
UseDosNames = 1 to UseDosNames = 0 , this will allow long exe names not to be truncated

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

Re: uestudio config file

Post by Otto »

Best regards,
Otto

Code: Select all | Expand



[.PRG]
Out = $In.c
DebugFlag = /b
ReleaseFlag = /l
Cmd0 = harbour $I $(HOPT) $R /o$O
 
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: uestudio config file

Post by Richard Chidiak »

Otto

Thanks , i did not see it

Probably need to clean my glasses...

Regards
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: uestudio config file

Post by Antonio Linares »

Richard,

At the same time, please change the following
UseDosNames = 1 to UseDosNames = 0


Updated for next FWH build, thanks :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply