Coder Social home page Coder Social logo

igoenchi's Introduction

=== IGoEnchi Readme File ===

About

  IGoEnchi is an Internet Go Server (IGS) client and SGF editor 
  for Windows Mobile. For more information please visit IGoEnchi 
  homepage at

  http://sourceforge.net/projects/igoenchi/

How To Build

  1. Download and install SharpDevelop 3.1, .NET 2.0 SDK,
  	 PowerToys for .NET CompactFramework 3.5 and 
  	 .NET CompactFramework 2.0 SP2.
  2. Start a new C#->Compact Framework->Windows Application project.
  3. Change target runtime to .NET CF 2.0 at 
	 Project->Project Options->Compiling->Target Framework
  4. Remove all the references, then inlude references to  
		System.dll
		System.Data.dll
		System.Drawing.dll
		System.Xml.dll
		System.Windows.Forms.dll
		System.Windows.Forms.DataGrid.dll
		Microsoft.WindowsCE.Forms.dll
		Microsoft.WindowsMobile.DirectX.dll
	 from .NET CF 2.0 install directory. By default it is 
	 C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\
  5. Add source files to the project.
  6. Add resources from \data\resources to the project.

Things to remember

  If you're making changes to source code or data please note the following:

  1. IGS parser is running in separate thread, so form's controls need to be 
     accessed via Invoke().
  2. IGS message handlers should not alter the message because it is shared 
     between all registered objects.
  3. Graphical objects like Bitmaps, Graphics, Pens, Brushes, etc. use 
     unmanaged memory which should be freed using Dispose(). 
  4. Toolbar icons need to be saved with 256 colors for transparency to work.

igoenchi's People

Contributors

marcgardent avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.