Author Topic: Problem: no help found for this function: new  (Read 5096 times)

asandler

  • Senior Community Member
  • Posts: 303
  • Hero Points: 27
Problem: no help found for this function: new
« on: July 23, 2008, 01:03:21 PM »
When I tried to allocate a new instance of a wxStaticText class (from wxWidgets):
a) when typed in the name of the constructor (same as name of the class) I received no suggestion as of constructor's possible arguments (although auto-list arguments is on).
b) when typed in first bracket and pressed CTRL+SHIFT+SPACE, I received error message in the subject.
Here's the code.

m_pieces_text = new wxStaticText();

Any ideas?

Alex.

PS: It's SE 13.0.1 with the latest hot fixes on WinXP.
« Last Edit: July 23, 2008, 02:08:47 PM by asandler »

Phil Barila

  • Senior Community Member
  • Posts: 745
  • Hero Points: 61
Re: Problem: no help found for this function: new
« Reply #1 on: July 30, 2008, 07:54:11 PM »
Do you have the wx library tagged?  I added a tag file for wx to solve that problem.  Don't know if there's a better way.

asandler

  • Senior Community Member
  • Posts: 303
  • Hero Points: 27
Re: Problem: no help found for this function: new
« Reply #2 on: July 31, 2008, 05:50:34 AM »
Yes I do have a tag file for it and the tag file is in the list of compiler tag files.