Posts Tagged ‘Build’

The Free Pascal Compiler is an open source compiler that is similar to Turbo Pascal. Pascal was originally designed as a teaching language for computers but it can be used to create commercial software and to perform complex mathematical operations. Teachers should consider using Free Pascal for teaching computer programming because it works on all of the major platforms and school, library, and home computers can have Free Pascal installed at no charge. Pascal has a simple syntax that is English-like. This syntax makes Pascal easy to learn and use for both teachers and students. Because of these features, Free Pascal is ideal for educational settings. The Free Pascal Compiler can be downloaded at : www.freepascal.org The Free Pascal Compiler comes in 32 and 64 bit versions. It is available for Intel x86, AMD64 x86/64, PowerPC, PowerPC64, Sparc, and ARM processors. There an old version 1.0 that supports Motorola 68k processors. The Operating System supported include Windows 95+, Windows 64 Bit OS, DOS, Mac OS X, Mac Classic OS, Darwin, Linux, Netware (libc and classic), OS/2, MorphOS. (Other operating system may be supported or become supported with new releases of free pascal) Free Pascal also supports the following systems: Game Boy Advanced Nintendo DS Note: The Mac X version of Free Pascal requires the development tools (Xcode) to be installed on the computer. Xcode can be found on the CD/DVD that came with the Mac or can be downloaded at Apples Developer Connection

Dear Sir/ Madam,
i have a MAP which is .bmp file the map’s X axis is Longitude and Yaxis is Latitudue . Now by clicking anticlockwisly on the Map and make a ploygon. then the information in that region of the Map will display in a new window. I have given a catalogue of Data having latitude,longitude, magnitude,time,depth etc. The map x axis is Logitude and y axis is Lattitude
Now how can i build a software , from the (.bmp )Map, just after clicking anticlockwisly how can i acess the data of that region of the polygon from the catalogue. The map’s x axis(long),Yaxis(Lat) in .BMP FILE.
Can you help me?

The educational program that i plan to design and develop should be created as an applet program.
i need to apply the appropriate GUI, action listeners and event handlers to the applet. The software should be designed for good interaction with the user from the selected age group. (7-9 years old)