Re: [opensc-devel] OpenSC and Debug with Visual Studio

2010-09-22 Thread JEAN Guillaume
.org Objet : Re: [opensc-devel] OpenSC and Debug with Visual Studio Hello, 2010/9/15 JEAN Guillaume : > I made a patch to remove a problem with the initialization of > structures when using Visual Studio debugger mode. Because >  Visual Studio does not initialize the structure with 0

Re: [opensc-devel] OpenSC and Debug with Visual Studio

2010-09-21 Thread Ludovic Rousseau
2010/9/20 JEAN Guillaume : > Hello, > > Another patch for compilation with Visual Studio. Visual Studio use > preprocessor WIN32 so I use ifdefine for include compat_getop.h. Fixed in revision 4740 with a different patch. Thanks --  Dr. Ludovic Rousseau _

Re: [opensc-devel] OpenSC and Debug with Visual Studio

2010-09-20 Thread JEAN Guillaume
Hello, Another patch for compilation with Visual Studio. Visual Studio use preprocessor WIN32 so I use ifdefine for include compat_getop.h. Sincerely, GJean -Message d'origine- De : opensc-devel-boun...@lists.opensc-project.org [mailto:opensc-devel-boun...@lists.opensc-project.org]

Re: [opensc-devel] OpenSC and Debug with Visual Studio

2010-09-15 Thread Ludovic Rousseau
Hello, 2010/9/15 JEAN Guillaume : > I made a patch to remove a problem with the initialization of structures when > using Visual Studio debugger mode. Because >  Visual Studio does not initialize the structure with 0 but random data. In > my case cdcdcdcd. I don't think your patch is correct. T

Re: [opensc-devel] OpenSC and Debug with Visual Studio

2010-09-15 Thread Martin Paljak
Hello, On Sep 15, 2010, at 12:04 PM, JEAN Guillaume wrote: > I made a patch to remove a problem with the initialization of structures when > using Visual Studio debugger mode. Because > Visual Studio does not initialize the structure with 0 but random data. In my > case cdcdcdcd. Will not apply.

[opensc-devel] OpenSC and Debug with Visual Studio

2010-09-15 Thread JEAN Guillaume
Hello, I made a patch to remove a problem with the initialization of structures when using Visual Studio debugger mode. Because Visual Studio does not initialize the structure with 0 but random data. In my case cdcdcdcd. Sincerely, GJean VS-Initialize.patch Description: VS-Initi