| Author | Comment | ||
|---|---|---|---|
freakishgth |
how do i include extgraph |
Lead | |
|
how exactly do i include extgraph in a project? what files do i need and EXACTY where can i get them?
|
|||
Kevin Kofler |
Re: how do i include extgraph | ||
|
You need extgraph.h and extgraph.a and you can get them right here at tict.ticalc.org.
|
|||
freakishgth |
Re: how do i include extgraph | ||
|
yea, i got those and put
#include "extgraph.h" #include "extgraph.a" in my c file and my compiler locks up and stops responding, what am i doing wrong? please tell me exactly how i should include them |
|||
saubue |
Re: how do i include extgraph | ||
|
You only need to write
#include "extgraph.h" That's all |
|||
freakishgth |
Re: how do i include extgraph | ||
|
but then it says:
"Unresolved reference to _______" it gives me this error for every function i use from the library |
|||
DenialaineD |
Re: how do i include extgraph | ||
|
If you are using the IDE, try adding the extgraph.a to your project, but not specifically writing "#include "extgraph.a"".
|
|||
freakishgth |
Re: how do i include extgraph | ||
|
when i try to add it to my project, it says "the file 'estgraph.a' is not valid for opening
|
|||
Kevin Kofler |
Re: how do i include extgraph | ||
|
Use Project / Add File..., not File / Open...
|
|||
freakishgth |
Re: how do i include extgraph | ||
|
|
|||