War bei einem Kumpel und habe da meine
DLL von 32BIT nach 64BIT kompiliert.
DLL wird erstellt.
Wenn ich jetzt eine *.LIB daraus generieren will kommt folgende Meldung!
implib.exe /s KVideoPlayer.lib KVideoPlayer.dll
Zitat:
Error(9): Corrupt NT
DLL (too short for export table)
auch mit
dumpbin /exports KVideoPlayer.dll >KVideoPlayer.def
Bekomme ich quasi eine leere DEF.
Öffne ich die
DLL mit Dependency Walker meldet er mir.
Zitat:
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
IN VC kann ich damit nichts anfangen da mir die *.lib für 64BIT fehlt.
Was kann ich tun?
gruss