I have to create a "pricing tools" with Visual C++. For this application I have to use parameters which are kept in Excel worksheet and use them in functions which are implemented in c++. I don't know what is the better way for this kind of application. I don't know if I have to export C++ code to excel worksheet or import my parameters in C++ and use them.
So, I believe that I have to do a choice between EXE application or DLL.
It's the first time that I use VC++, before I worked under UNIX environment,so...
thanks for your help
Gerald
So, I believe that I have to do a choice between EXE application or DLL.
It's the first time that I use VC++, before I worked under UNIX environment,so...
thanks for your help
Gerald