Search:

Type: Posts; User: jester

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,222

    All right!! thanks for the explanation!!

    All right!! thanks for the explanation!!
  2. Replies
    4
    Views
    2,222

    Thanks for the reply (this was a fast one) The...

    Thanks for the reply (this was a fast one)

    The #include guards I have done. The problem is not a double inclusion, but the fact that for both classes to compile, the other has to be compiled...
  3. Replies
    4
    Views
    2,222

    Circular dependency / Compile Error

    Hello all!
    I'm trapped trying to compile the following (suposing) code.
    I have a class A that uses B objects. And the class B uses A objects.

    The compiler( Bcc32.exe ) generates an error...
  4. Replies
    14
    Views
    4,235

    Thanks

    After some tests here, I guess the error was solved....I renamed the class Interface to interator.....maybe <iostream.h> uses that name or something,.....anyway....if I don't post anything in the...
  5. Replies
    14
    Views
    4,235

    Got really strange...I wrote and tested...

    Got really strange...I wrote and tested it.....then, put it back the way it was...without those #ifndef

    Anyway, what should I do?
    All my headers have inclusion guards and all my sources need...
  6. Replies
    14
    Views
    4,235

    Oh, and....that's what I did in all the files...

    Oh, and....that's what I did in all the files using iostream:

    #ifndef IOSTREAM_H
    #include <iostream.h>
    #define IOSTREAM_H
    #endif

    the error still there
  7. Replies
    14
    Views
    4,235

    Humm

    Humm....But I think the msg error is diferent in this case.
    Is something like "Bla bla bla duplicated".

    Well....all my headers have the #ifndef HEADER_H #def HEADER_H....I used to think that I...
  8. Replies
    14
    Views
    4,235

    gaurds??? what is that??

    gaurds???
    what is that??
  9. Replies
    14
    Views
    4,235

    nope!! The error desappears when I comment ...

    nope!! The error desappears when I comment
    #include <iostream>....
  10. Replies
    14
    Views
    4,235

    Lots of things.....lots of QT includes, some...

    Lots of things.....lots of QT includes, some classes I wrote....
    but from the standard C++, iostream is the only one, I guess..

    I guess I tried to change the iostream location in the...
  11. Replies
    14
    Views
    4,235

    bcc32 compiling error (really strange!!)

    Hello,
    for a while I'm facing a strange compiling error with bcc32.

    ..I have the following code in one of the methods:

    InterfaceQT *something;

    The include for the class "InterfaceQT" is...
  12. Replies
    5
    Views
    10,603

    Thanks

    All right!! I'll take a look! thanks a lot!!

    Jester
  13. Replies
    5
    Views
    10,603

    Command line

    And how do I do it using command line options?????
  14. Replies
    5
    Views
    10,603

    Borland/CC3250MT.DLL

    Hello!
    I recently compile a simple app for windows (actually it dows nothing....is just an interface with buttons doing nothing) and, when I run in other machine, an error appears (CC3250MT.DLL...
  15. Replies
    4
    Views
    1,186

    finally it worked

    it worked!!! finally!!!
    I did only one CreateDialog and it worked the way I want....the app has just one window....

    Thanks for the help
  16. Replies
    4
    Views
    1,186

    Oh, one more thing! The only thing I did with...

    Oh, one more thing!
    The only thing I did with suscess was the Menu using MAKEINTRESOURCE()...
    but I don't know how to place the other elements (buttons, listbox...) from the .rc file in my .c file!
  17. Replies
    4
    Views
    1,186

    Res files/interface/controls

    Hello.
    I have a file .rc looking like this:

    ######################
    (...)
    ID_WINDOW DIALOG 107, 23, 302, 161
    STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION |...
  18. Replies
    11
    Views
    6,327

    !!!!

    Oh!! lo...
    well...should be this:

    ftp://ftp.cs.virginia.edu/pub/lcc-win32/win32hlp.exe

    and maybe this:

    ftp://ftp.cs.virginia.edu/pub/lcc-win32/win32apidoc.exe
  19. Replies
    11
    Views
    6,327

    ??

    Download the API?
    what you mean??

    All you need to program with API is a compiler suporting API (normaly with the windows.h and other include files)
  20. Replies
    3
    Views
    1,125

    Thanks

    Thanks
  21. Replies
    3
    Views
    1,125

    .rc files compilation

    Hi....I'm using Bcc55 and I need to know how to compile (command line) the application that requires the resource file (.rc).
    Thanks
  22. Replies
    1
    Views
    1,279

    Am I loosing my time with API?

    after a few chat with a friend, I got a little confuse. He said something like "API is obsolete after Windows XP release".

    How the the new features and changes of Windows XP affects the API??...
  23. Replies
    4
    Views
    2,561

    Thanks!!!!

    Thanks!!!
  24. Replies
    4
    Views
    2,561

    Would be any problem if I use a free compiler? do...

    Would be any problem if I use a free compiler? do you know any that support API?
  25. Replies
    4
    Views
    2,561

    Software Licensing

    Hello all!
    I'm developing my first commercial software for WinXX plataform, and I have some doubts about the compiler license.
    I'm currently using the old Borland C++ 5.0 IDE (unregistered) and...
Results 1 to 25 of 26
Page 1 of 2 1 2