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

C / C++ / MFC

 
AnswerRe: DLL related Pin
Amol Ravatale29-Nov-05 22:55
Amol Ravatale29-Nov-05 22:55 
AnswerRe: DLL related Pin
vikas amin29-Nov-05 23:08
vikas amin29-Nov-05 23:08 
QuestionHi all, I want to save and load a html file...iam using CHtmlEditDoc::OnSaveDocument but i wanted to store the images as well as the script..is there any sample program available to store the html file. Pin
swarnamanoo29-Nov-05 18:04
swarnamanoo29-Nov-05 18:04 
Questionneed software for creating pad.xml Pin
includeh1029-Nov-05 17:33
includeh1029-Nov-05 17:33 
AnswerRe: need software for creating pad.xml Pin
Rajesh R Subramanian29-Nov-05 20:36
professionalRajesh R Subramanian29-Nov-05 20:36 
AnswerRe: need software for creating pad.xml Pin
ThatsAlok30-Nov-05 2:20
ThatsAlok30-Nov-05 2:20 
QuestionRe: need software for creating pad.xml Pin
David Crow30-Nov-05 2:58
David Crow30-Nov-05 2:58 
QuestionHow to distribute MFC VC++ programs? Pin
King Link29-Nov-05 16:07
King Link29-Nov-05 16:07 
Currently using VS2005

I've built a MFC VC++ app and DLL, I don't think there's anything included that has anything to do with .net (tried to do that specifically)

I currently have sent all these following files with my program (something called UDPTester.exe and LinkUtils.dll) and it still doesn't work.

mfc80.dll
mfc80u.dll
mfcm80.dll
mfcm80u.dll
(the MFC files)

msvcr80.dll
(one VC file that MS says should be there with MFC80.dll)

I can post all my Stdafx if people really want.. but that's a long file.

An exerpt is

[code]
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#ifndef _AFX_NO_OLE_SUPPORT
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxsock.h>
[/code]

The error messages after all the files (4 MFCs 1 CRT, 2 files I wrote) are all linked up comes up as stuff like "application configuration is incorrect"

Is there any other files that might be needed?

Is there any way I could try out the program on my computer with out getting another or reformatting windows to take out the stuff?

I've built it both as "Use MFC in a Shared DLL" and "Use MFC in a Static Library" Any advice is appreciated.
AnswerRe: How to distribute MFC VC++ programs? Pin
Jack Puppy29-Nov-05 16:51
Jack Puppy29-Nov-05 16:51 
GeneralRe: How to distribute MFC VC++ programs? Pin
King Link29-Nov-05 17:29
King Link29-Nov-05 17:29 
AnswerRe: How to distribute MFC VC++ programs? Pin
ddmcr29-Nov-05 22:15
ddmcr29-Nov-05 22:15 
AnswerRe: How to distribute MFC VC++ programs? [edited] Pin
toxcct29-Nov-05 22:55
toxcct29-Nov-05 22:55 
QuestionThreads? Pin
Lord Kixdemp29-Nov-05 13:35
Lord Kixdemp29-Nov-05 13:35 
AnswerRe: Threads? Pin
Alex_Y29-Nov-05 13:58
Alex_Y29-Nov-05 13:58 
GeneralRe: Threads? Pin
Lord Kixdemp29-Nov-05 14:47
Lord Kixdemp29-Nov-05 14:47 
GeneralRe: Threads? Pin
zghelp29-Nov-05 16:45
zghelp29-Nov-05 16:45 
GeneralRe: Threads? Pin
Lord Kixdemp29-Nov-05 17:21
Lord Kixdemp29-Nov-05 17:21 
GeneralRe: Threads? Pin
Cedric Moonen29-Nov-05 21:01
Cedric Moonen29-Nov-05 21:01 
GeneralRe: Threads? Pin
Lord Kixdemp2-Dec-05 20:25
Lord Kixdemp2-Dec-05 20:25 
AnswerRe: Threads? Pin
David Crow30-Nov-05 3:08
David Crow30-Nov-05 3:08 
GeneralRe: Threads? Pin
Lord Kixdemp2-Dec-05 20:23
Lord Kixdemp2-Dec-05 20:23 
QuestionHow to change the interval between two icons in a List control in MFC Pin
zhonglin.liang29-Nov-05 13:03
zhonglin.liang29-Nov-05 13:03 
AnswerRe: How to change the interval between two icons in a List control in MFC Pin
Gavin Taylor29-Nov-05 19:08
professionalGavin Taylor29-Nov-05 19:08 
QuestionWMP 10 SDK Plugin Wizard in VS 2005 Pin
myst4ever29-Nov-05 13:00
myst4ever29-Nov-05 13:00 
QuestionNeed help Pin
stevey82029-Nov-05 12:51
stevey82029-Nov-05 12:51 

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.