Hi! I have cbc installed (which works fine from the cli) and I can build coin_cbc without error but when I execute cargo test I get a litany of unresolved external symbol errors. I'm not sure what to pass the linker so it'll link properly; its definitely finding the lib it just isn't finding the exported symbols (which are definitely there - confirmed via dumpbin).
In WSL everything is aces! A simple install of the coin lib, a git clone and cargo test and cargo run --example knapsack was smooth as silk.
Hi! I have cbc installed (which works fine from the cli) and I can build coin_cbc without error but when I execute
cargo testI get a litany of unresolved external symbol errors. I'm not sure what to pass the linker so it'll link properly; its definitely finding the lib it just isn't finding the exported symbols (which are definitely there - confirmed via dumpbin).In WSL everything is aces! A simple install of the coin lib, a git clone and
cargo testandcargo run --example knapsackwas smooth as silk.