Hi there,
RD>DB> If I have my source code...graph.c and I compile it giving
RD>DB> me my graph.obj, how on this earth do I manage to get my
RD>DB> graph.h file to #include in later programs ?
RD> You don't !
RD> Break your source code into graph.c & graph.h.
RD> Put all your function prototypes (declarations) in graph.h
RD> along with all global variables that you want to use in later
RD> programs.
Ok, thanks for the help. But, when I do this I still manage to get
"UNDEFINED SYMBOL _Plot_Pixel_Fast" error from my linker. (The
Plot_Pixel_Fast is one of my functions) Any Ideas on that one?? :-/
Anyway thanks RD
Dave
Where The Sewage Meets The Sand
---
---------------
* Origin: UKRAS RA Support group +44-232-768163 (2:443/59)
|