The dll has been created in VB5.0 and has to be called in mapbasic.However we get a run time error that the external library does not contain the function.The function is written in class module in VB.There is no compiler error in mapbasic and the dll is called in the usual way
 
    declare sub reversename lib "c:\test.dll" (str as string)
 
  call reversename(str)
 
can anybody help me in solving this problem?
or
provide any sample program?
 
thanxs
 
rajendra

Reply via email to