This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to call *windows* functions in a cygwin c program


No, this is a bit more complicated.
The project is a video player that has been started on Linux.
To have _all_ codecs recognized and played with, it makes use 
of windows DLLs, through windows emulation project parts.

Since emulating windows DLLs/functions under cygwin is a nonsense,
I looked after a way to compile it with cygwin win32 API calls.

 --- John Morrison <john.r.morrison@ntlworld.com> a écrit : > If all
you need is to read some registry values check out the
> virtual (not sure if that's the right description) filesystem
> 
> /proc/registry/...
> 
> It gives you read only access to the windows registry.  If you
> want to write I'm sure other people would appreciate the patch ;)
> 


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]