Mathematica内でサードパーティのDLLフォームを呼び出すのに苦労しています。私のコードは次のとおりです。
qmConnectLocal =
LibraryFunctionLoad["C:\\Windows\\QMClient.dll",
"QMConnectLocal" , {String}, Bool]
私が得るものは:
LibraryFunction::btype: Invalid type and/or rank specification in String. >>
私はMathematicaコードの初心者で、それが私に何を伝えようとしているのか理解できません。
何か助けはありますか?