Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
linker error:unidentified symbol multi(int[5]near*,int[5]near*,int,int)
when i run the program this error shows wat what shud shall i do?
Posted
Updated 5-Feb-12 4:25am
v2
Comments
Mohibur Rashid 5-Feb-12 10:27am    
Make sure you defined the function multi,

Probably it is getting the declaration but not getting the definition
Sergey Alexandrovich Kryukov 5-Feb-12 15:43pm    
Not enough information. To start with, learn what the linker does.
--SA

1 solution

The module that contains the function multi() must be part of your project.

To get further help, you should edit your question and add information about your development environment (e.g. VS version, Linux gcc) and the type of project. You should tell us also where the function multi() is defined.
 
Share this answer
 
Comments
LanFanNinja 5-Feb-12 9:44am    
+5 Agreed. Not enough info to give a proper answer.
Mohibur Rashid 5-Feb-12 10:28am    
good one

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