Re: Getting Text entity information..
Started by Gyob at 04-29-2008 6:12. Topic has 18 replies.
|
|
04-29-2008, 6:12
|
Gyob
Joined on 02-11-2008
Posts 10
|
Re: Getting Text entity information..
|
 
 
|
|
|
Thank you for your fixes. So I downloaded and tested the latest version but there are some bugs on the recovery of the text entity. When I use L_VecGetObject to retreive the object text description VECTORTEXT, the retrieved string into pszText of the VECTORTEXT structure is not complete. The only first character of the string is returned and not a full text contained into the DXF file.
Please Check this from your side and go back to me if there are any fix for this problem.
Thanks
Okba
|
|
|
|
|
Report
|
|
|
|
04-29-2008, 9:43
|
GregR

Joined on 05-31-2006
In House
Posts 1,429
|
Re: Getting Text entity information..
Attachment: screen.JPG
|
 
 
|
|
|
In the test project that was reported with the incident, the problem was originally occuring with this code:
nRet = L_VecGetObject( pVector, pObject, VECTOR_TEXT, &TextDesc ); import = (wchar_t *)TextDesc.pszText;
|
|
TextDesc.pszText is a pointer, so in the debugger watch window you will likely only see the first letter, but if you check the CString import, you will notice that it has the full text. See my attached screenshot.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
04-30-2008, 10:32
|
Gyob
Joined on 02-11-2008
Posts 10
|
Re: Getting Text entity information..
|
 
 
|
|
|
I have my LeadTools evaluation licence expired, how can I extend my period time?
Thanks
|
|
|
|
|
Report
|
|
|
|
04-30-2008, 10:47
|
Qasem Lubani

Joined on 08-13-2006
Posts 972
|
Re: Getting Text entity information..
|
 
 
|
|
|
Please send an email to support@leadtools.com and ask for the evaluation extender download instructions.
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » Vector » Re: Getting Text entity information..
|
|
Copyright LEAD Technologies, Inc. 2008
