[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mexFunction in a .lib file
From: |
svla299 |
Subject: |
mexFunction in a .lib file |
Date: |
Fri, 22 Feb 2013 10:52:47 -0800 (PST) |
I'm trying to compile and link a .cpp file with a .lib file I've created from
a .dll using mkoctfile. I'm using the VS2100 version of Octave and the
Visual Studio 2100 express. Unfortunately the .lib file contains a
mexFunction. One is exported by compilation. I'm getting a fatal linker
error that the output filename matches the input filename, presumably the
mexFunction in .lib
Is there a way to circumvent this error?
--
View this message in context:
http://octave.1599824.n4.nabble.com/mexFunction-in-a-lib-file-tp4650167.html
Sent from the Octave - General mailing list archive at Nabble.com.
- mexFunction in a .lib file,
svla299 <=