Click here to Skip to main content
16,011,170 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to send an e-mail using OnFileSendMail Pin
28-Sep-01 15:13
suss28-Sep-01 15:13 
AnswerRe: How to send an e-mail using OnFileSendMail Pin
Shog929-Sep-01 10:02
sitebuilderShog929-Sep-01 10:02 
QuestionHow to let a control support OLE Pin
28-Sep-01 15:04
suss28-Sep-01 15:04 
AnswerRe: How to let a control support OLE Pin
Michael Dunn28-Sep-01 16:22
sitebuilderMichael Dunn28-Sep-01 16:22 
QuestionHow to get hInternet handle from within IE ? Pin
Peter Hayward28-Sep-01 14:45
Peter Hayward28-Sep-01 14:45 
GeneralAVI & BMP Pin
28-Sep-01 12:26
suss28-Sep-01 12:26 
GeneralMSVCRT... Pin
28-Sep-01 11:51
suss28-Sep-01 11:51 
GeneralRe: MSVCRT... Pin
Walter Sullivan28-Sep-01 14:05
Walter Sullivan28-Sep-01 14:05 
In VS.NET (VC 7), right click on your project in the Solution Explorer and choose properties. The General tab has an option fo "Minimize CRT Use in ATL", switch this to Yes and you should statically link to the CRT's.

If you build it with V6, if you use the min_dep project configuration you will statically link to the CRT's and no longer require that DLL.

You can distribute that DLL with your ActiveX Control and put it in the same directory as your control and that should work.

Later,

Walter Sullivan
Lead Program Manager, MFC/ATL
GeneralRe: MSVCRT... Pin
28-Sep-01 14:37
suss28-Sep-01 14:37 
Generalkeybd_event Pin
Mustafa Demirhan28-Sep-01 10:12
Mustafa Demirhan28-Sep-01 10:12 
GeneralRe: keybd_event Pin
Paolo Messina29-Sep-01 0:24
professionalPaolo Messina29-Sep-01 0:24 
GeneralWake the computer from standby Pin
Mustafa Demirhan28-Sep-01 10:09
Mustafa Demirhan28-Sep-01 10:09 
GeneralExitWindowsEx Problem!! Pin
Mustafa Demirhan28-Sep-01 10:04
Mustafa Demirhan28-Sep-01 10:04 
GeneralCWebBrowser2 - problems with windows 98 and IE 5.5 Pin
28-Sep-01 8:36
suss28-Sep-01 8:36 
GeneralRe: CWebBrowser2 - problems with windows 98 and IE 5.5 Pin
Masaaki Onishi28-Sep-01 9:29
Masaaki Onishi28-Sep-01 9:29 
GeneralGetting a pointer to frame window Pin
Erik Hammar28-Sep-01 7:23
Erik Hammar28-Sep-01 7:23 
GeneralRe: Getting a pointer to frame window Pin
Michael Dunn28-Sep-01 7:54
sitebuilderMichael Dunn28-Sep-01 7:54 
GeneralRe: Getting a pointer to frame window Pin
Erik Hammar29-Sep-01 1:05
Erik Hammar29-Sep-01 1:05 
GeneralDLL and ATLTRACE question Pin
28-Sep-01 6:59
suss28-Sep-01 6:59 
GeneralRe: DLL and ATLTRACE question Pin
Not Active28-Sep-01 7:15
mentorNot Active28-Sep-01 7:15 
GeneralFunction with variable number of argument Pin
28-Sep-01 6:42
suss28-Sep-01 6:42 
GeneralRe: Function with variable number of argument Pin
Chris Losinger28-Sep-01 6:49
professionalChris Losinger28-Sep-01 6:49 
GeneralRe: Function with variable number of argument Pin
28-Sep-01 7:50
suss28-Sep-01 7:50 
QuestionHow to get the desktop background image ? Pin
28-Sep-01 6:38
suss28-Sep-01 6:38 
QuestionHow can add buttons in a win32 applicatios? Pin
Bart-Man28-Sep-01 6:07
Bart-Man28-Sep-01 6:07 

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.