Re: [Harbour] HBMK2 problem

2010-05-28 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.28 14:28, Horodyski Marek (PZUZ) wrote: Mindaugas, I link APP with MinGW and use CAIRIO with libcairo-2.dll. What compiler made this dll ? MinGW latest TDM build (if you are talking about lib build by me, from www.dbtopas.lt/hrb Regards, Mindaugas __

RE: [Harbour] HBMK2 problem

2010-05-28 Thread Horodyski Marek (PZUZ)
> -Original Message- > From: Przemysław Czerpak [mailto:dru...@acn.waw.pl] > Sent: Friday, May 28, 2010 11:37 AM > To: Harbour Project Main Developer List. > Subject: Re: [Harbour] HBMK2 problem [ ... ] > what can cause corruption of some HVM structures. So I str

Re: [Harbour] HBMK2 problem

2010-05-28 Thread Viktor Szakáts
Hi Przemek, > It's hard for me to test current OpenWatcom behavior using WINE > because some results can be strictly bound with Linux and WINE > emulation so I cannot say if they are correct or not, i.e. the > things I should test like detaching from terminal and allocating > console windows works

Re: [Harbour] HBMK2 problem

2010-05-28 Thread Przemysław Czerpak
On Thu, 27 May 2010, Szak�ts Viktor wrote: Hi Viktor, > > Alternatively we can move WinMain() to separate library or remove strict > > binding to HVM (hb_forceLinkMainWin()) and add some code to HBMK2 which > > will force linking with WinMain() if necessary (GUI application is created). > > hb_fo

Re: [Harbour] HBMK2 problem

2010-05-27 Thread Viktor Szakáts
Hi Przemek, >> Another thing I noticed is that I cannot build >> watcom servers, not clients. For servers it >> complains about 'Error! E2030: file clib3s.lib(cstrtwwt): multiple starting >> addresses found', >> for clients there are unresolved symbol, even >> if I comment the special -cflag

Re: [Harbour] HBMK2 problem

2010-05-27 Thread Przemysław Czerpak
On Wed, 26 May 2010, Szak�ts Viktor wrote: Hi Viktor, > Another thing I noticed is that I cannot build > watcom servers, not clients. For servers it > complains about 'Error! E2030: file clib3s.lib(cstrtwwt): multiple starting > addresses found', > for clients there are unresolved symbol, eve

Re: [Harbour] HBMK2 problem

2010-05-26 Thread Viktor Szakáts
Hi Przemek, > Please try to use hbmk2 to compile some OLE server examples. > > hbmk2 olesrv1.hbp > > hbmk2: Processing local make script: hbmk.hbm > Error BASE/1066 Argument error: conditional (Quit) > Error BASE/1066 Argument error: conditional > Called from FN_EXPAND(0) > Called

Re: [Harbour] HBMK2 problem

2010-05-23 Thread Viktor Szakáts
Hi Przemek, > HBMK2 create temporary .c file with non random names in temporary > directory. > It causes that it cannot be used in multiuser environment because > during compilation different HBMK2 processes may overwrite temporary > files. Can you fix it? AFAIK the only .c files created with no

Re: [Harbour] hbmk2 - problem with char "."

2009-06-15 Thread Viktor Szakáts
Hello, there is the problem with hbmk2 when library has character ".". My workaround was changing the names: bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_net-2.8.so libwx_baseu_net-28.so bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_xml-2.8.so libwx_baseu_xml-28.so hbc: li