Fatal error
-
I am having this error from my C++ programme LINK : fatal error LNK1181: cannot open input file "fltk.lib" Can someone tell me the specific steps to solve this problem Thank a lot
-
I am having this error from my C++ programme LINK : fatal error LNK1181: cannot open input file "fltk.lib" Can someone tell me the specific steps to solve this problem Thank a lot
Hi Goh, Have you tried doing a Google search for fltk.lib and link error? This sounds like a custom library and you may need to make sure the linker settings are correct. Also, the tops of included headers may need to have items defined in them. Best, Eric
-
I am having this error from my C++ programme LINK : fatal error LNK1181: cannot open input file "fltk.lib" Can someone tell me the specific steps to solve this problem Thank a lot