Subj : Re: returning arguments To : comp.programming.threads From : Huub Date : Wed Jun 29 2005 04:40 pm David Butenhof wrote: > Huub wrote: > >> I know this is most probably off-topic for this ng, but do you have >> any idea what the error "multiple definition on...." could indicate? >> Problem is that if I run a stand-alone program that does the same job >> it shows no errors and runs fine. (I posted this with code and errors >> to alt.comp.lang.learn.c-c++, but no response yet.) > > > Are you seeing this at COMPILE time, LINK time, or RUN time? And what is > the COMPLETE message, with the actual command you used to get it? > I think it's at compile time, but I've posted the complete code and errormessages of one module at the ng I mentioned above. Other modules show the same problem. Or do you mean to contrast a simple program that does > nothing else ("stand alone") against a similar algorithm included as > part of a larger application? Yes. Thank you for helping. .