This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, June 12, 2008 5:09:15 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You cannot use ltmmGetErrorText directly in .NET, because the ltmmGetErrorText fucntion is definied inside a module stored inside the type library file. This is a limitation of .NET tool used to parse the type library which does not currently
support functions defined inside modules. We are currently researching a way to workaround this .NET limitation.
However, a way to work around that is shown in the project attached:
1) Include LtmmModule.vb in your project.
2) Call Leadtools.Ltmm.ltmmGetErrorText(Err.Number) to get the error string
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.