View Single Post
  #11  
Old 07-28-2008, 10:24 AM
Uttama_vizard Uttama_vizard is offline
Member
 
Join Date: Sep 2007
Posts: 60
Hello,

Thanks for the suggestion. I have downloaded the ctypes.

When, I am writing:

from ctypes import *

There occurs no error.

The tutorial says....

libc = cdll.msvcrt
libc.printf

I am getting <_FuncPtr object at 0x00B80B70>

So, in my case....do I use.....?

vpx = ......msvcrt
vpx.printf

Any suggestions.....actually, I want to access vpx.dll and insert the other features such as coordinates of both the eye gazes...I hope my question is clear...

In fact, I am little confused regarding the approach to be used.....and not sure whether I am going the correct way.

Any suggestions would be really appreciated.

Thanks for giving your valuable time.
Reply With Quote