Re: [MSEide-MSEgui-talk] SigSegv on unloaing MSEgui's SSL (win-32).

2012-09-06 Thread news.gmane.org
Please list all ddl's your application uses. The cause is STunnel 4.53's prebuilt FIPS-ed OpenSSL DLLs. Having replaced with the mainstream OpenSSL DLLs (with those MSEgui apps PG-clients load well), STunnel stops loading (with same error message as me reported, before exit). These FIPSed

[MSEide-MSEgui-talk] T*Cryptohandler: hooks for OpenSSL engines ?

2012-09-06 Thread news.gmane.org
For different hardware crypto- key-management devices. (these engines are current implemented as DLLs [shipped with OpenSSL] with standard interface). -- Live Security Virtual Conference Exclusive live event will

Re: [MSEide-MSEgui-talk] experimental porting MSEgui with SDL 2 and libcairo

2012-09-06 Thread Graeme Geldenhuys
On 05/09/12 09:40, Martin Schreiber wrote: git archive downloads a subdirectory or single files, the tar.gz of Gitorious returns the whole tree if the repository. Indeed you are correct. 'git archive' can do what the original poster wanted. This is how it would looked like to get a single

Re: [MSEide-MSEgui-talk] About double buffer strategy and SDL

2012-09-06 Thread wahono sri
IMO, the similiar function from SDL to copyarea is http://wiki.libsdl.org/moin.cgi/SDL_UpperBlit?highlight=%28%5CbCategorySurface%5Cb%29%7C%28CategoryStruct%29%7C%28CategoryEnum%29%7C%28SGFunctions%29 -- Live Security

Re: [MSEide-MSEgui-talk] About double buffer strategy and SDL

2012-09-06 Thread Julio Jiménez
Wahono, I like your effort in porting MSE to SDL, but I have a doubt. When finished... will Martin integrate it in MSE or will keep it as a separated project to be maintained in paralell to MSE development? Thank you! 2012/9/6 wahono sri wahon...@gmail.com Hi Martin I updated to

Re: [MSEide-MSEgui-talk] About double buffer strategy and SDL

2012-09-06 Thread wahono sri
On 6 September 2012 17:00, Julio Jiménez juj...@gmail.com wrote: Wahono, I like your effort in porting MSE to SDL, but I have a doubt. When finished... will Martin integrate it in MSE or will keep it as a separated project to be maintained in paralell to MSE development? I think Martin just

Re: [MSEide-MSEgui-talk] About double buffer strategy and SDL

2012-09-06 Thread wahono sri
I think less than 10 pieces of function of MSEgui has description what's for it, and to know the functionality I just make trial and error. he he -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [MSEide-MSEgui-talk] About double buffer strategy and SDL

2012-09-06 Thread Martin Schreiber
On Thursday 06 September 2012 11:28:00 wahono sri wrote: Hi Martin I updated to https://gitorious.org/mseuniverse/mseuniverse SDL convertion to MSEgui : drawinfo.paintdevice = pixmapty = SDL_Surface drawinfo.gc.handle = SDL_Renderer (software renderer for bitmap and hardware renderer for

Re: [MSEide-MSEgui-talk] experimental porting MSEgui with SDL 2 and libcairo

2012-09-06 Thread Sieghard
Hallo Graeme, Du schriebst am Thu, 06 Sep 2012 08:22:06 +0100: A bit more reading of the git docs, and it IS possible. :) Martin was correct. The 'git archive' command can get a directory or a single file. Ok, so the problem is resolved. I hope, the original poster is reading this, too.

Re: [MSEide-MSEgui-talk] experimental porting MSEgui with SDL 2 and libcairo

2012-09-06 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 6 Sep 2012 06:55:09 +0200: But - doen't the full clone require a full download also? So there's nothing to be gained here? Correct for sparse checkout. But please see my previous mails about git archive. Here again the link to the documentation: Fine,

Re: [MSEide-MSEgui-talk] SigSegv on unloaing MSEgui's SSL (win-32).

2012-09-06 Thread news.gmane.org
On loading(LoadLibrary) LIBSSL its DllMain loads LIBEAY32 checks for not-matching imp-exps between these DLLs and if found then generates To have less errors with sSTunnel it's better to download its 1.0.1 based version : http://www.stunnel.org/downloads/beta/stunnel-4.54b5-installer.exe