Problems with 'WriteText'

Hello, I have a problem with the WriteText command. I have this line:

 
edtConvertFrom.WriteText("You Edited The Box!");


I use wxDev-C++ with the MingW compiler. When I compile the program, I get the following errors:

In member function `void Getallenstelsels_OmrekenenFrm::chcConvertFromUpdateUI(wxUpdateUIEvent&)':
`WriteText' has not been declared
request for member of non-aggregate type before '(' token
[Build Error] exe: *** [Objects/MingW/Getallenstelsels OmrekenenFrm.o] Error 1

I am used to visual basic. What did I do wrong?
Last edited on
Are you doing a C++ program? I haven't heard of a WriteText command in C++. Are you doing a Visual C++ project? If so, you should post this question in the Windows Programming forum.
wxDev-C++ uses a graphic interface. Should this be moved?
As long as your code produces a window, I believe your post should appear in the Windows Programming forum.
Great I will do that. Thanks!

--SOLVED--
Topic archived. No new replies allowed.