Jun 14, 2000, 4:50am
hi
i use the Borland C++ 5.5 compiler (just got it today)
when i try to compile an AW bot, i get errors:
Error: Unresolved external '_aw_string' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_event_set' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_create' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_string_set' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_login' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_enter' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_int_set' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_state_change' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_wait' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_destroy' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Error: Unresolved external '_aw_term' referenced from
C:\BORLAND\BCC55\BIN\AWBOT.OBJ
Jun 14, 2000, 10:31am
The AW SDK is meant for VC++. Check for an "implib" program in your borland directory and try using it on aw.dll. You should be able
to generate your lib file that way. Be sure to link your borlandaw.lib (:D) to the bot's C/C++ object file :)
-Agent1
[View Quote]chandler <chandler12 at tx.freei.net> wrote in message news:39472b50 at server1.Activeworlds.com...
> hi
> i use the Borland C++ 5.5 compiler (just got it today)
>
> when i try to compile an AW bot, i get errors:
>
> Error: Unresolved external '_aw_string' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_event_set' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_create' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_string_set' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_login' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_enter' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_int_set' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_state_change' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_wait' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_destroy' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
> Error: Unresolved external '_aw_term' referenced from
> C:\BORLAND\BCC55\BIN\AWBOT.OBJ
>
>
|
Jun 15, 2000, 3:54am
lol im still learning C++, how do you link it to the file
[View Quote]agent1 <anbugera at home.com> wrote in message
news:39477b0e$1 at server1.Activeworlds.com...
> The AW SDK is meant for VC++. Check for an "implib" program in your
borland directory and try using it on aw.dll. You should be able
> to generate your lib file that way. Be sure to link your borlandaw.lib
(:D) to the bot's C/C++ object file :)
>
> -Agent1
>
>
> chandler <chandler12 at tx.freei.net> wrote in message
news:39472b50 at server1.Activeworlds.com...
>
>
|
Jun 15, 2000, 10:18am
Using Borland? I've got no idea :)
-Agent1
[View Quote]chandler <chandler12 at tx.freei.net> wrote in message news:39486f80 at server1.Activeworlds.com...
> lol im still learning C++, how do you link it to the file
>
>
> agent1 <anbugera at home.com> wrote in message
> news:39477b0e$1 at server1.Activeworlds.com...
> borland directory and try using it on aw.dll. You should be able
> (:D) to the bot's C/C++ object file :)
>
> news:39472b50 at server1.Activeworlds.com...
|
Jun 15, 2000, 9:27pm
Mail from Andras:
the referred "borlandaw.lib" is posted on my website :)
http://andras.net/tools.html
Andras
-Agent1
[View Quote]agent1 <anbugera at home.com> wrote in message news:3948c9ab at server1.Activeworlds.com...
> Using Borland? I've got no idea :)
>
> -Agent1
>
> chandler <chandler12 at tx.freei.net> wrote in message news:39486f80 at server1.Activeworlds.com...
>
>
|