-----Messaggio Originale----- 
Da: "Ron Pinkas" <ron.pin...@xharbour.com>
A: "Enrico Maria Giordano" <e.m.giord...@emagsoftware.it>
Cc: <xharbour-developers@lists.sourceforge.net>; "Luis Krause Mantilla" 
<lkrau...@shaw.ca>
Data invio: martedì 28 maggio 2013 22.42
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND


Ron,

> You need to DEFINE it at COMPILE TIME, when BUILDING xHarbour, NOT when
> RUNNING the app. The value is not relevant, it just need to be defined.

It is exactly what I have done. Do you see anything wrong in the following 
batch?

@ ECHO OFF

SET CC_DIR=e:\bcc

SET HB_NO_VM_ALL=1
SET HB_NO_FM_DL_ALLOC=1
SET HB_NO_DV_MEMCPY=1
SET HB_COMP_NO_TRACE=1

SET CLIBFLAGS=-DNODLL
SET HARBOURFLAGS=-dNODLL

SET HB_GUI=1
SET HB_NO_BACKGROUND=1

CALL make_bc clean
CALL make_bc core nomt
CALL make_bc contrib

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to