He said DLL, not LLB. A DLL is a library of functions which can be called from any application.
This means you compile your LV code into an executable (the DLL) and the functions in that DLL will be called from CVI, but executed by the LV run time engine, so at least you don't need to rewrite the code. It's actually quite a good idea, provided your code is finished and it works.
You can create a DLL with the application builder. There should be some information on this site for how to build DLLs.
___________________
Try to take over the world!