
February 7th, 2002, 08:09 AM
|
|
Junior Member
|
|
Join Date: Jun 2001
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
C, MySQL wrapper: making it available in other files?
I've successfully made a connection between C and MySQL, but: my problem is : I've made a header file and a .c file with all my funcitons, now: how can I use the .c file in other programs??
EX:
my_file.h , my_file.c <= all the MySQL stuff
and then use all the functions in my_test.c ???
Just started with C,so any help/pointers apreciated!
Thanks
NuCleuZ
|