Hallo,
I'm new with Visual Fortran Compiler. I'm trying to develop a COM dll using the Fortran COM Server Wizard. I follow the tutorial for creating the Adder object. The development and the building of the dll seems to work very well, but when I try to register the component with the regsrv32, it returns an error message: "LoadLibrary failed, GetLastError returns 0x00000485". On the other end the dll built from the Calculator Sample installed along with the compiler can be registered without problems. The set of files of the two projects seem to contain the same functions for registering the dll. Is there a project setting that I have to change? Or what else? Can someone help me?
I'm new with Visual Fortran Compiler. I'm trying to develop a COM dll using the Fortran COM Server Wizard. I follow the tutorial for creating the Adder object. The development and the building of the dll seems to work very well, but when I try to register the component with the regsrv32, it returns an error message: "LoadLibrary failed, GetLastError returns 0x00000485". On the other end the dll built from the Calculator Sample installed along with the compiler can be registered without problems. The set of files of the two projects seem to contain the same functions for registering the dll. Is there a project setting that I have to change? Or what else? Can someone help me?