The Software Module entry should point to the full pathname or simple filename of driver DLL. If you have your specific driver installed at IVI Standard Root Directory, you can just specify simple filename. Otherwise you have to specify full pathname.
And for the error you get from class driver, it has several possibilities. Could you provide detailed error senario? Or follow the steps below and answer the questions:
(1) Make sure you pass logical name for Init function. Class driver accept logical names that you configure and save with MAX.
(2) Make sure the logical name is configured correctly in MAX.
Does the logical name point to the right driver session?
Does the driver session point to right hardware resource through hardware configuration page? If hardware asset is not set, you can only use the driver in simulation
mode.
Does the driver session point to right software module through software configuration page?
(3) Make sure the Init function is exported in specific driver DLL.
(4) If all of the settings above are correct, try to call Init function from NI class driver and see if you get the same error.