> But the problem is how can I use this function withour any library files. > Because I used this function in my program, there is a link problem. How can > I solve it ? Just compile the files directly into your project, as if they were just normal files of your project. David