importing library broken?

17 Oct 2010

I found a fixed point library in C++ that I'm trying to import into a program.  I've got the files locally on my computer.  I go through import and it seems to do something but I don't see the files, or the library, anywhere.  Here are the steps.

Right click program name, select "import library"

click "local machine" tab

select import as library

click "choose file" and browse to file.  (repeat 5 times to get all 5 files)

set target name to "fixedpoint"

click "import!"

It does something, for a second, but I can find no trace of the files.  Am I doing something wrong?

As a workaround I was able to create a new blank library, import the files into the program, and drag them into the library.

--steve

18 Oct 2010

Hi Steve,

Can you attach the files etc and give us the info to allow us to reproduce it? We'll then get it fixed.

Thanks,
Simon

20 Oct 2010

Here is the fixed point library:

fixedpoint

Although I don't think you need it, any file on your local hard drive will do.  Save these files to your local hard drive and try to import them following the steps in my original post.  I think all the details you need are there.

--steve