| Title: | MS Windows NT Developers |
| Notice: | See note 1222 for MS bug reporting info |
| Moderator: | TARKIN::LIN EIBER |
| Created: | Mon Nov 11 1991 |
| Last Modified: | Tue Jun 03 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 3247 |
| Total number of notes: | 15633 |
I'm trying to port a Intel NT dll to ALPHA NT using Visual C++ 4.1.
The dll builds fine on the Intel machine using Visual C++ 4.0
During the first pass of the LINKER when it is building the .exp
file I get the following error:
LINK : error : Internal error during ParseAnExport
LINK : fatal error LNK1141: failure during build of export files
Error executing link.exe
Creating browse info file...
OLMEM32.dll - 2 error(s), 0 warning(s)
The definition of link error 1141 is as follows:
------------------------------------------------------------------------
FAILURE DURING BUILD OF EXPORT FILE
LINK could not build exports (.EXP)file.
Causes of this error include system problems such as insufficient
memory and syntax errors in the options or module-definition statements.
This error is preceded by another error that gives additional
information.
------------------------------------------------------------------------
System problems?? I'm running on a ALPHAstation 255 with 64Meg of
memory. I also can't see any problems with the .DEF file or use of
EXPORT syntax. Again it builds on the Intel platform.
Is there an uniqueness in ALPHA - Export syntax??
I cannot find any information on ParseAnExport.
Any ideas???
-John Roberts
DTN: 264-4785
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3216.1 | DECCXL::OUELLETTE | crunch | Thu Mar 27 1997 15:15 | 5 | |
This would have been better asked in the DECWET::VISUAL conference which addresses Visual C++ (and associated tools) on Alpha. I'll alert our linker person to this note... R. | |||||
| 3216.2 | DECCXL::OUELLETTE | crunch | Thu Mar 27 1997 15:16 | 1 | |
Also, you might try VC++ V5.0. | |||||
| 3216.3 | DECWET::MUPOPA | Thu Mar 27 1997 15:27 | 9 | ||
Both the compiler and linker in VC++ 5.0 contain lots of bug fixes compared to their counterparts in Vc++ 4.1. You will gain much by upgrading to that environment. Check DECWET::VISUAL conference for details. (p.s. I left a message on your voice mail to this effect). | |||||
| 3216.4 | Link problem solved! | ROBRTS::ROBERTS | It's a FACT... | Tue Apr 01 1997 10:02 | 5 |
Upgrading to VC++ 5.0 solved all my linking problems.
Thanks for your help.
-John
| |||||