且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Visual Studio 2008中添加dll

更新时间:2023-02-21 09:32:32

Q0.您使用什么语言来实现用法?

Q0. What is your language to implement the usage ?

if (A0 == C++ || A0 == C) {
  A1. You could use the DLLs *.h and *.lib when they are provided too
  if (A1 == YES) {
    A2. Directly
  } else {
    A2. <code>LoadLibrary/GetProcAddress/Calling/FreeLibrary</code>
  }
}


:)