Hi,
I have a wrapper python script, which will load a dll initialy and that dll inturn will load another(second) dll.
I need to access/call the functions in the second dll.
When i tried invoking functions of the second dll, i am getting an error saying unable to load the dll and an windows exception error: read access violation
Please let me know how to resolve this issue.
Is it possible to load a dll within a dll and access the functions of that dll from python script
It'z urgent need....
Comments
Leave a comment