Hello!
I am very beginner in C++ and in heavy project based on it. I make an installation of PSOPT3 and want to build my own project based on «launch» example. But I don't understand how to make VS2010 solution of it and recompile this project in vs, not using makefile. I was trying to include all the libralies and nesessary inputs in according to makefile's, but failed. For example, I have errors like this:
Error 2 error LNK2019: unresolved external symbol "public: double & __thiscall DMatrix::operator()(long,long)" (??RDMatrix@@QAEAANJJ@Z) referenced in function "void __cdecl dae(class adouble *,class adouble *,class adouble *,class adouble *,class adouble *,class adouble &,class adouble *,int)" (?dae@@YAXPAVadouble@@0000AAV1@0H@Z) C:\Psopt3\fly\fly\fly.obj fly
Could somebody suggest me how to overcome it? Or maybe, it's possible to send a ready solution, where I could understand all the links and includes inside it.
Thanks!