Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

C++ memory for label.

Name: Anonymous 2011-01-20 14:19

So, i want to make a label by using only code. This is what i got so far:

void __fastcall TForm1::FormCreate(TObject *Sender)
{
        TLabel * lol1;
}

and in private i have:

TLabel *lol1;

But the thing crashes when i try to start it, probably because i have not fixed declared memory for it. Any advice? Usin BCB c++ 2006 for coding.

Name: Anonymous 2011-01-20 14:23

GUI in Sepples? Use Tcl/Tk instead.

Name: Anonymous 2011-01-20 14:27

Tickletok

Name: Anonymous 2011-01-20 14:34

Sry but i have to code in BCB cause that's what we use in school.

Name: Anonymous 2011-01-20 14:40

>>4
Too bad.

Name: Anonymous 2011-01-20 14:58

Let's play with windows.h!

Name: Anonymous 2011-01-20 15:06

Try setjmp.

Don't change these.
Name: Email:
Entire Thread Thread List