.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
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
_
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]
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
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.
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