Click here to Skip to main content
15,895,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Linking VB and VC Pin
Cedric Moonen3-Oct-05 23:26
Cedric Moonen3-Oct-05 23:26 
GeneralRe: Linking VB and VC Pin
benjnp3-Oct-05 23:35
benjnp3-Oct-05 23:35 
GeneralRe: Linking VB and VC Pin
Cedric Moonen3-Oct-05 23:51
Cedric Moonen3-Oct-05 23:51 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 0:11
benjnp4-Oct-05 0:11 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 0:43
benjnp4-Oct-05 0:43 
GeneralRe: Linking VB and VC Pin
Cedric Moonen4-Oct-05 0:58
Cedric Moonen4-Oct-05 0:58 
AnswerRe: Linking VB and VC Pin
Roger Stoltz4-Oct-05 2:19
Roger Stoltz4-Oct-05 2:19 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 6:52
benjnp4-Oct-05 6:52 
I have already created a console app created in VC/MFC. We have to work in pairs and my partner uses VB and I use VC and in order for us to create a working program that will involve the two of us, we have to use the two PL's. VB will take care of the GUI and VC be in charge of all the functionalities of the application.
Using multiple EXEs, I'm visualizing(based on the term) it as a program (.exe) in VC with a specific function which the VB will call upon the click of the user of a certain button on the VB interface. Once the user clicked a function/button, the VB code will call ShellExecute to execute the corresponding exe file (created in VC) to perform the tasks. That's my idea of what you call multiple exe but it could be wrong.
Using DLLs, I was able to try creating a dll file by using atl wizard in VC and found out that the output dll can be called by VB but I wonder if I'm heading the right way regarding using the VC functions in VB bec moments ago I found it hard to use CString as a parameter to the method or even a property and I'm not even quite sure if it really supports CString and since I used CString in my console version a lot and I doubt if I could read/write a string from/to a file, I think I should drop off the idea of using ATLs.
MFC dll is another option and that's what I'm going to study for right now and I hope this will be the right one.

Any comments/suggestions?
AnswerRe: Linking VB and VC Pin
Roger Stoltz4-Oct-05 12:56
Roger Stoltz4-Oct-05 12:56 
GeneralRe: Linking VB and VC Pin
benjnp4-Oct-05 15:03
benjnp4-Oct-05 15:03 
QuestionCatch c++ runtime library error Pin
JensB3-Oct-05 23:09
JensB3-Oct-05 23:09 
AnswerRe: Catch c++ runtime library error Pin
Prakash Nadar4-Oct-05 1:10
Prakash Nadar4-Oct-05 1:10 
GeneralRe: Catch c++ runtime library error Pin
JensB4-Oct-05 3:36
JensB4-Oct-05 3:36 
AnswerRe: Catch c++ runtime library error Pin
Tim Smith4-Oct-05 4:12
Tim Smith4-Oct-05 4:12 
Questioncustomize file dialogs Pin
Boder Coder3-Oct-05 22:02
Boder Coder3-Oct-05 22:02 
AnswerRe: customize file dialogs Pin
Lane Yu4-Oct-05 3:46
Lane Yu4-Oct-05 3:46 
QuestionListView and List Ctrl Example Pin
karmendra_js3-Oct-05 21:53
karmendra_js3-Oct-05 21:53 
AnswerRe: ListView and List Ctrl Example Pin
Prakash Nadar3-Oct-05 22:12
Prakash Nadar3-Oct-05 22:12 
QuestionRe: ListView and List Ctrl Example Pin
David Crow4-Oct-05 3:12
David Crow4-Oct-05 3:12 
QuestionProcess ID from Process Name Pin
ragavan3-Oct-05 20:00
ragavan3-Oct-05 20:00 
QuestionList Control Pin
karmendra_js3-Oct-05 19:49
karmendra_js3-Oct-05 19:49 
AnswerRe: List Control Pin
ThatsAlok3-Oct-05 19:53
ThatsAlok3-Oct-05 19:53 
QuestionExponents Pin
karnal3-Oct-05 19:42
karnal3-Oct-05 19:42 
AnswerRe: Exponents Pin
Jose Lamas Rios3-Oct-05 21:02
Jose Lamas Rios3-Oct-05 21:02 
AnswerRe: Exponents Pin
dima_kdl4-Oct-05 1:45
dima_kdl4-Oct-05 1:45 

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.