Search:

Type: Posts; User: V1P3R V3N0M

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,407

    the builder writes it itself.... I guess a...

    the builder writes it itself.... I guess a builder doesn't make errors... ..
  2. Replies
    9
    Views
    1,407

    doh now it says... [C++ Error]...

    doh


    now it says...

    [C++ Error] Unit1.cpp(23): E2285 Could not find a match for 'TQRLabel::TQRLabel()'

    but I guess its not a big error.. but I don't know what to do ...

    vv
  3. Replies
    9
    Views
    1,407

    w00t.. it's not the class we're fastcallin' ......

    w00t.. it's not the class we're fastcallin' ... it's the buttonclick function ;)



    cr_naik

    thx a lot! I'll try this.... btw a TQRLabel is a QuickReport label... just an object as any other......
  4. Replies
    9
    Views
    1,407

    what's wrong?

    I looked in the help... and tried to do like the example.. but it still wont compile... what's wrong with it?



    void __fastcall TForm1::Button1Click(TObject *Sender)
    {
    TQRLabel **bob;
    ...
  5. Thread: #include?

    by V1P3R V3N0M
    Replies
    2
    Views
    1,197

    #include?

    What can I use instead of #include if I want all my units to be able to use each other... cuz now it displays "Include files nested too deep" error :S

    thx!
  6. Replies
    1
    Views
    883

    impossible or what? :( I really need help...

    impossible or what?

    :(

    I really need help about it!
  7. Replies
    1
    Views
    883

    TQuery & its result...

    Hey! :)

    I'm coding something that needs to request a value from a table(database *.db)... So I use a TQuery and... everything goes well, I get the answer in a TDBGrid, it works #1. The problem...
  8. haha.. :S that was the problem... thx a...

    haha..

    :S

    that was the problem...
    thx a lot! :)

    VV
  9. little problem here... but I don't understand why

    Power = 1 / OrigBase;

    where
    Power is a long double
    OrigBase is an integer

    Why the value of Power is always 0, whatever the OrigBase value is???

    I mean 1 / 3 != 0!!!!!
  10. Replies
    15
    Views
    2,847

    Thanks all of you, I'll try these solution sunday...

    Thanks all of you, I'll try these solution sunday evening or monday... I'll tell you about it!

    thx again

    VV
    [email protected]
  11. Replies
    15
    Views
    2,847

    cauz I want this function to be portable to other...

    cauz I want this function to be portable to other programs that will eventually need a function like this one...

    so I want it to guess the maximum and be said the minimum...

    VV
  12. Replies
    15
    Views
    2,847

    doh

    Returns one.... here's a paste of a part of the code so it could maybe give a clue...


    #define SSIZE(n) sizeof(n)/sizeof(n[0])

    int SortInt(int *Array)
    {
    int Temp;

    int Length =...
  13. Replies
    15
    Views
    2,847

    ohh.. this is fun :) hehe thanks a lot! I'll...

    ohh.. this is fun :)

    hehe thanks a lot!
    I'll try this! :D

    see ya l8r!

    VV
  14. Replies
    15
    Views
    2,847

    yup, okay, thanks for the info about the fact...

    yup, okay, thanks for the info about the fact that sizeof was getting only the pointer's size...
    it helped...

    but BTW... now I'm wanting a way to know the number of integer an array that is...
  15. Replies
    15
    Views
    2,847

    sizeof() EZ question

    Hi everyone!!

    Got a little problem...

    First I'm passing out as a char array the following variable :


    Edit1->Text.c_str()
    Edit1 being a TEdit.
    So I'm passing it to a second function that...
  16. Replies
    4
    Views
    5,667

    cool, thx! just what I posted.. in fact but...

    cool, thx! just what I posted.. in fact

    but someone who knew the answer and took the time to reply to me.. thx a lot :)
  17. Replies
    4
    Views
    5,667

    huh thx for not responding to my question all...

    huh

    thx for not responding to my question all of you who are supposed to know gui programming!!! :P


    int Array[9];
    char Temp[10];
    strcpy(Temp, Edit1->Text.c_str());
  18. Replies
    2
    Views
    2,883

    grrrrrr nice thing... I'll try it out.. watch out...

    grrrrrr nice thing... I'll try it out.. watch out the n00b trying it out!! (ME!)

    ;)

    lets code!! no time to sleep... already 7h44 am anyway :P

    V1P3R V3N0M
    [email protected]
  19. Replies
    8
    Views
    12,201

    I was saying that in the case the program was...

    I was saying that in the case the program was made to run on every OS'es, I'll have to test (with isspace()) every char code around 0x20 and 0x40 (so about 0x1A to 0x45) to be sure the character...
  20. Replies
    8
    Views
    12,201

    yup, thx but... will I test all chars...

    yup, thx

    but...

    will I test all chars between 0x1A and 0x45 before printing a space or are all the systems 0x20 or 0x40?

    anyway.. just use ' ' and the problem's gone

    V1P3R V3N0M...
  21. Replies
    8
    Views
    12,201

    Right!

    In fact, you can use '\x20'.

    V1P3R V3N0M
    [email protected]
  22. Replies
    4
    Views
    5,667

    char array/AnsiString problem...

    Hi everyone, this is my first post on that forum, I hope I'll find the answers to my questions here!

    I've already programmed in DOS and Shell but never did with Borland Builder (Windows GUI) so...
Results 1 to 22 of 22