Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3808610
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:10:26+00:00 2026-05-19T15:10:26+00:00

I downloaded the latest hashlib++ 0.32 version and tried to use hash functions but

  • 0

I downloaded the latest hashlib++ 0.32 version and tried to use hash functions but it says Unsupported compiler.

[BCC32 Fatal Error] hl_types.h(71): F1003 Error directive: "Unsuppported compiler."                "Please use GCC,MINGW,MSVC "            " or define hl_uint64 for your compiler in hl_types.h line 62"

The hl_types.h looks

/*
 * hashlib++ - a simple hash library for C++
 * 
 * Copyright (c) 2007-2010 Benjamin Grьdelbach
 * 
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 * 
 *  1)     Redistributions of source code must retain the above copyright
 *         notice, this list of conditions and the following disclaimer.
 * 
 *  2)     Redistributions in binary form must reproduce the above copyright
 *         notice, this list of conditions and the following disclaimer in
 *         the documentation and/or other materials provided with the
 *         distribution.
 *       
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

//----------------------------------------------------------------------    

/**
 *  @file   hl_types.h
 *  @brief  This file defines some global types
 *  @date   So 13 Jan 2008
 */  

//----------------------------------------------------------------------    
//include protection
#ifndef HLTYPES_H
#define HLTYPES_H

//----------------------------------------------------------------------    

/**
 * exactly 1 Byte
 */
typedef unsigned char   hl_uint8;

/**
 * at least 2 Byte
 */
typedef unsigned short int  hl_uint16;

/**
 * at least 4 Byte
 */
typedef unsigned int hl_uint32;

/**
* at least 8 Byte
*/
#ifdef __GNUC__
    typedef unsigned long long int  hl_uint64;
#elif __MINGW32__
    typedef unsigned long long int  hl_uint64;
#elif _MSC_VER
    typedef unsigned __int64 hl_uint64;
#else
    #error "Unsuppported compiler." \
               "Please use GCC,MINGW,MSVC " \
           " or define hl_uint64 for your compiler in hl_types.h line 62"
#endif


//----------------------------------------------------------------------    
//end of include protection
#endif

//----------------------------------------------------------------------    
//EOF

I am asking is there any way to make it work in Borland C++ builder 2010 (BCC32) compiler?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T15:10:27+00:00Added an answer on May 19, 2026 at 3:10 pm

    I think the error message pretty much says what to do… add the following to the header file below the _MSC_VER check and above the final #else:

    #elif defined( __BORLANDC__ )
    typedef unsigned __int64 hl_uint64;
    

    (Builder has an “__int64” extended integer type)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I downloaded the latest symfony2 (2.0.10) and tried to run bin/vendors install but it
I have downloaded the latest version available of Borland C++ 5.5 compiler. I have
i've downloaded the latest version of Boost Package (1.45) and I would use only
I downloaded the latest open source version of QT4-and its installed in c:\qt\2009.04. I've
I have downloaded the latest build of pyscopg2 and have tried to build and
On Mac OS X 10.5 I downloaded the latest version of Apache 2.2.9. After
I downloaded and installed the Aptana Studio free version. But apparently, to install the
I've downloaded latest version of Xcode and iOS SDK: iOS 5.1 beta 3 and
I downloaded the latest version of Boost and I'm trying to get the Boost.python
I downloaded the latest version of eclipse (3.5.SR2) and get m2eclipse installed on. Instead

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.