Search:

User: MikeTrader; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    4,522

    cryptlib encryption library

    Some information about this very powerful library
    http://www.cs.auckland.ac.nz/%7Epgut001/cryptlib/download.html

    and an example of an SSL/TLS SMTP session
    http://www.coastrd.com/smtps/cryptlib
  2. Replies
    0
    Views
    5,376

    FastCGI with SIGTERM

    FastCGI Dll Library (with SIGTERM handler) for Windows Web Servers

    The Microsoft Server IIS team has announced the release of FastCGI Extension 1.5 for IIS 6.0 and IIS 5.1 described here and the...
  3. Replies
    3
    Views
    9,777

    Re: Creating .lib file from a Dll

    Yes Pelle's excellent polib is probably the best choice once the .Def file is made. I guess I will just have to write this part (extracting the functions from the PE header) and then shell to polib.
  4. Replies
    3
    Views
    9,777

    Creating .lib file from a Dll

    Assuming you want to integrate a Dll in a language like C++, you will need to create a .lib file for the linker to know how to call the exported functions. The calling convention can be STDCALL or...
  5. Replies
    9
    Views
    8,594

    Re: Replacing ARRAY SORT

    Thanks Charles. I don't have time to convert it today, but do you think that would be faster?
  6. Replies
    9
    Views
    8,594

    Re: Replacing ARRAY SORT

    This version, is based on Stan's re-write and is 5x faster than PB's SORT ARRAY

    Sorting an array of 100k strings of random length (0-255 Chars), PB avg time is 9550 Clks/String, Sidewinder is 2040...
  7. Replies
    9
    Views
    8,594

    Re: Replacing ARRAY SORT

    Quick Sort implementation:

    Sorting an array of 100k LONGs, PB avg time is 1650 Clks/String, QuickSort is 1450 Clks/String


    A LONG/QUAD Array sorting algorithm designed for:
    Handle...
  8. Replies
    9
    Views
    8,594

    Replacing ARRAY SORT

    powerbasics ARRAY SORT is a convenient way sort arrays of any data type. It also allows you to tag a second array of any kind to be sorted. Under the hood there is a lot going on and it took many...
  9. Replies
    7
    Views
    8,400

    Re: Upgrading PowerBasic?

    Is it fair to say that this is this is the usual, customary practice of powerbasic?
  10. Replies
    7
    Views
    8,400

    Re: Upgrading PowerBasic?

    Hi Petr,
    Thanks, yes I am aware of the benefits and problems with the PowerBasic windows compiler. What I am trying to ascertain in this thread is whether it is customary for a registered user to be...
  11. Replies
    78
    Views
    41,939

    Re: thinbasic Lionmodule :D

    Charles, this is amazing work. I have got to play with this soon...
  12. Replies
    7
    Views
    8,400

    Upgrading PowerBasic?

    When I began with PowerBasic ten years ago, I researched it carefully. I called and was told that one of many benefits of choosing PowerBasic over other languages I was considering at that time was...
Results 1 to 12 of 12