I am new to C++ and happened to modify someone else's VC++ code. That code interfaces with Spectrum analyzer, signal generator, motion controller. That code originally runs on Windows NT but I have to transfer it to Windows XP. So I compile the program on XP computer and got an error says "undeclared identifier: ID_instrument_select_spectrumanalyzerrsfsek" Is it because I miss one of the instrument drivers? if so, how do I find which instrument driver I am missing, and once I find that out, how do I make the code see that instrument driver?