Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Syntax Edit
  New Posts New Posts RSS Feed - InsertText - Forgotten to implement?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

InsertText - Forgotten to implement?

 Post Reply Post Reply
Author
Message
decembler View Drop Down
Groupie
Groupie
Avatar

Joined: 09 March 2006
Location: Germany
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote decembler Quote  Post ReplyReply Direct Link To This Post Topic: InsertText - Forgotten to implement?
    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
Back to Top
AndreiM View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 18 August 2007
Status: Offline
Points: 132
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndreiM Quote  Post ReplyReply Direct Link To This Post Posted: 20 September 2007 at 11:48am
I think some one has forgotten to delete this declaration from header file.
Use InsertString, InsertTextBlock instead.
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.