Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #1710
| From | "aminer" <aminer@videotron.ca> |
|---|---|
| Newsgroups | comp.programming.threads, comp.programming |
| Subject | Re: The following libraries have been ported to 64 bits architecture... |
| Date | 2012-06-03 09:31 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <jqfp0g$m46$1@dont-email.me> (permalink) |
| References | <jqfoej$iqt$1@dont-email.me> |
Cross-posted to 2 groups.
Hello,
I have ported those libraries to the 64 bits architecture
and tested those libraries under Windows 2008 64 bits
and they are working correctly.
Thank you,
Amine Moulay Ramdane
"aminer" <aminer@videotron.ca> wrote in message
news:jqfoej$iqt$1@dont-email.me...
>
> The following libraries have been ported to 64 bits architecture...
>
>
> 1. My ParallelSort library
>
> 2. My ParallelGzip inside my parallelcompression library,
> but you have to use the zlib1.dll for 64 bits architecture.
>
> 3. Lockfree_mpmc
>
> 4. Parallelhashlist
>
> 5. Threadpool engine.
>
>
> To compile them, for 64 bits architecture, just open the defines.inc
> and use the following defines:
> {$DEFINE CPU64} for 64 bits architecture
>
> {$DEFINE CPU32} for 32 bits architecture
>
>
> You have to use Freepascal for 64 bits architecture
> or Lazarus for 64 bits architecture to compile the
> libraries for 64 bits architecture.
>
> You can download those libraries from:
>
> http://pages.videotron.com/aminer/
>
>
>
> Thank you.
> Amine Moulay Ramdane.
>
>
>
>
>
>
>
>
>
Back to comp.programming | Previous | Next — Previous in thread | Next in thread | Find similar
The following libraries have been ported to 64 bits architecture... "aminer" <aminer@videotron.ca> - 2012-06-03 09:22 -0500 Re: The following libraries have been ported to 64 bits architecture... "aminer" <aminer@videotron.ca> - 2012-06-03 09:31 -0500 Re: The following libraries have been ported to 64 bits architecture... "aminer" <aminer@videotron.ca> - 2012-06-03 10:05 -0500
csiph-web