- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I change the compiler Version from Visual Fortran 6.1.a to Visual Fortran 6.6.a.
With the old Version the link procedure run successful.
With V6.6.a I get the following Message.
Linking...
dformt.lib(for_init.obj) : error LNK2001: unresolved external symbol ___pxcptinfoptrs
y:MODELTEST.EXE : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
The Program is a mix languag application with C++.
Does anyone know what's wrong?
Thanks,
Lutz
With the old Version the link procedure run successful.
With V6.6.a I get the following Message.
Linking...
dformt.lib(for_init.obj) : error LNK2001: unresolved external symbol ___pxcptinfoptrs
y:MODELTEST.EXE : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
The Program is a mix languag application with C++.
Does anyone know what's wrong?
Thanks,
Lutz
Link kopiert
1 Antworten
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
This is the symptom you would see if you are somehow mixing threaded and non-thread runtime libraries. dformt.lib is the static threaded version of the Fortran runtime lib. I would guess you are pulling in libc.lib instead of libcmt.lib for the C runtime lib. libc is static non-threaded. You want the static threaded libcmt.lib.
- Bill
- Bill

Antworten
Themen-Optionen
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite