Re: Fresh WineWiki Theme, Straight from the Farm

2013-04-06 Thread Kyle Auble
On Sat, Apr 6, 2013 at 5:14 PM, Dimi Paun wrote: > I've actually deployed your theme to production already: > http://wiki.winehq.org > > My only change was this: > > diff --git a/winewiki.conf b/winewiki.conf > index 4e79248..e3da9cc 100644 > --- a/winewiki.conf > +++ b/winewiki.conf > @@ -8,7 +

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-06 Thread jordan
Hey Marcus, > Can you add a > printf("plugin %p\n", plugin); > after above line? > > I would suspect things like: > - checks for processor features and returns 0x if not found. I added this line to the sources / compiled and tested - here is output: http://pastebin.com/QMtWttRZ

Re: Fresh WineWiki Theme, Straight from the Farm

2013-04-06 Thread Dimi Paun
Hi Kyle, Thanks for the update, and sorry for the late reply! I've actually deployed your theme to production already: http://wiki.winehq.org My only change was this: diff --git a/winewiki.conf b/winewiki.conf index 4e79248..e3da9cc 100644 --- a/winewiki.conf +++ b/winewiki.conf @@ -8,7 +8,

Re: Build and override a simple winelib DLL

2013-04-06 Thread Maxime Sednaoui
Hi, It works, thank you ! Sorry, it was a silly mistake... I added "__declspec(dllexport)" in mylib_main.c and it was done ! I really appreciate your help, I spent an awful amount of time on it. Best, On Sat, Apr 6, 2013 at 5:42 AM, Charles Davis wrote: > > On Apr 5, 2013, at 10:34 AM, Maxime