Hi,
I have 25 c modules.Out of these modules i generate prg file intended for two different devices.In the system these two devices work together.There is one module(Let's say module 10) with special function (let's say func_1()) in it which will be used by both device codes.Now when I compile these modules for first device it works fine as compiler knows function func_1().For second device Ican't compile module 10 as it's a requirement.Then I compile remaining 24 modules but I get error as it doesn't know func_1() which has been called from one of compiled modules.Well,this special function can not be moved somewhere else so my question is how do we work around with this situation????



LinkBack URL
About LinkBacks



