문제

Firstly: I have Code::Block v13.12, widgets v3.0.0 and visual C++ 2010 compiler;

When use Code::Block IDE to develop widgets applications, by using visual c++ 2010 compiler with it.
When compile any widgets application even hello world application, gives me an error LINK||fatal error LNK1181: cannot open input file 'wxmsw30u_dbgrid.lib'.

I have searched for wxmsw30u_dbgrid.lib or wxmsw30ud_dbgrid.lib file in widgets lib folder, all lib files have been found except these lib files.

What is the reason I have got this error?

도움이 되었습니까?

해결책

The dbgrid library doesn't exist in wxWidgets 3.0. I don't know where does the reference to it come from, but you should simply remove it from your project.

다른 팁

If you have the corresponding DLL, you can generate a lib from it

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top