Search:

Type: Posts; User: sunk22

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    4,455

    Thank you.

    Thank you.
  2. Replies
    9
    Views
    4,455

    Great. It did work. The _ _int64 keyword...

    Great. It did work.

    The _ _int64 keyword declares a new type, a 64-bit (8-byte) integer.

    So this specific to only windows right?
  3. Replies
    9
    Views
    4,455

    I have it included

    I have it included
  4. Replies
    9
    Views
    4,455

    typedef _int64 bit64; [/B]typedef...

    typedef _int64 bit64;
    [/B]typedef unsigned int bit32;
    typedef unsigned short bit16;
    typedef unsigned char bit8;

    typedef bit32 HBA_HANDLE;
    typedef bit32 ...
  5. Replies
    9
    Views
    4,455

    Compilation Error

    Hi,

    I'm new to c programming language.
    I trying to compile a project. but I get a compilation error.

    ||=== , Debug ===|
    C:\Users\Windows\..\common\..\Windows\ostypes.h|57|error: expected...
Results 1 to 5 of 5