Search found 5 matches

by borg
Mon Jul 27, 2015 10:57
Forum: Draughts, Computer, Internet
Topic: Scan
Replies: 164
Views: 169873

Re: Scan

Thanks but it beats the purpose.
I want scan to play faster in the end of games where the result is clear but scan still takes the full time.
Just to save time.
Thanks
by borg
Sun Jul 26, 2015 17:13
Forum: Draughts, Computer, Internet
Topic: Scan
Replies: 164
Views: 169873

Re: Scan

Hi
There is a way to change the time limit during a game?(in the java gui)
Thanks
by borg
Sat Jul 25, 2015 11:41
Forum: Draughts, Computer, Internet
Topic: Scan
Replies: 164
Views: 169873

Re: Scan

Hi

# general
CXX = g++
# CXXFLAGS =
LDFLAGS = -L. -Wl,--no-as-needed -pthread
LIBS = -lm -lpthread


Thanks
by borg
Thu Jul 23, 2015 21:08
Forum: Draughts, Computer, Internet
Topic: Scan
Replies: 164
Views: 169873

Re: Scan

Hi
it worked
By the way i use DAM as gui in linux.
Thanks
by borg
Tue Jul 21, 2015 20:36
Forum: Draughts, Computer, Internet
Topic: Scan
Replies: 164
Views: 169873

Re: Scan

Hi
great program
I managed to compile in linux.
But can run only using one thread
getting this message "Enable multithreading to use std::thread: Operation not permitted"
It looks like problem in the makefile
Thanks again