Topic: compilation error
Hello sir,
i'm working on a project which is a part of our course and we have been asked to integrate your graph software as a tool in their GUI.I found all the required libraries and the source and we have to get a .exe file of that and then create a .dll of that .exe file.Now there are 2 things which i'm working on
1.Checking out the proper installation paths of those libraries.
I tried including them in the source code header files and also in the installation folder of the borland c++ builder.
2.There is a component folder in the source code which consists of components which are integrated into a package called ICOMP.So for the graph code to compile successfully we have to compile and install those components or we can say package successfully and that's exactly what am trying now.But when i tried to compile that ICOMP package.It gave these errors
>>[C++ Fatal Error] Cross.cpp(54): F1013 Error writing output file
>>[Linker Error] Could not create ..\Obj\IComp.ils (error code 3)
and many other errors.but i couldn't figure out what caused those errors.Would please guide us on eliminating those errors.
Thank you
Meher