Click here to Skip to main content
15,913,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWinsock Question ? Pin
covansys20008-Mar-05 18:17
covansys20008-Mar-05 18:17 
GeneralMigrating large VC++ 6.0 projects to .NET Pin
Serge Krynine8-Mar-05 16:13
Serge Krynine8-Mar-05 16:13 
GeneralRe: Migrating large VC++ 6.0 projects to .NET Pin
Christian Graus8-Mar-05 17:19
protectorChristian Graus8-Mar-05 17:19 
GeneralRe: Migrating large VC++ 6.0 projects to .NET Pin
Serge Krynine8-Mar-05 18:02
Serge Krynine8-Mar-05 18:02 
GeneralRe: Migrating large VC++ 6.0 projects to .NET Pin
Christian Graus8-Mar-05 18:16
protectorChristian Graus8-Mar-05 18:16 
GeneralRe: Migrating large VC++ 6.0 projects to .NET Pin
Serge Krynine8-Mar-05 18:28
Serge Krynine8-Mar-05 18:28 
Generalwrap a dll into another dll Pin
ppp0018-Mar-05 15:29
ppp0018-Mar-05 15:29 
GeneralRe: wrap a dll into another dll Pin
Anonymous8-Mar-05 16:06
Anonymous8-Mar-05 16:06 
You can make dll A a binary resource of dll B, then at run-time, write the dll A resource out to the file system and load it dynamically. I'm not sure how you load a dll dynamically in C#, but in C++ you can use LoadLibrary. And no, this won't prevent anyone from reverse engineering your dll's. As far as I can tell, it's next to impossible to keep people from reverse engineering your dll's.
Generalbarcode on C lang Pin
france_philippines8-Mar-05 14:35
france_philippines8-Mar-05 14:35 
GeneralRe: barcode on C lang Pin
PJ Arends8-Mar-05 14:48
professionalPJ Arends8-Mar-05 14:48 
GeneralMFC7 COleVariant and CString classes Pin
Serge Krynine8-Mar-05 12:17
Serge Krynine8-Mar-05 12:17 
GeneralRe: MFC7 COleVariant and CString classes Pin
PJ Arends8-Mar-05 14:44
professionalPJ Arends8-Mar-05 14:44 
GeneralRe: MFC7 COleVariant and CString classes Pin
Serge Krynine8-Mar-05 15:37
Serge Krynine8-Mar-05 15:37 
GeneralRe: MFC7 COleVariant and CString classes Pin
PJ Arends8-Mar-05 19:36
professionalPJ Arends8-Mar-05 19:36 
GeneralWaitCursor and form disable Pin
Esquif8-Mar-05 12:14
Esquif8-Mar-05 12:14 
GeneralRe: WaitCursor and form disable Pin
Sujan Christo8-Mar-05 22:41
Sujan Christo8-Mar-05 22:41 
Generalusing dll Pin
pnpfriend8-Mar-05 12:09
pnpfriend8-Mar-05 12:09 
GeneralRe: using dll Pin
PJ Arends8-Mar-05 15:02
professionalPJ Arends8-Mar-05 15:02 
GeneralWatermarking Pin
Lampros Giampouras8-Mar-05 11:52
Lampros Giampouras8-Mar-05 11:52 
GeneralRe: Watermarking Pin
Christian Graus8-Mar-05 12:24
protectorChristian Graus8-Mar-05 12:24 
GeneralRe: Watermarking Pin
Lampros Giampouras10-Mar-05 1:44
Lampros Giampouras10-Mar-05 1:44 
GeneralRe: Watermarking Pin
Lampros Giampouras10-Mar-05 7:48
Lampros Giampouras10-Mar-05 7:48 
GeneralRe: Watermarking Pin
Chris Losinger9-Mar-05 6:56
professionalChris Losinger9-Mar-05 6:56 
Generalneed guide implement dictionary Pin
dung nam8-Mar-05 11:52
dung nam8-Mar-05 11:52 
GeneralRe: need guide implement dictionary Pin
John M. Drescher8-Mar-05 12:08
John M. Drescher8-Mar-05 12:08 

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.