Difference between revisions of "Fx-9860G SDK"
(Created page with "{{InfoBox | title = | image = Casio_fx9860G_SDK_Icon_48x48.png | ImageSize = 48x48 | caption = fx9860G SDK icon }} '''Casio fx9860G SDK''' (Software Developme...") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{InfoBox | + | {{InfoBox Software |
− | | | + | | name = Fx-9860G SDK |
− | | | + | | logo = Casio_fx9860G_SDK_Icon_48x48.png |
− | | | + | | logoCaption = icon |
− | | caption | + | | screenshot = Fx-9860G SDK.jpg |
+ | | caption = fx9860G SDK on Windows 7 | ||
+ | | author = Casio | ||
+ | | developer = Casio | ||
+ | | first release = | ||
+ | | latest release = 22 January 2007 | ||
+ | | frequently updated = No | ||
+ | | language = English | ||
+ | | programming language = | ||
+ | | genre = IDE | ||
+ | | platform = Windows | ||
+ | | licence = Proprietary | ||
+ | | website = [http://edu.casio.com edu.casio.com] | ||
}} | }} | ||
− | |||
'''Casio fx9860G SDK''' (Software Development Kit) is an integrated development environment (IDE) from Casio, based on the Renesas SHC compiler. It is used to develop Addins applications for [[Fx9860 Series]] calculators. Published on January 22 2007, never updated, it's still downlodable on [http://edu.casio.com edu.casio.com] (registration and calculator serial number required) with some PDF documentations. | '''Casio fx9860G SDK''' (Software Development Kit) is an integrated development environment (IDE) from Casio, based on the Renesas SHC compiler. It is used to develop Addins applications for [[Fx9860 Series]] calculators. Published on January 22 2007, never updated, it's still downlodable on [http://edu.casio.com edu.casio.com] (registration and calculator serial number required) with some PDF documentations. | ||
The application window include a notepade-like text editor, an emulator and a debugger. | The application window include a notepade-like text editor, an emulator and a debugger. | ||
Line 16: | Line 27: | ||
Much of standard library is supported except input-output parts (console and file). | Much of standard library is supported except input-output parts (console and file). | ||
SDK include a library (fxlib.h) with platform-specific functions (drawing, keyboard input, file-managment, timers). | SDK include a library (fxlib.h) with platform-specific functions (drawing, keyboard input, file-managment, timers). | ||
+ | |||
+ | [[fr:SDK]] |
Latest revision as of 08:10, June 24, 2012
icon | |
fx9860G SDK on Windows 7 | |
Author | Casio |
Developer | Casio |
Latest release | 22 January 2007 |
Frequently updated | No |
Genre | IDE |
Platform | Windows |
Licence | Proprietary |
Language | English |
Website | edu.casio.com |
Casio fx9860G SDK (Software Development Kit) is an integrated development environment (IDE) from Casio, based on the Renesas SHC compiler. It is used to develop Addins applications for Fx9860 Series calculators. Published on January 22 2007, never updated, it's still downlodable on edu.casio.com (registration and calculator serial number required) with some PDF documentations. The application window include a notepade-like text editor, an emulator and a debugger.
The very first addin produced with the SDK is Ultimate Snake, published on January 23, developed by Muelsaco (co-creator of Planet-casio.com).
Standards
The Renesas SHC compiler respect the ANSI C standard (C89).
Much of standard library is supported except input-output parts (console and file). SDK include a library (fxlib.h) with platform-specific functions (drawing, keyboard input, file-managment, timers).