On 3/9/07, Mauricio Jancic wrote: > Hi, > I need to release a firmware to a customer, and he must be allowed > to modify one of the source files (writen in C). > I don't want to give him the whole code, but I would like to give > him a (unknown format) file + the user modificable routine. > Anyone can give me a pointer on how to accomplish this? > > Regards, > > Mauricio Jancic > Janso Desarrollos > Microchip Certified Consultant > www.janso.com.ar > info@janso.com.ar > (54) 11-4502-2983 > I believe the standard way to accomplish this is to compile the files that you don't want to release and send him the object files, along with the sources of what you do want him to see. That way he can compile the sources and link them together with the object file, to produce a binary. - Marcel -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist