Code Completion for External Libraries
Posted: Sat Mar 23, 2013 4:15 pm
Hello Eran and everyone,
I hope that this is my last path related question
I have started using the wxSF framework (http://sourceforge.net/projects/wxsf/).
As I have built this in its own subdirectory (and it is not known to wx-config) I have added the library to the Project Settings->Linker->Library Paths and Libraries.
I have also added the include files path to the Project Settings->Compiler->Include Paths.
Finally I added the library to the LD_LIBRARY_PATH environment variable (in Project Settings->Environment)
My project builds and runs properly but I do not get code completion for any of the wxSF classes. Is there somewhere else that I need to tell CL where the classes are to achieve this?
Thanks!!
I hope that this is my last path related question
I have started using the wxSF framework (http://sourceforge.net/projects/wxsf/).
As I have built this in its own subdirectory (and it is not known to wx-config) I have added the library to the Project Settings->Linker->Library Paths and Libraries.
I have also added the include files path to the Project Settings->Compiler->Include Paths.
Finally I added the library to the LD_LIBRARY_PATH environment variable (in Project Settings->Environment)
My project builds and runs properly but I do not get code completion for any of the wxSF classes. Is there somewhere else that I need to tell CL where the classes are to achieve this?
Thanks!!