--
You received this message because you are subscribed to the Google Groups "PPP-public" group.
To post to this group, send email to ppp-p...@googlegroups.com.
To unsubscribe from this group, send email to ppp-public+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ppp-public?hl=en.
Yes. Try adding them to the include folder of your compiler.
On Oct 20, 2010, at 5:04 AM, Adrian Mowrey wrote:
> On Oct 19, 2010 10:38 PM, "cipri_arad_77" <23cip...@gmail.com> wrote:
>> The .cpp files from the interface library must be added to the include
>> folder ?
> Yes. Try adding them to the include folder of your compiler.
I don't know how this is done in the Windows environment, but in the Unix environment it would be more natural to compile all the .cpp files (getting .o files), and then turn them into a library. (ISTR there being a Makefile for same; if not, I can provide one.) Having done so, one then uses a Makefile that tells the link-loading phase where to find said library.
One advantage of doing this is that it further separates interface from implementation.
Art Werschulz
207 Stoughton Avenue, Cranford NJ 07016-2838
(908) 272-1146
To unsubscribe from this group, send email to ppp-public+...@googlegroups.com.
To unsubscribe from this group, send email to ppp-public+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ppp-public?hl=en.
--
You received this message because you are subscribed to the Google Groups "PPP-public" group.
To post to this group, send email to ppp-p...@googlegroups.com.
To unsubscribe from this group, send email to ppp-public+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ppp-public?hl=en.