I have created c files under CVI using some functions from "userint.h". When attempting to create a DLL in MSVC 1.5, I recieve the L20209 error. I've checked to ensure that userint.h and all necessary headers are included. I've also sucessfully created a .LIB from MSVC and incorporated it into the project before building the DLL. The L2029 error indicates a unresolved external error for the GenericMessagePopup function from CVI. I've also set the MSVC complier, linker and resource options according to the NI tutorial.