Click here to Skip to main content
15,887,397 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Flickering Problem Pin
Mark Salsbery31-Oct-07 6:21
Mark Salsbery31-Oct-07 6:21 
Questionhow to splice two images with diffrent palette? Pin
King Tran31-Oct-07 4:25
King Tran31-Oct-07 4:25 
AnswerRe: how to splice two images with diffrent palette? Pin
Chris Losinger31-Oct-07 8:50
professionalChris Losinger31-Oct-07 8:50 
GeneralRe: how to splice two images with diffrent palette? Pin
King Tran4-Nov-07 2:53
King Tran4-Nov-07 2:53 
QuestionHow to move done project to another computer? Pin
Gofur Halmurat31-Oct-07 4:11
Gofur Halmurat31-Oct-07 4:11 
AnswerRe: How to move done project to another computer? Pin
Cedric Moonen31-Oct-07 4:17
Cedric Moonen31-Oct-07 4:17 
GeneralRe: How to move done project to another computer? Pin
Gofur Halmurat31-Oct-07 4:21
Gofur Halmurat31-Oct-07 4:21 
GeneralRe: How to move done project to another computer? Pin
Matthew Faithfull31-Oct-07 4:18
Matthew Faithfull31-Oct-07 4:18 
He'll need the MFC dlls plus any others that your program uses. There's a Visual Studio tool called 'depends.exe' which will tell you the Dlls that are loaded up automagically when the application starts (like msvcrt.dll for example) For any others you'll need to look for LoadLibrary calls in your code. Remember he'll already have most of those in your list as part of Windows so don't go overwriting vital items on his machine Big Grin | :-D

Nothing is exactly what it seems but everything with seems can be unpicked.

AnswerRe: How to move done project to another computer? Pin
Paresh Chitte31-Oct-07 20:02
Paresh Chitte31-Oct-07 20:02 
GeneralRe: How to move done project to another computer? Pin
Gofur Halmurat1-Nov-07 0:16
Gofur Halmurat1-Nov-07 0:16 
GeneralRe: How to move done project to another computer? Pin
JudyL_MD1-Nov-07 2:59
JudyL_MD1-Nov-07 2:59 
GeneralRe: How to move done project to another computer? Pin
Paresh Chitte1-Nov-07 18:36
Paresh Chitte1-Nov-07 18:36 
GeneralRe: How to move done project to another computer? Pin
JudyL_MD2-Nov-07 1:55
JudyL_MD2-Nov-07 1:55 
Questionconvert vc++6 program to dll or ocx to use in .net(c#) Pin
small_programmer31-Oct-07 3:31
small_programmer31-Oct-07 3:31 
GeneralRe: convert vc++6 program to dll or ocx to use in .net(c#) Pin
Matthew Faithfull31-Oct-07 4:13
Matthew Faithfull31-Oct-07 4:13 
GeneralRe: convert vc++6 program to dll or ocx to use in .net(c#) Pin
small_programmer2-Nov-07 23:20
small_programmer2-Nov-07 23:20 
QuestionProblem with combo Box-values get repeating Pin
SnaKeBeD31-Oct-07 2:46
SnaKeBeD31-Oct-07 2:46 
AnswerRe: Problem with combo Box-values get repeating Pin
David Crow31-Oct-07 2:52
David Crow31-Oct-07 2:52 
GeneralRe: Problem with combo Box-values get repeating Pin
SnaKeBeD31-Oct-07 3:28
SnaKeBeD31-Oct-07 3:28 
GeneralRe: Problem with combo Box-values get repeating Pin
David Crow31-Oct-07 3:36
David Crow31-Oct-07 3:36 
GeneralRe: Problem with combo Box-values get repeating Pin
SnaKeBeD31-Oct-07 3:48
SnaKeBeD31-Oct-07 3:48 
QuestionTrying to create a guid in C++ from my code Pin
LCI31-Oct-07 2:22
LCI31-Oct-07 2:22 
QuestionRe: Trying to create a guid in C++ from my code Pin
David Crow31-Oct-07 2:26
David Crow31-Oct-07 2:26 
AnswerRe: Trying to create a guid in C++ from my code Pin
George L. Jackson31-Oct-07 2:41
George L. Jackson31-Oct-07 2:41 
AnswerRe: Trying to create a guid in C++ from my code Pin
jhwurmbach31-Oct-07 2:30
jhwurmbach31-Oct-07 2:30 

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.