#pragma once
#include <iostream>
#include "fbxsdk.h"
//using namespace System::Collections::Generic;
using namespace std;
namespace ClassLibrary1 {
public ref class Class1
{
public:
void Foo();
};
}
Lnk错误: 2020年 2019年 2001 2028
大家好,
因此,我试图包括Autodesk的FBX SDK,但我总是在CLR Project上遇到这些编译错误。 您有什么想法吗?
感谢所有帮助。 谢谢!
最诚挚的问候