// JP opened flex table

Click to See Complete Forum and Search --> : Invalid or corrupt file Linker error


nishant221
December 15th, 2000, 03:41 AM
Hi all,
I am using a dll file -> msxml.dll file in my application.
when I build, it gives me a linker error :
fatal error LNK1136: invalid or corrupt file

I have the dll file set in object/library module.
Also I am importing the dll file using :
#import <msxml.dll> named_guids

Could anyone help me resolve this linker error.
regards,
nishant

Mike Hennessy
January 4th, 2001, 12:30 PM
Give this a shot:

1) Clean your entire project
2) Try rebuilding
3) If fails again, then try importing:
#import "msxml.dll" named_guids raw_interfaces_only




If still fails, make sure the DLL itself is OK or reinstall it.

Hope this works.

//JP added flex table