Click here to Skip to main content
16,020,990 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sort numbers with its index Pin
George L. Jackson15-Nov-07 13:20
George L. Jackson15-Nov-07 13:20 
GeneralRe: sort numbers with its index Pin
toxcct15-Nov-07 21:17
toxcct15-Nov-07 21:17 
GeneralRe: sort numbers with its index Pin
George L. Jackson16-Nov-07 1:07
George L. Jackson16-Nov-07 1:07 
GeneralRe: sort numbers with its index Pin
toxcct16-Nov-07 1:28
toxcct16-Nov-07 1:28 
GeneralRe: sort numbers with its index Pin
George L. Jackson16-Nov-07 1:42
George L. Jackson16-Nov-07 1:42 
AnswerRe: sort numbers with its index Pin
George L. Jackson15-Nov-07 16:15
George L. Jackson15-Nov-07 16:15 
AnswerRe: sort numbers with its index Pin
chandu00415-Nov-07 19:20
chandu00415-Nov-07 19:20 
QuestionHow to sign a C++ client of .NET component? [modified] Pin
Vitaly Tomilov15-Nov-07 7:32
Vitaly Tomilov15-Nov-07 7:32 
I have two .NET 2.0 components:

Component A was purchased from a third-party with a license that they generated based on SNK file that we provided.

Component B we implemented that tries to use component A. It is signed with the same SNK file, and also exposes its interface via COM interoperability.

Now, if I try to use component B from a .NET application, then the license verification for component A fails until I sign my .NET application with the same SNK file, and then it’s fine.

The problem is that the same logic doesn’t work if I try to use component B from a C++ application via COM. My C++ application is unmanaged, written under VS2005SP1. In the project settings I tried to put my SNK file into Configuration Properties->Linker->Advanced->Key File, but to no avail. The way I see it, this option is only applicable to assemblies, which my C++ doesn’t even have.

Question: How do I sign my C++ application with the given SNK file in my case, so that license of component A works just as it does in my .NET application?


Free C++ libraries with source code on www.neatcpp.com: TWAIN, DirectShow, Interprocess Communications, etc...

QuestionPrint screen for movie Pin
nbugalia15-Nov-07 7:06
nbugalia15-Nov-07 7:06 
AnswerRe: Print screen for movie Pin
Luc Pattyn15-Nov-07 8:00
sitebuilderLuc Pattyn15-Nov-07 8:00 
QuestionWeird Debugging problem Pin
mcsherry15-Nov-07 6:47
mcsherry15-Nov-07 6:47 
AnswerRe: Weird Debugging problem Pin
Deepu Antony15-Nov-07 7:29
Deepu Antony15-Nov-07 7:29 
AnswerRe: Weird Debugging problem Pin
David Crow15-Nov-07 8:33
David Crow15-Nov-07 8:33 
AnswerRe: Weird Debugging problem Pin
krmed15-Nov-07 9:14
krmed15-Nov-07 9:14 
AnswerRe: Weird Debugging problem Pin
mcsherry15-Nov-07 22:28
mcsherry15-Nov-07 22:28 
QuestionIs there a function to create and manipulate sounds in MFC. Pin
simon alec smith15-Nov-07 5:32
simon alec smith15-Nov-07 5:32 
AnswerRe: Is there a function to create and manipulate sounds in MFC. Pin
led mike15-Nov-07 6:08
led mike15-Nov-07 6:08 
NewsMS Releases VS2005 Performance Improvements for C++ Pin
John Schroedl15-Nov-07 5:26
professionalJohn Schroedl15-Nov-07 5:26 
GeneralRe: MS Releases VS2005 Performance Improvements for C++ Pin
Chris Meech15-Nov-07 6:45
Chris Meech15-Nov-07 6:45 
GeneralRe: MS Releases VS2005 Performance Improvements for C++ Pin
Mark Salsbery15-Nov-07 7:20
Mark Salsbery15-Nov-07 7:20 
GeneralRe: MS Releases VS2005 Performance Improvements for C++ Pin
Chris Meech15-Nov-07 7:47
Chris Meech15-Nov-07 7:47 
QuestionGetLastWriteTime always return 0 seconds Pin
pc_dev15-Nov-07 4:49
pc_dev15-Nov-07 4:49 
AnswerRe: GetLastWriteTime always return 0 seconds Pin
Chris Meech15-Nov-07 6:35
Chris Meech15-Nov-07 6:35 
AnswerRe: GetLastWriteTime always return 0 seconds Pin
Luc Pattyn15-Nov-07 8:08
sitebuilderLuc Pattyn15-Nov-07 8:08 
Questionreserve method of vector Pin
George_George15-Nov-07 4:49
George_George15-Nov-07 4:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.