Re: Re: [Harbour] Undefined symbol 'hb_lang_Init_'

2009-12-10 Thread ToninhoFWi
>BTW HB_NO_PROFILER is default and HB_FM_STD_ALLOC in BCC is slower, >consumes more memory and it's very inefficient in MT mode. Thank you. I'll try new settings. Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messen

Re: [Harbour] Undefined symbol 'hb_lang_Init_'

2009-12-09 Thread Przemysław Czerpak
On Wed, 09 Dec 2009, Antonio Carlos wrote: Hi, > I have an error with clean build and latest SVN: > bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS > -Ov -Oi -Oc -I"c:\harbour\bcc55\bin\..\Include" > -DHB_GUI -DHB_NO_PROFILER -DADS_LIB_VERSION=700 -DHB_HASH_MSG_ITEMS

Re: [Harbour] undefined symbol

2009-04-10 Thread Pritpal Bedi
Hi > I'm getting this when trying to create demowvg (using MinGW): > --- > Generating C source output to 'demowvg.c'... Done. > C:/harbour-11/lib/win/mingw/libgtwvg.a(wvgsink.o):wvgsink.c:(.text+0x13ae): > undefined reference to `hb_ToOutDebug' > --- > > Both the lib and demowvg code contains

Re: [Harbour] undefined symbol

2009-04-10 Thread Viktor Szakáts
> > I too could compile and run demowvg.prg. GTWVG does not work only with > the extensions. > I change GT to the GTWVT, like Viktor inquired. > I not noticed that GTWVT is left and went from contrib to the > core\source\rtl. GTWVT has always been in source/rtl (since it exists inside Harbour any

RE: [Harbour] undefined symbol

2009-04-10 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Pritpal Bedi [mailto:bediprit...@hotmail.com] >Sent: Friday, April 10, 2009 2:21 AM >To: harbour@harbour-project.org >Subject: RE: [Harbour] undefined symbol > > >Hi Marek > [...] >Now me too sis receiving this error. >As fa

RE: [Harbour] undefined symbol

2009-04-09 Thread Pritpal Bedi
Hi Marek Horodyski Marek (PZUZ) wrote: > >>searching libraries >>Error! E2028: IID_IPicture is an undefined reference creating > > In xHarbour in file wvtcore.c is included > #include "hbgtwvt.h" > and in hbgtwvt.h is : > #if defined(__MINGW32__) || defined(__WATCOMC__) || defined(_MSC_VER)

RE: [Harbour] undefined symbol

2009-04-08 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: marek.horody...@interia.pl [mailto:marek.horody...@interia.pl] >Sent: Tuesday, April 07, 2009 10:46 PM >To: Harbour Deve >Subject: [Harbour] undefined symbol > >Building from the nightly all is good. >But when I'm building a test application : > >Function Main