Search:

Type: Posts; User: fh791

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,181

    Using "asm" statement

    Hi users,
    Please tell me the correct format of "asm" statement.
    Is it

    asm
    {
    .....;
    .....;
    }
  2. Replies
    2
    Views
    1,005

    Making Static Library Files

    Dear useres,

    I want to know how can I make static libraries (lib files) in C/C++ and how can I use them in my projects. I want to export some functions so should I use extern "C" statment for my...
  3. Replies
    1
    Views
    1,150

    Making static libraries

    He dear useres,

    I want to know how can I make static libraries (lib files) in C/C++ and how can I use them in my projects.

    Thanks,
  4. Replies
    2
    Views
    948

    Making "lib" files

    Hi my friends,
    I want to know how I can make a ?lib? file (e.g. ?mylibrary.lib?) and how use it in my programs.
    Thanks,
Results 1 to 4 of 4