i have a project which has two subprojects in the visual studio.
one project contains the subroutine. another project contains the calling programs that call above subroutines.
When I call the subroutine say maxmin, it gives error saying "...unresolved external symbol _maxmin in the MAIN program"
Any help is highly appreciated.