Link to home
Start Free TrialLog in
Avatar of bexMarriott
bexMarriott

asked on

formdef.obj : fatal error LNK1179: invalid or corrupt file: duplicate comdat "??_7CFormDef@@6B

Hi All,

I have the following problem:

formdef.obj : fatal error LNK1179: invalid or corrupt file: duplicate comdat "??_7CFormDef@@6B

In ym code. I have received this by overcomming the LNK2005 error, by adding the /H operator to my project settings in teh C++ tab (am using Visual C++ 6.0).

Does anyone know how to resolve this issue? There seems to be nothing on the internet at all!

Thank very much....
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanx for all your feedback, that for sure helped to solve the question at the highest possible quality level!
Avatar of bexMarriott
bexMarriott

ASKER

Hi there,

Sorry, was going to write a more constructive comment, but in in a hurry to match a deadline.

The article did help, and infact allowed me to convert the errors to warnings, which still allows the program to compile and run properly.

Thankyou.