forum.alglib.net
http://forum.alglib.net/

linker error
http://forum.alglib.net/viewtopic.php?f=2&t=895
Page 1 of 1

Author:  e7695 [ Thu Jul 25, 2013 4:01 am ]
Post subject:  linker error

hi every body i am learning c++ language as well as the alglib...
i started with a project and i can compile every individual files in my project,
however once i want to compile the whole project, the Dev-C++ gives me error like these...

these are some parts on my program...

#include <iostream>
#include <fstream>
#include <string>
#include <iomanip>
#include <math.h>
#include "specialfunctions.h"
using namespace std;
using namespace alglib;
int main()
{

.
.
.
.
qchisq=invchisquaredistribution(double (nvar),delta);
.
.
.
return 0;
}

thank you!

Attachments:
error.JPG
error.JPG [ 113.87 KiB | Viewed 3134 times ]

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/