Search:

Type: Posts; User: kpmkhaja

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,571

    typedef

    thanx for that

    another question , is the following sytax correct ?

    typedef int myfunc(void*) myDefinedFunc();
  2. Replies
    4
    Views
    1,571

    int GetData(unsigned char* aBuffer);

    The following function is used to get some data from an external source (whatever is this source) and store them into the provided buffer.


    int GetData(unsigned char* aBuffer);



    Why is...
  3. Must use 1 argumentsPress any key to continue

    sorry sorted it out

    compiled it with g++ under cygwin with 1 argument of course
  4. Must use 1 argumentsPress any key to continue

    //: C02:Seeking.cpp
    // Seeking in iostreams
    #include "require.h"
    #include <iostream>
    #include <fstream>
    using namespace std;

    int main(int argc, char* argv[])
    {
    requireArgs(argc, 1);
  5. Replies
    5
    Views
    27,321

    undefined reference to `std::basic_string

    oh sorry a CPP program

    is there any solution for this

    i know something to do with linker

    but not able to sort it out
  6. Replies
    5
    Views
    27,321

    undefined reference to `std::basic_string

    I get this big error while trying to compile a simple C program

    under Cygwin




    $ gcc FileClass2.cpp
    In file included from FileClass2.cpp:3:
    require.h:58:26: warning: no newline at end of...
  7. Replies
    12
    Views
    2,962

    > the compiler and port of OS was given together...

    > the compiler and port of OS was given together
    What exactly are you trying to achieve here?
    I see you asking about learning C, and about embedded operating systems and compilers. These to me are...
  8. Replies
    12
    Views
    2,962

    thank you > but isnt there any way by which i...

    thank you

    > but isnt there any way by which i could set the configuration or options to extend this length ?
    Yes, you get a compiler designed for the OS you're actually using.

    but i got the...
  9. Replies
    12
    Views
    2,962

    hallo yes i am using a dos compiler , and ther...

    hallo
    yes i am using a dos compiler , and ther fore the problem of 8.3 exists.
    but isnt there any way by which i could set the configuration or options to extend this length ?
    regards
    khaja
  10. Replies
    12
    Views
    2,962

    i have winnt

    yeah, unless its WinXP or WinNT , it still follows DOS's "8.3" rule, which basically means that the filename cannot be more than 8 characters long and the extension name cannot be more than 3...
  11. Replies
    12
    Views
    2,962

    file name lenght for include directive

    hallo
    i was not able to put a file name with length say for eg. more than 8 charaters eg. #include "test12345678901093939939.h" into the include directive
    is there any restriction on this lenght?...
  12. Replies
    11
    Views
    7,544

    thank you

    thank you Salem and Dave_Sinkula
    i was able to compile the test programs with a port
    reg
    khaja
  13. Replies
    11
    Views
    7,544

    ver5.5

    there is a port for ver5.2 borland compiler but not for ver5.5.1 or ver5.6 which is available as a free download from borland
  14. Replies
    11
    Views
    7,544

    but the problem is the test program i am trying...

    but the problem is the test program i am trying to compile in the book microc/os-ii by jean labrosse says i have to use a borland 4.5 compiler .

    but when i managed to compile with 5.5 , there is...
  15. Replies
    11
    Views
    7,544

    Real Mode or protected mode ,borland ver5.5

    hi

    Can the Borland 5.5 produce code in REAL MODE, large model or does it only compile to protected mode code?

    thanx
    khaja
  16. Replies
    2
    Views
    1,028

    unresolved link

    Error: Unresolved external '_PC_DispClrScr' referenced from C:\SOFTWARE\UCOS-II\
    EX1_X86L\BC45\SOURCE\TEST.OBJ

    but i have the file named pc.c where the implementation of the function...
  17. Thread: simple que

    by kpmkhaja
    Replies
    2
    Views
    1,281

    simple que

    hallo
    i am new to c programming
    please explain the way the files link with each other especially when there are many .c files and one main.c file
    i see that only the header files are included in...
  18. Replies
    11
    Views
    7,544

    bc 4.5x version

    hallo
    thank you for ur reply
    do u know where i can get 4.5x version of c compiler ?
    regards
    khaja
  19. Replies
    11
    Views
    7,544

    this is the structure of the c files all the...

    this is the structure of the c files
    all the lib files and header files are in place
    can u find any mistake
    thanx
    see pic attached
  20. Replies
    11
    Views
    7,544

    borland c compiler 4.5

    hallo
    does any help me to download a borland c compiler version 4.5x or

    when i compile with borland 5.5 i have the following errors

    Error: Unresolved external '_PC_DispClrScr' referenced from...
Results 1 to 20 of 21