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

Re: Build and override a simple winelib DLL

2013-04-05 Thread Charles Davis
On Apr 5, 2013, at 10:34 AM, Maxime Sednaoui wrote: > Hi, > > First, I already asked for the same thing at the forum where I've been told > to post here for my question > Link here : http://forum.winehq.org/viewtopic.php?f=8&t=18675 > > I have a Windows executable that load a really simple DLL

Re: Build and override a simple winelib DLL

2013-04-05 Thread Matijn Woudt
On Fri, Apr 5, 2013 at 6:34 PM, Maxime Sednaoui wrote: > Hi, > > First, I already asked for the same thing at the forum where I've been > told to post here for my question > Link here : http://forum.winehq.org/viewtopic.php?f=8&t=18675 > > I have a Windows executable that load a really simple DLL

Build and override a simple winelib DLL

2013-04-05 Thread Maxime Sednaoui
Hi, First, I already asked for the same thing at the forum where I've been told to post here for my question Link here : http://forum.winehq.org/viewtopic.php?f=8&t=18675 I have a Windows executable that load a really simple DLL (it is a test) and I want to create a Winelib DLL that will overrid