Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Static Library Include All Dependencies

(1/1)

coder14:
Hello all. I use Code::Blocks to make static library that is used with exe of another language (PureBasic).

The static library compiles good in Code::Blocks (warnings but no errors) and I can link with PureBasic and it works well. But sometimes I get "unresolved external symbol" error. I think that this is caused by missing dependencies. Most recently this is the error:


--- Quote ---...unresolved external symbol '__chkstk_ms'
...unresolved external symbol '_stat'
--- End quote ---

What is this missing symbols from?

Can I include the needed dependencies when linking the static library in Code::Blocks to not get this error?

Thank you.  :)

ouch:
Wrong forum and this is not a Code Blocks related problem anyway. You would be better off asking this on stack overflow.

Navigation

[0] Message Index

Go to full version