Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
Our company perchased 2 Libraries. By default one of the functions' signature is same in both the Libraries.
This is the signature :
int Initialize ();
float Initialise ();
I included both the header files in my .cpp file. Whenever i am trying to call a Initialize () funtion only 'int Initialize ()' is being called. How do i distinguish the both functions from one file.