Re: Cannot find symbol using wine

2010-10-25 Thread Denis Koroskin
On Mon, 25 Oct 2010 07:33:40 +0400, Jonathan M Davis wrote: On Sunday 24 October 2010 18:20:53 Denis Koroskin wrote: On Mon, 25 Oct 2010 05:03:50 +0400, Jonathan M Davis wrote: > I'm trying to read from the registry (thus far unsuccesfully). > core.sys.windows.windows has RegOpenKeyExA()

Re: Cannot find symbol using wine

2010-10-25 Thread torhu
On 25.10.2010 08:06, Jonathan M Davis wrote: [...] It looks liking adding advapi32.lib to the compilation command does the trick, but I don't know why I've never needed to do that before with other Windows functions. Just guessing, but it might be that dmd doesn't add advapi32.dll to the linke

Re: Cannot find symbol using wine

2010-10-24 Thread Jonathan M Davis
On Sunday 24 October 2010 20:33:40 Jonathan M Davis wrote: > On Sunday 24 October 2010 18:20:53 Denis Koroskin wrote: > > On Mon, 25 Oct 2010 05:03:50 +0400, Jonathan M Davis > > > > > > wrote: > > > I'm trying to read from the registry (thus far unsuccesfully). > > > core.sys.windows.windows has

Re: Cannot find symbol using wine

2010-10-24 Thread Jonathan M Davis
On Sunday 24 October 2010 18:20:53 Denis Koroskin wrote: > On Mon, 25 Oct 2010 05:03:50 +0400, Jonathan M Davis > > wrote: > > I'm trying to read from the registry (thus far unsuccesfully). > > core.sys.windows.windows has RegOpenKeyExA() in it, and I'm trying to > > use it to > > read a registry

Re: Cannot find symbol using wine

2010-10-24 Thread Denis Koroskin
On Mon, 25 Oct 2010 05:03:50 +0400, Jonathan M Davis wrote: I'm trying to read from the registry (thus far unsuccesfully). core.sys.windows.windows has RegOpenKeyExA() in it, and I'm trying to use it to read a registry key. However, when I use it, I get this error upon compilation: Erro

Cannot find symbol using wine

2010-10-24 Thread Jonathan M Davis
I'm trying to read from the registry (thus far unsuccesfully). core.sys.windows.windows has RegOpenKeyExA() in it, and I'm trying to use it to read a registry key. However, when I use it, I get this error upon compilation: Error 42: Symbol Undefined _regopenkey...@20 I'm using wine, and accordi