Click here to Skip to main content
16,012,107 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Scrolling Images Pin
Ryan Binns23-Jul-03 18:51
Ryan Binns23-Jul-03 18:51 
GeneralRe: Scrolling Images Pin
J. Dunlap23-Jul-03 19:56
J. Dunlap23-Jul-03 19:56 
GeneralRe: Scrolling Images Pin
Ryan Binns23-Jul-03 20:00
Ryan Binns23-Jul-03 20:00 
GeneralOPENGL COLOR Problem Pin
sdfdsfa23-Jul-03 16:29
sdfdsfa23-Jul-03 16:29 
GeneralRe: OPENGL COLOR Problem Pin
Alexander M.,24-Jul-03 3:03
Alexander M.,24-Jul-03 3:03 
GeneralRe: OPENGL COLOR Problem Pin
sdfdsfa24-Jul-03 10:17
sdfdsfa24-Jul-03 10:17 
Questionprotect com dll? Pin
novachen23-Jul-03 14:35
novachen23-Jul-03 14:35 
AnswerRe: protect com dll? Pin
Toni7823-Jul-03 15:42
Toni7823-Jul-03 15:42 
ActiveX controls let you develop controls based on the Common Object Model (COM) that can be installed in dialog boxes or any ActiveX control container application. An ActiveX control is an COM-based object. Therefore the article that you read on the lic file should apply to your com server (is it, MFC ActiveX Controls: Licensing an ActiveX Control?).
In my opinion you could try to protect the dll by distributing one version for the application and another one for the developers.
To protect it you can have the initialize functions such as CoCreateInstance perform a license check before they return anything. The license key can be generated internally by the dll (i.e. have a function that generates a key based on some hardware numbers). You know that is not a topic that can be discussed with just a few sentences. So I will stop here. Check out some packers that can protect your software and that way you won't have to worry about implementation details.

// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
Generalmsvcp60.dll dependency Pin
paulb23-Jul-03 13:42
paulb23-Jul-03 13:42 
GeneralRe: msvcp60.dll dependency Pin
Toni7823-Jul-03 14:38
Toni7823-Jul-03 14:38 
Generalproblem retrieving data from list box Pin
Deepak Samuel23-Jul-03 13:33
Deepak Samuel23-Jul-03 13:33 
GeneralRe: problem retrieving data from list box Pin
Ryan Binns23-Jul-03 15:55
Ryan Binns23-Jul-03 15:55 
GeneralRe: problem retrieving data from list box Pin
Deepak Samuel23-Jul-03 23:56
Deepak Samuel23-Jul-03 23:56 
GeneralRe: problem retrieving data from list box Pin
Ryan Binns24-Jul-03 2:10
Ryan Binns24-Jul-03 2:10 
GeneralLoading text into a browser control Pin
HP723-Jul-03 13:14
HP723-Jul-03 13:14 
GeneralIs it possible to use Manifest file in VC6 Pin
Valera24117623-Jul-03 10:07
Valera24117623-Jul-03 10:07 
GeneralRe: Is it possible to use Manifest file in VC6 Pin
AlexO23-Jul-03 10:43
AlexO23-Jul-03 10:43 
GeneralRe: Is it possible to use Manifest file in VC6 Pin
Debs24-Jul-03 0:25
Debs24-Jul-03 0:25 
GeneralCreating un-fragmented files Pin
od@ananzi.co.za23-Jul-03 9:02
od@ananzi.co.za23-Jul-03 9:02 
GeneralRe: Creating un-fragmented files Pin
QuiJohn23-Jul-03 9:14
QuiJohn23-Jul-03 9:14 
GeneralRe: Creating un-fragmented files Pin
AlexO23-Jul-03 9:15
AlexO23-Jul-03 9:15 
GeneralRe: Creating un-fragmented files Pin
David Crow23-Jul-03 9:15
David Crow23-Jul-03 9:15 
GeneralRe: Creating un-fragmented files Pin
John M. Drescher23-Jul-03 9:16
John M. Drescher23-Jul-03 9:16 
GeneralRe: Creating un-fragmented files Pin
Bob Stanneveld23-Jul-03 12:38
Bob Stanneveld23-Jul-03 12:38 
GeneralRe: Creating un-fragmented files Pin
Ryan Binns23-Jul-03 16:06
Ryan Binns23-Jul-03 16:06 

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.