hi.......can anyone tell me how do i call a subroutine created inside my dll from another project
example:-
i hv created a dll having a sub-routine named "initialize" in it .....when i call this sub-routine from my project after having made all the necessary declarations its giving me an error showing "entry point not found for initialize in enc.dll" which is the name by which i have created the dll....
initialize is having two string type parameters passed to it....
and i am calling the dll as
initialize a,b
where a and b both are strings.....
can anyone plz help me sort out this problem....