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 +
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
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,
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