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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LNK1141 error

Status
Not open for further replies.

famori

Programmer
Aug 17, 2000
6
CA
Please help. I had to reformat my hard drive and install all software. VB6 gives me error LNK1141: failure during build of exports file. This happens with an ActiveX DLL project during 'Make xxx.DLL'. Any guidance will be greatly appreciated. Thanks
 
Did you have binary compatability set on the project? If so, it's probably trying to find the old OCX to use as a reference to build the new one. You may have to drop back to project compatability and compile it that way first. If you have distributed your OCX, get a copy of it and register it on your system. Then recompile with binary compatablity. Snaggs
tribesaddict@swbell.net
If a parsley farmer is sued, can they garnish his wages?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top