Symbian
Symbian OS Library

FAQ-0220 How do I include additional C++ libraries in my project?

[Index][spacer] [Previous] [Next]



 

Classification: Java Category: JNI
Created: 05/26/99 Modified: 09/04/2001
Number: FAQ-0220
Platform: Not Applicable

Question:
I've successfully built the 'PowerInfo' JNI example, but for my own project I need to include additional C++ libraries. How do I do this?

Answer:
To include extra libraries in the build add a line to the file "MakeFile" of the form
EXTRA_LIBS = $(TRGDIR)\euser.lib $(TRGDIR)\efsrv.lib $(TRGDIR)\c32.lib