Name Modified Size InfoDownloads / Week
Parent folder
Aufgabe3-2-Executable.cpp 2011-03-09 459 Bytes
Totals: 1 Item   459 Bytes 0
Benötigt die Aufgabe3-2 und die Library muss schon existieren (in Eclipse "Archive" und Endung .a)

um Library zu Benutzen, Executable projekt öffnen. dann: 
Project->Properties->c++ Build ausklappen -> Settings.
C++ Linker: C++ Linker -> 
			Libraries -> 
			Library search path -> "${workspace_loc:/Aufgabe3-2/Debug}" (oder wo auch immer eure ist)
								-> Libraries->Aufgabe3-2 (oder wie auch immer eure heisst)
C++ Compiler: Includes-> "${workspace_loc:/Aufgabe3-2/src}" (oder wo eure sonst ist)


PS:
workspace_loc ist Euer Workspace.
Source: README.txt, updated 2011-03-09