Hi, Now I am able to generate the '.c' file. But the problem is if I try to compile the file it is showing the "unresolved external symbol" errors. But the header files are included in the c program and the header files contain the prototype of these functions. Still it is throwing the errors. Mohan