ID:194248
 


i downloaded your chess code to get a head start.. but

#include "hublib/hublib.dm"

there is no such thing to include.. it is the only error i get but if i take it out i get ALOT more..
On 6/28/01 7:52 am jobe wrote:
i downloaded your chess code to get a head start.. but

#include "hublib/hublib.dm"

there is no such thing to include.. it is the only error i get but if i take it out i get ALOT more..

The hublib is available for download on the libraries page.
In response to LexyBitch
On 6/28/01 8:02 am LexyBitch wrote:
On 6/28/01 7:52 am jobe wrote:
i downloaded your chess code to get a head start.. but

#include "hublib/hublib.dm"

there is no such thing to include.. it is the only error i get but if i take it out i get ALOT more..

The hublib is available for download on the libraries page.

Oops, they must not have updated Chess since implementing the new library system!
In response to Deadron
On 6/28/01 10:34 am Deadron wrote:

Oops, they must not have updated Chess since implementing the new library system!

Yep. Will fix. Try: #include<Dantom/hublib>instead. You'll have to download that from the lib page so it gets installed in the correct place.
In response to Tom
On 6/28/01 12:55 pm Tom wrote:
On 6/28/01 10:34 am Deadron wrote:

Oops, they must not have updated Chess since implementing the new library system!

Yep. Will fix. Try: #include<Dantom/hublib>instead. You'll have to download that from the lib page so it gets installed in the correct place.

well i gto it "working" but.... i get some warnings about the email game... so i think im just going to take that out...