Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SAP DCOM Builder Problem

Status
Not open for further replies.

ralphwiggum

Programmer
Apr 28, 2003
19
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top