I have turned my cpp file into a lib, and have the main project include the lib file in the link tab. All other cpp file that was in the project that needed to call the function remains unchanged (header file remains) And now it compiles and links.
I still don't know why or what setting in the project that caused the compiler to remove those symbols, knowing that possibly the orignal project did include window.h, who knows what caused the conflictl... -- Jimmy _______________________________________ Don't be humble, you are not that great. - G. Meir --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
