Re: [Chessx-users] How to Update chessx.eco
Chess Database and PGN viewer
Brought to you by:
hognose
From: jens-chessx <jen...@gm...> - 2018-11-27 22:03:40
|
Hello Joe, the eco file is compiled into the executable as a resource, so you cannot see it in the file system. The code line in question is the line 25 from ecothread.h: if (!EcoPositions::loadEcoFile(":chessx.eco")) This would need to be changed to allow external files. Quite an easy change so I consider this for the upcoming release. Jens > Am 26.11.2018 um 22:52 schrieb Joseph Polanik <jpo...@nc... <mailto:jpo...@nc...>>: > > Is there a way to update the ECO codes that ChessX uses to classify opening lines? > > I found a file names chessx.eco in the package downloaded from sourceforge but it seems that file doesn't get installed onto the file system. > > Thanks, > > Joe > > > -- > > Nothing Unreal is Self-Aware > > > > _______________________________________________ > Chessx-users mailing list > Che...@li... <mailto:Che...@li...> > https://lists.sourceforge.net/lists/listinfo/chessx-users |