Using other IDE libraries

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Ondra
Posts: 325
Joined: Wed Aug 29, 2007 7:33 pm
Been thanked: 2 times
Contact:

Using other IDE libraries

Post by Ondra »

Good day all.
I would like to know if it is possible to use a library from a different I.D.E'. CCS IDE has implemented PPP in their TCPIP API.
I have a device that I am connecting to the internet over dialup modem. I am using an expensive TCPIP enabled dialup modem. A PIC running PPP would cut the price in half. Any Ideas on this?

Ondra

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Using other IDE libraries

Post by Benj »

Hello Ondra

Libraries for compilers are normally precompiled and as such will require things specific to that compiler in order to work. If you could find some example C source code for the PPP protocol then yes it should be possible to port the code to BoostC.

Post Reply