I've put the new windows beta , and my latest source up here
https://sourceforge.net/projects/phalanx/files/

There seems to be quite some disparity about Phalanx's C 
formatting , so i'm thinking to run the whole code through a C 
formatter for ease of diffing against the various versions 
floating around.

The only one i know of is GNU "indent", and i don't have much
experience with it. Any suggestions ?

> > Have you replaced the FD_SET command ?
> > This command is necessary for proper working with Scid, and is
> > only supported with cygwin AFAIK.

> This may very well refer to the stdin thing indeed.

Hmmm... May i see/use this code ??

Oh yeah. SCID uses this line to check for a compatible version of Phalanx
  if { ! $analysisCoach(seen1) && $line != "Phalanx XXII-pg" }
which i suggest changing to
  if { ! $analysisCoach(seen1) && $line != {Phalanx XXII-pg} && $line != 
{Phalanx XXIII} } {

Steve


      

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to