S
s.dallali
Hey,
We have a spectrometer. There is sofware we use to access one channel
at a time but it does not send commands to acquire and display two
channels of data. There is a library of C modules that can be called
to control all of the functions of the spectrometer. We now want to
change the program so that we can have a 2-channel application. The
source code we have is for VC++ 6. This code is part of a parent
program which has been written already. We have the instructions to
modify the parent program in order to load the sub-program (copying a
few .dll files into Windows directory). From this I should presumably
change the source code and compile it as a .dll file. I just want to
make sure I'm on the right track and if so how can I compile a .dll
file in VC++ 6 when I'm finished modifying the code.
Thank you for your replies in advance.
Kind wishes,
Sam
We have a spectrometer. There is sofware we use to access one channel
at a time but it does not send commands to acquire and display two
channels of data. There is a library of C modules that can be called
to control all of the functions of the spectrometer. We now want to
change the program so that we can have a 2-channel application. The
source code we have is for VC++ 6. This code is part of a parent
program which has been written already. We have the instructions to
modify the parent program in order to load the sub-program (copying a
few .dll files into Windows directory). From this I should presumably
change the source code and compile it as a .dll file. I just want to
make sure I'm on the right track and if so how can I compile a .dll
file in VC++ 6 when I'm finished modifying the code.
Thank you for your replies in advance.
Kind wishes,
Sam