This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Shared Libraries


> I found the solution to the problem (or at least something that makes it
> go away) although I do not really understand it.  In all of my files I
> had "#pragma interface" in the header and "#pragma implementation" in
> the implementation.

I would personally recommend not to use those pragmas at all. Life is
simpler without them.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]