M
mark.sanders.03
Hello, I have a managed C++ project which uses an unmanaged C++ DLL.
Normally when I'd have an EXE or DLL which uses another DLL, I'd link
the DLL's .LIB into the project but I don't see a way to do this
within my MCPP project (so I'm left with a bunch of "unresolved
externals" errors).
Now, I could use PInvoke but this would mean having to redeclare every
function, and I'd like to not have to do this (I'm lazy and the
approach is prone to errors anyway).
There sure seems like there should be a way to do this with MCPP but I
can't figure out how.
Any suggestions (or solutions)?
Thanks,
Mark
Normally when I'd have an EXE or DLL which uses another DLL, I'd link
the DLL's .LIB into the project but I don't see a way to do this
within my MCPP project (so I'm left with a bunch of "unresolved
externals" errors).
Now, I could use PInvoke but this would mean having to redeclare every
function, and I'd like to not have to do this (I'm lazy and the
approach is prone to errors anyway).
There sure seems like there should be a way to do this with MCPP but I
can't figure out how.
Any suggestions (or solutions)?
Thanks,
Mark