LEADTOOLS Support
General
General Questions
Problem While saving Vector-Handle into File returns error number -16 i.e. ERROR_FEATURE_NOT_SUPPORT
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, December 22, 2008 1:52:49 AM(UTC)
Groups: Registered
Posts: 4
I have a Vector-Handle which contain one object layer with Vector-Object.
I want to save this Vector Obect in VEC file and I use the function L_VecSaveFile.
But it returns error number -16 i.e. ERROR_FEATURE_NOT_SUPPORTED
How can I save the object in VEC file
Please Reply
#2
Posted
:
Monday, December 22, 2008 5:08:09 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Can you please provide me with more information:
- What LEADTOOLS version (14.5, 15, 16, etc.) are you using?
- What LEADTOOLS product (Vector, Document, etc.) do you have on your machine?
- What LEADTOOLS programming interface (C++ Class Library, DLL API, etc.) are you using?
- How exactly are you saving the vector handle?
#3
Posted
:
Monday, December 22, 2008 9:14:01 PM(UTC)
Groups: Registered
Posts: 4
Hello,
I am using lead tools version 15 and using DLL's of LEADTOOLS
I'm saving the handle directly into file.
Shall I save the handle directly to file?
If yes, I want to save file in .VEC format and I'm using Lvkrn15u.dll for it.
Is this DLL is sufficent for it?
Please reply.
#4
Posted
:
Tuesday, December 23, 2008 5:06:26 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Sagar,
The Lvkrn15u.dll alone is not sufficient. Please check the help topic "Files to be Included with Your Application" for more information regarding which DLLs you need to include.
You will also need to include the file format DLL. For example, if you want your application to support VEC format, you need to include the Lfvec15u.dll.
#5
Posted
:
Tuesday, December 23, 2008 8:21:40 PM(UTC)
Groups: Registered
Posts: 4
Thanks....!!!
Its working fine when I included Lfvec15u.dll.
Thanks
LEADTOOLS Support
General
General Questions
Problem While saving Vector-Handle into File returns error number -16 i.e. ERROR_FEATURE_NOT_SUPPORT
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.