C ++/CLI und native OpenCV -Struktur [Duplikat]C++

Programme in C++. Entwicklerforum
Anonymous
 C ++/CLI und native OpenCV -Struktur [Duplikat]

Post by Anonymous »

Ich bin neu bei C ++/CLI, aber derzeit muss ich eine native DLL mit nativem Struktur und openCV verwenden.#include
struct Img {
cv::Mat imgData;
int width;
int height;
int padding;
}
< /code>
Diese Struktur ist erforderlich, um die native DLL -Funktion als Argument zu verwenden.Severity Code Description Project File Line Suppression State
Error LNK2022 metadata operation failed (8013119F) : A TypeRef exists which should, but does not, have a corresponding TypeDef: (Impl): (0x01000025).
< /code>
Ich hatte alle notwendigen dynamischen OpenCV -Bibliothek aufgenommen, verursachte aber dennoch diesen Fehler.
hat jemand eine Idee? < /p>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post