Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to move done project to another computer? Pin
Matthew Faithfull31-Oct-07 4:18
Matthew Faithfull31-Oct-07 4:18 
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 
There are a number of steps I would recommend if you want what I think you want.

Use VC++ 2005 or 2008 to create a simple Dll project using the wizard. Play around with this and understand what it gives you and how to use that Dll from another project.

Take a class or module at a time from the article and add it into a copy of your Dll project. For each object create the necessary externally callable Dll interface or a COM based wrapper and test it.

You should end up with a Dll with all the functionality in it and accessible from outside.
Using this from C# either by use of PInvoke calls or COM interop is one for the C# guys on the C# forum, I've only done a very little COM interop which is great once it's working.Smile | :)

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

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 
AnswerRe: Trying to create a guid in C++ from my code [modified] Pin
KenThompson31-Oct-07 2:43
KenThompson31-Oct-07 2:43 
GeneralRe: Trying to create a guid in C++ from my code Pin
jhwurmbach31-Oct-07 3:17
jhwurmbach31-Oct-07 3:17 
GeneralRe: Trying to create a guid in C++ from my code Pin
KenThompson1-Nov-07 2:47
KenThompson1-Nov-07 2:47 
QuestionLoad AVI streams with MCIWnd.OpenInterface Pin
sdancer7531-Oct-07 2:04
sdancer7531-Oct-07 2:04 
Questionmaximal number of dialogs Pin
baerten31-Oct-07 1:56
baerten31-Oct-07 1:56 
AnswerRe: maximal number of dialogs Pin
Paresh Chitte31-Oct-07 2:08
Paresh Chitte31-Oct-07 2:08 
GeneralRe: maximal number of dialogs Pin
baerten31-Oct-07 2:16
baerten31-Oct-07 2:16 

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.