Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to encrpyt a file and decrpyt on the fly Pin
beko31-Mar-06 3:32
beko31-Mar-06 3:32 
QuestionRe: How to encrpyt a file and decrpyt on the fly Pin
David Crow31-Mar-06 3:57
David Crow31-Mar-06 3:57 
AnswerRe: How to encrpyt a file and decrpyt on the fly Pin
beko31-Mar-06 22:03
beko31-Mar-06 22:03 
Questionhow can i add DLL file in my application Pin
baldha rakesh31-Mar-06 2:27
baldha rakesh31-Mar-06 2:27 
GeneralRe: [OT] Pin
kakan31-Mar-06 2:51
professionalkakan31-Mar-06 2:51 
GeneralRe: [OT] Pin
kakan31-Mar-06 2:57
professionalkakan31-Mar-06 2:57 
GeneralRe: [OT] Pin
Toby Opferman31-Mar-06 21:45
Toby Opferman31-Mar-06 21:45 
AnswerRe: how can i add DLL file in my application Pin
Cedric Moonen31-Mar-06 2:53
Cedric Moonen31-Mar-06 2:53 
CoCreateInstance is used with COM technology, which is a particular type of DLL.


Bankey Khandelwal wrote:
i want to add a dll file in MFC dialog base application and use it,


If you simply what that (and nothing to do with COM or ActiveX or else), you can simply add the header files to your project (implicitlinking) and lin to the library supplied with your dll. The second method (which is explicit linking) is to load your dll with LoadLibrary then retrieve functions pointers in it (you need to know the name of the exported functions) with GetProcAddress.
AnswerRe: how can i add DLL file in my application Pin
Laxman Auti31-Mar-06 17:53
Laxman Auti31-Mar-06 17:53 
QuestionHow to create an AVI file from a compressed buffer? Pin
dvillet31-Mar-06 1:45
dvillet31-Mar-06 1:45 
AnswerRe: How to create an AVI file from a compressed buffer? Pin
Hamid_RT31-Mar-06 2:31
Hamid_RT31-Mar-06 2:31 
GeneralRe: How to create an AVI file from a compressed buffer? Pin
dvillet31-Mar-06 2:52
dvillet31-Mar-06 2:52 
GeneralRe: How to create an AVI file from a compressed buffer? Pin
Hamid_RT31-Mar-06 3:14
Hamid_RT31-Mar-06 3:14 
GeneralRe: How to create an AVI file from a compressed buffer? Pin
dvillet31-Mar-06 3:17
dvillet31-Mar-06 3:17 
GeneralRe: How to create an AVI file from a compressed buffer? Pin
Hamid_RT31-Mar-06 8:14
Hamid_RT31-Mar-06 8:14 
Questionregarding focus Pin
yang__lee31-Mar-06 0:32
yang__lee31-Mar-06 0:32 
AnswerRe: regarding focus Pin
FarPointer31-Mar-06 4:32
FarPointer31-Mar-06 4:32 
AnswerRe: regarding focus Pin
FarPointer31-Mar-06 4:33
FarPointer31-Mar-06 4:33 
Questionhow to stream video files Pin
ramyasangeet31-Mar-06 0:08
ramyasangeet31-Mar-06 0:08 
AnswerRe: how to stream video files Pin
Hamid_RT31-Mar-06 2:28
Hamid_RT31-Mar-06 2:28 
Questionprintdlg not working Pin
_tasleem31-Mar-06 0:03
_tasleem31-Mar-06 0:03 
AnswerRe: printdlg not working Pin
Ștefan-Mihai MOGA31-Mar-06 0:21
professionalȘtefan-Mihai MOGA31-Mar-06 0:21 
GeneralRe: printdlg not working Pin
_tasleem31-Mar-06 0:25
_tasleem31-Mar-06 0:25 
AnswerRe: printdlg not working Pin
Hamid_RT31-Mar-06 2:41
Hamid_RT31-Mar-06 2:41 
Questionfatal error LNK1181: cannot open input file 'MagicFM.lib' Pin
rossol21930-Mar-06 23:58
rossol21930-Mar-06 23:58 

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.