??? 01/08/07 21:00 Read: times |
#130455 - API Responding to: ???'s previous message |
Attila Strba said:
we want to give a possibility to use our API which we are developing also for students and universities without buying the expensive Keil compiler If you are providing an API, then surely you just supply the "customer" with an obect file or Library to link to their project? Then it's immaterial to the customer what tools you use internally to build your stuff - just so long as you provide an SDCC-compatible API for SDCC users, and a Keil-compatible API for Keil users, etc... |