On 3/12/2011 5:24 PM, Andrej Mitrovic wrote: > driver.obj(driver) > Error 42: Symbol Undefined _D5mydll12__ModuleInfoZ > --- errorlevel 1 Your dll is exporting a different symbol: _D5mydll3fooFiZi Do you have the .def file and the command line used to build the DLL?