Boost logo

Boost :

From: Michael Fawcett (michael.fawcett_at_[hidden])
Date: 2007-10-01 14:53:54


On 10/1/07, Elaine Wong <wongpl0503_at_[hidden]> wrote:
> I am using boost.python to wrap C++ function which includes
> directmusic libraries to simply play the midi, but lots of linkage
> errors "error LNK2001: unresolved external symbol". I wonder if it is
> possible to work with DirectX - directmusic libs. Are there any ways
> to wrap it?
> *********************compilation errors *************************

[snip]

> Any ideas? Thanks so much for your help

The errors you posted appear to have nothing to do with Boost. It
looks like you just need to link to the correct libraries.

If you have double checked and are already linking to the correct
libraries, double check that the latest DirectX paths are searched
first to guarantee that the linker isn't picking up previous versions
of DirectX libs.

HTH,

--Michael Fawcett


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk