Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having an error as duplicate symbol _winsocks in /users/..../xxx.o and /users/..../yyy.o

Can any one tell me how to avoid this error in XCODE?
Posted
Updated 30-Apr-12 0:12am
v2

1 solution

this thing generally happens if we try to create object of one function inside object of another function,which is again creating object of first function(as the object creation enters into infinite loop). So instead of creating another object u should use the current object by using self. in objective c.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900