G
Guest
I am currently trying to wrap an old library (ImageMagick) in .NET, and am
having problems with inline expansions. I have recompiled the library in vc++
2005 OK. However, when I try to access any inline methods of the library
classes from my managed classes, the inlining does not seem to occur, and I
end up with a linker error 2001 - unresolved external. Is there a trick for
getting this to work. I have tried using Default inline (/Ob0) in the
library, and maximum expansion in my assembly (Ob2) - even tried turning
auto_inline off when compiling the library - still getting the linker message.
Ta
Mick
having problems with inline expansions. I have recompiled the library in vc++
2005 OK. However, when I try to access any inline methods of the library
classes from my managed classes, the inlining does not seem to occur, and I
end up with a linker error 2001 - unresolved external. Is there a trick for
getting this to work. I have tried using Default inline (/Ob0) in the
library, and maximum expansion in my assembly (Ob2) - even tried turning
auto_inline off when compiling the library - still getting the linker message.
Ta
Mick