Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

duplicate symbol,in link

Status
Not open for further replies.

ramoshinojosa

Programmer
Joined
Jan 16, 2003
Messages
1
Location
MX
Iam, compiling a dlls.
I have a datos.dll, with global variables declaring. is ok.
too, I Have a procediments.dll, include datos.dll. is ok.
But, when compiling my .exe, including datos.dll and procediments.dll, display next error:

link error:duplicate symbol: Muecomen, file uno.obj
.
.
.
link error:Unresolved external$GlobalRequest in rutin001.obj


The variable Muecomen,is a variable global in my .dct

FOR YOU HELP, THANKS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top