BSC lets you specify static library .a file names on the command line, but it places them before the generated model, which means they are ignored during C++ linking. I would guess that the answer is to just put all .a files after the model object -- otherwise we'd need some way to specify which go before the model object and which go after.
BSC lets you specify static library
.afile names on the command line, but it places them before the generated model, which means they are ignored during C++ linking. I would guess that the answer is to just put all.afiles after the model object -- otherwise we'd need some way to specify which go before the model object and which go after.