إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

لدي مشكلة مع احدى المكتبات miracl.h

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • لدي مشكلة مع احدى المكتبات miracl.h

    السلام عليكم ورحمة الله وبركاته
    لدي مشكلة مع احدى المكتبات miracl.h
    لم استطع انجاز miracl.lib
    هاته المكتبة تمكنك من التعامل مع ارقام كبيرة جدا و بسرعة
    يمكن تحميلها من الموقع الرسمي http://www.shamus.ie
    وهي مجانية.
    اريد استعمالها باسرع وقت
    شكرا مسبقا

  • #2
    The User's Manual contains installation instructions, an overview of both the C and the C++ interface, and information about the internals of the library.
    Programming-Fr34ks[dot]NET
    Ma Weblog
    ابدأ بتعلم Python | Ruby
    كتاب البايثون متوافر الآن
    لا اتواجد بهذا المنتدى ... للإتصال

    تعليق


    • #3
      اتبعت كل الخطوات و لم انجح
      1. Unzip MIRACL into a single directory — do not tick the “Use Folder Names”
      box if using WinZip
      2. Use this header for mirdef.h. Note that Borland now supports a 64-bit data
      type called int64 (compatible with Microsoft C)
      #define MIRACL 32
      #define MR_LITTLE_ENDIAN
      #define mr_utype int
      #define MR_IBITS 32
      #define MR_LBITS 32
      #define mr_unsign32 unsigned int
      #define mr_dltype __int64
      #define mr_unsign64 unsigned __int64
      #define MR_NOASM
      #define MR_FLASH 52
      #define MAXBASE ((mr_small)1<<(MIRACL-1))
      3. Copy all the MIRACL header files into the directory where Borland C puts its
      standard headers. This may be c:
      borland
      bcc55
      include
      4. Edit bc32doit.bat. Read the comments at the start. Remove all -B compiler
      flags (these invoke TASM, and you haven’t got TASM). Delete all references
      to mrmuldv.c
      5. Run the batch file

      تعليق

      يعمل...
      X