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 -n -gc3 /I. -ic:\minigui\include myprog %1 myprog.hbm
myprog.hbc  comp.log

In my .hbc i have:

{bcc}libs=hbcomm

What can it be ?

Best Regards,

Rossine.

-- 
View this message in context: 
http://old.nabble.com/Error-with-bcc582-tp28685607p28697076.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 command:
 
 hbmk2 -trace -info -n -gc3 /I. -ic:\minigui\include myprog %1 myprog.hbm
 myprog.hbc  comp.log
 
 In my .hbc i have:
 
 {bcc}libs=hbcomm
 
 What can it be ?

Sorry, I don't know. HBCOMM lib is built using non-hbmk2 
solution, so I cannot tell you what was messed up along 
the way, C++ is tricky to build, probably something is 
messed up.

Try building HBCOMM using hbmk2 also (I tested this case 
and it DID work for me), or try using recently added HBCOMM 
lib emulation inside Harbour contrib area. It's pure .prg code 
and unlike original C++ HBCOMM lib, it won't cause HVM 
corruption.

Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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-tp28685607p28697634.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[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_stringchar, std::char_traitschar,
std::allocatorchar ::__nullref' referenced from
C:\HRB_BCC\LIB\HBCOMM.LIB|comm

[/ERROR]

What can it be ?

Best Regards,

Rossine.

-- 
View this message in context: 
http://old.nabble.com/Error-with-bcc582-tp28685607p28685607.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Error with bcc582

2010-05-26 Thread Enrico Maria Giordano


-Messaggio Originale- 
Da: Rossine qii...@ig.com.br

A: harbour@harbour-project.org
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::basic_stringchar, 
std::char_traitschar,

std::allocatorchar ::__nullref' referenced from
C:\HRB_BCC\LIB\HBCOMM.LIB|comm

[/ERROR]

What can it be ?


Add

include\dinkumware

to -I compiler switch in your BCC32.CFG configuration file.

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 


___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 settings to see if it
works.

Best Regards,

Rossine.

-- 
View this message in context: 
http://old.nabble.com/Error-with-bcc582-tp28685607p28686008.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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:\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 settings to see if it
 works.
 
 Best Regards,
 
 Rossine.
 
 -- 
 View this message in context: 
 http://old.nabble.com/Error-with-bcc582-tp28685607p28686008.html
 Sent from the Harbour - Dev mailing list archive at Nabble.com.
 
 ___
 Harbour mailing list (attachment size limit: 40KB)
 Harbour@harbour-project.org
 http://lists.harbour-project.org/mailman/listinfo/harbour

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour