kathyayini
Programmer
I am passing char* cProcedure[] array from exe to dll. I dont know what will be the size of the array. it can be 4 or 5 and so on. So in dll i am receiving that array in char * cProcedureName[] with no size specified. So how to check what is ihe exact size of the array. The problem i am facing is even after i cross the upper bound of the array it shows me the junk value. i tried to check with NULL and \0 values, but failed.
waiting for the reply.
waiting for the reply.