Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: How to distribute MFC VC++ programs? Pin
Jack Puppy29-Nov-05 16:51
Jack Puppy29-Nov-05 16:51 
You need to use manifests with 2005...

Visual Studio 2005 does not support building C++ applications without a manifest and binding to Visual C++ libraries the old way using %PATH%. Moreover, Visual C++ DLLs can detect this, prevent the DLL from loading and report the unsupported scenario and the necessary changes. Do not use /manifest:no or delete the manifest.

See Deployment Examples for more info.

---

If you just want to throw your app on a test machine without using an installer, you can copy the appropriate folders in C:\Microsoft Visual Studio 8\VC\redist\x86 (you most likely want the CRT and MFC folders) to the folder where your .exe resides on the test machine and it should work. Worked for my laptop.


Bernie (Boom Boom) Geoffrion worked Atlanta Flames games in the 1970s with the splendid Jiggs McDonald. One night, Geoffrion said, "Jiggs, there are only three things to hockey: shooting and skating." McDonald said, "Right, Boomer. And what's the third?" The exasperated Geoffrion replied," Jiggs, that's the three. Shooting. And. Skating."

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 
AnswerRe: Need help Pin
Curtis Schlak.29-Nov-05 13:24
Curtis Schlak.29-Nov-05 13:24 

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.