I wrote the functions count() and spell() in first.c
I compiled it as standard library by alt+f9,but it created first.obj only insteadof first.lib
Then I pressed ctrl+f9,It gave a message box displaying
Not an exe
first.lib
Now first.lib was created in bin
Then I copied and pasted the first.lib in Lib directory
Now I wrote the program with first.h included and I tried to call the functions...