Changeset 145 for cpp/common


Ignore:
Timestamp:
02/26/14 20:21:22 (10 years ago)
Author:
sz
Message:

Genetics reorganization (affects ALL applications!):

  • Converters/Validators? are now configured/initialized in a more verbose but also less confusing way
  • At the same time, the PreconfiguredGenetics? object will help you avoid the increased complexity by creating the ready-to-use environment that is sufficient in 99% of cases (see the demos)
  • Format F genetics updated (work in progress)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_math.cpp

    r135 r145  
    6666
    6767#ifdef __BORLANDC__
     68// there was once a problem like this:
     69// http://qc.embarcadero.com/wc/qcmain.aspx?d=5128
     70// http://www.delorie.com/djgpp/doc/libc/libc_112.html
     71// ? http://www.c-jump.com/CIS77/reference/Intel/CIS77_24319002/pg_0211.htm
     72// ? http://www.jaist.ac.jp/iscenter-new/mpc/altix/altixdata/opt/intel/vtune/doc/users_guide/mergedProjects/analyzer_ec/mergedProjects/reference_olh/mergedProjects/instructions/instruct32_hh/vc100.htm
     73// ? http://www.plantation-productions.com/Webster/www.artofasm.com/Linux/HTML/RealArithmetica2.html
     74// http://blogs.msdn.com/b/oldnewthing/archive/2008/07/03/8682463.aspx
     75// where each cast of a double into an int would cause an exception.
     76// But it was resolved by restarting windows and cleaning all intermediate compilation files :o (restarting windows was the key element! restarting BC++Builder and deleting files would not help)
    6877
    6978#include "framsg.h"
Note: See TracChangeset for help on using the changeset viewer.