Project Files DC10.72
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
I am trying to use c source and header files with the project manager window. As long as I am not calling any library functionality, the program compiles and runs as expected. So, now I add the library TCPIP.LIB to main.c and create webserver.c and ftpserver.c. Because of scoping, only main sees the library and not the other 2 files. Has anyone ever tried to do what I am doing and been successful? If so, how did you do it?