Hi there i am new here, i tried out the autogk_d1 example but is met with some problems After i have add both the .h and .cpp of ap,alglibinternal,linalg,specialfunctions which is listed in integration.h i ran the example and i am faced with this problem [C++ Error] UnitMain.cpp(26): E2034 Cannot convert 'void (* (_closure )(double,double,double,double &,void *))(double,double,double,double &,void *)' to 'void (*)(double,double,double,double &,void *)' [C++ Error] UnitMain.cpp(26): E2342 Type mismatch in parameter 'func' (wanted 'void (*)(double,double,double,double &,void *)', got 'void')
|