Re: [Harbour] Error with bcc582

2010-05-27 Thread Rossine
Hi Viktor, > It's pure .prg code and unlike original C++ HBCOMM lib, it won't cause HVM > corruption. I link "hbcomm.prg" in my project and it worked fine now :) Thank you for your suggestion :) Rossine. -- View this message in context: http://old.nabble.com/Error-with-bcc582-tp28685607p286

Re: [Harbour] Error with bcc582

2010-05-27 Thread Viktor Szakáts
> Hello Viktor, > >> I suggest to use hbmk2 to build hbcomm... > > OK i rebuilt harbour release 14618 the traditional way: > > \harbour\bin\mingw32-make.exe clean install > >> ...and also your app, and it should link properly. > > OK. But the error continues. > > I use for compile this comman

Re: [Harbour] Error with bcc582

2010-05-27 Thread Rossine
Hello Viktor, >I suggest to use hbmk2 to build hbcomm... OK i rebuilt harbour release 14618 the traditional way: \harbour\bin\mingw32-make.exe clean install > ...and also your app, and it should link properly. OK. But the error continues. I use for compile this command: hbmk2 -trace -info -

Re: [Harbour] Error with bcc582

2010-05-26 Thread Viktor Szakáts
Hi Rossine, I suggest to use hbmk2 to build hbcomm and also your app, and it should link properly. Viktor On 2010 May 26, at 22:35, Rossine wrote: > > Hi Enrico, > > This is my c:\bcc582\bin\bcc32.cfg > > [CFG] > > -Ic:\bcc582\include;c:\bcc582\include\dinkumware;c:\harbour\include > -Lc:

Re: [Harbour] Error with bcc582

2010-05-26 Thread Rossine
Hi Enrico, This is my c:\bcc582\bin\bcc32.cfg [CFG] -Ic:\bcc582\include;c:\bcc582\include\dinkumware;c:\harbour\include -Lc:\bcc582\lib;c:\harbour\lib [/CFG] I changed this file and recompiled my application but the error continues. I will generate binaries harbour again with these new setti

Re: [Harbour] Error with bcc582

2010-05-26 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Rossine" A: Data invio: mercoledì 26 maggio 2010 22.02 Oggetto: [Harbour] Error with bcc582 Hello, When trying to compile my application with bcc582 me the following error occurred: [ERROR] Error: Unresolved external 'std::

[Harbour] Error with bcc582

2010-05-26 Thread Rossine
Hello, When trying to compile my application with bcc582 me the following error occurred: [ERROR] Error: Unresolved external 'std::basic_string, std::allocator >::__nullref' referenced from C:\HRB_BCC\LIB\HBCOMM.LIB|comm [/ERROR] What can it be ? Best Regards, Rossine. -- View this messag