Results 1 to 2 of 2

Thread: LibTom example

  1. #1

    LibTomMath example

    a small example using the public domain library LibTomMath, I may not have declared all the functions but it's enough to test out.
    the sourcecode can be found here http://libtom.org/
    I compiled the the code with gcc as follows
    gcc -c -O3 *.c
    then to create the dll use the following command
    gcc -shared -o libtom.dll *.o
    Attached Files Attached Files
    Last edited by jack; 06-06-2011 at 16:51.

  2. #2
    I like how you compiled this, I usually try & use the makefile & get in a complete mess.

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •