At 08.15 2005.03.01 +1300, you wrote: >Hi list. >i need to create some DLL's files. can this be done using >C?? if so can anyone point to some sites that might explain >how to do this?? i did not find anything usefull in google. >Thanks in advance! It's just a linker option, and you've to provide a function with the name DLLMain, and handle there 4 different events (process creation/termination, thread creation/termination). Check the docs. Regards, TPM -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist