InsertText - Forgotten to implement? |
Post Reply |
Author | |
decembler
Groupie Joined: 09 March 2006 Location: Germany Status: Offline Points: 15 |
Post Options
Thanks(0)
Posted: 07 September 2007 at 10:17am |
In the documentation I found the following method to insert
text in CXTPSyntaxEditCtrl:
BOOL InsertText( LPCTSTR szText, int iAbsPos = -1 );If I try to use this function I get an LNK1120 error. I take a look in source code XTPSyntaxEdit.cpp and there is no such function. Is it possible that anyone has forgotten to implement this feature? Tom |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
I think some one has forgotten to delete this declaration from header file.
Use InsertString, InsertTextBlock instead.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |