[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::nt-developers

Title:MS Windows NT Developers
Notice:See note 1222 for MS bug reporting info
Moderator:TARKIN::LINEIBER
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

3216.0. "Intel to Alpha port - DLL Link error -ParseAnExport" by ROBRTS::ROBERTS (It's a FACT...) Thu Mar 27 1997 16:32

    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.RTitleUserPersonal
Name
DateLines
3216.1DECCXL::OUELLETTEcrunchThu Mar 27 1997 18:155
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.2DECCXL::OUELLETTEcrunchThu Mar 27 1997 18:161
Also, you might try VC++ V5.0.
3216.3DECWET::MUPOPAThu Mar 27 1997 18:279
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.4Link problem solved!ROBRTS::ROBERTSIt's a FACT...Tue Apr 01 1997 14:025
    Upgrading to VC++ 5.0 solved all my linking problems.

    Thanks for your help.

    -John