-1

dll 可以帮助我们将文本转换为 unicode 印地语,但我的问题是这个 dll 在进行设置时在我的项目中正常工作,然后它没有加载到我的项目中。调用dll函数如下。

Declare Function Isfoc2Iscii Lib "ismapi32.dll" (ByVal s1 As String, ByVal s2 As String, ByVal ilen As Integer, ByVal sc As String) As Integer   

请告诉我我的dll的实际路径

4

1 回答 1

0

You should add this .dll file in your Application folder while building Setups.

于 2013-06-06T11:35:44.300 回答