ralphwiggum
Programmer
I'm having problems creating a .dll using the DCOM Connector Object Builder. The problem occurs when I try to buiuld the compnent. It generates all the files required by the .dll howver it fails with the error "LoadLibrary(""Accounting""failed" where "Accounting" is the name I assign to the project. When I look at the log I see the error:
Creating library Accounting.lib and object Accounting.exp
regsvr32 /s "Accounting.dll"
NMAKE : fatal error U1077: 'regsvr32' : return code '0x3'
Does anyone know what causes this and how to fix it? Thanks in advance for your assistance.
Creating library Accounting.lib and object Accounting.exp
regsvr32 /s "Accounting.dll"
NMAKE : fatal error U1077: 'regsvr32' : return code '0x3'
Does anyone know what causes this and how to fix it? Thanks in advance for your assistance.