Hi Ben, I got both of the errors that you mentioned. Shame on me !!!
>Do both of your source files have a .cpp extension? If you built one as >a C file and the other as a C++, they won't link together by default. >My other suspicion is that you've declared your functions as static. The first time, I build the project as C project and the file I add in is .cpp. So, they didn't link together. I tried again, and the second time, I declared my functions as static :( By the way, if I have some C files and some C++ files. How can I put them together in a project? Should I just name them with .cpp extension? Thanks again for your help. tnn __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
