I have a dicom listener application. When I launch it for the first time it listens to ipv6. If I launch it again while it is already running (bound to ipv6) it listens to ipv4. So now I have two instances of the application, one listening to ipv4 and the other one to ipv6. If I start the application when the application is not already running, it is bound to ipv6 only. In my advanced settings, I tried unchecking the ipv6 component and then then starting the application but still the application starts in ipv6. I verified this by checking it using command netstat -ao | find "PID"
Can someone suggest the reason for this behavior?
myMergeStatus = MC_Wait_For_Association("Store_Query_Service_List",1, &aCalledAppId, &anAssocId);