Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~776 People Reached
Member Avatar for gil_mo

Hi, Absolute newbie to cryptography. I'm looking for C++ open source code (to be compiled on Windows, Mac, linux), for doing the following: 1. Generate private+public keys (need not run on all platforms). 2. (server side) Adding a digital signature to an XML document using a private key. 3. (client …

Member Avatar for raptr_dflo
0
273
Member Avatar for gil_mo

Hi, On 4/13/2011 I received many Windows updates, and among them KB2465367. This updated the concurrent runtime libs to 8.0.50727.5592 (used to be 4053). I'm now looking for the merge modules promised by [url]http://support.microsoft.com/kb/2465367[/url] on my Windows 7 and can't find them. They normally reside in C:\Program Files (x86)\Common Files\Merge …

Member Avatar for caperjack
0
113
Member Avatar for gil_mo

Dear forum, About two weeks ago Microsoft released a KB update for developers, updating the runtime assemblies (from 8.0.50727.762 to 8.0.50727.4053). That caused everything we built in the last few days to require the new libraries, failing run if they did not exist. This caused a mess and confusion, since …

Member Avatar for Suspishio
0
121
Member Avatar for gil_mo

Hi, I've been experiencing problems when attempting to add resources to a DLL using UpdateResource. I'm adding many images to the DLL, and as soon as the overall image size reaches ~16MB, the DLL loses other resources that previously existed. Any ideas? Thanks, Gil Moses.

Member Avatar for gil_mo
0
126
Member Avatar for gil_mo

Hi, (using MS VS2005) Recently I've found that in order for a function to be exported, dllexport *must* be placed in the same file of the function body. E.g. see the following case: [U]File a.cpp[/U] [code=C++] void dllexport a(); a(); [/code] [U]File b.cpp[/U] [code=C++] void a() { // function body …

Member Avatar for gil_mo
0
143