Relative Content

Tag Archive for chromiumundefined-symbol

How to add libraries to chromium source code

Actually, I still have a very poor understanding of the c++ language. Many thanks to those who will help me.
I’m trying to use my library named “mylib.h” in namespace blink but the program gives me an undefined symbol error, while when I use it in namespace language I don’t get any error. I don’t know how to define the symbol.