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

C / C++ / MFC

 
AnswerRe: Get Current Directory Pin
Eric Dahlvang11-Jul-06 8:15
Eric Dahlvang11-Jul-06 8:15 
QuestionComunication between software Pin
NorGUI11-Jul-06 3:43
NorGUI11-Jul-06 3:43 
AnswerRe: Comunication between software Pin
Jun Du11-Jul-06 3:52
Jun Du11-Jul-06 3:52 
GeneralRe: Comunication between software Pin
earl11-Jul-06 4:01
earl11-Jul-06 4:01 
AnswerRe: Comunication between software Pin
ldaoust11-Jul-06 4:24
ldaoust11-Jul-06 4:24 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 5:46
NorGUI11-Jul-06 5:46 
GeneralRe: Comunication between software Pin
earl11-Jul-06 5:52
earl11-Jul-06 5:52 
GeneralRe: Comunication between software Pin
ldaoust11-Jul-06 7:18
ldaoust11-Jul-06 7:18 
Salut AutreChien,

NorGUI wrote:
When you say socket it is conection using TCPIP ?


Sockets are used to communicate using TCP or UDP protocols. When you say TCP/IP it means using TCP (Transmision Control Protocol) of the IP (Internet protocol) suite. It is the same thing.

NorGUI wrote:
In your list there is not the DCOM, it is from you side not a possible solution ?


I am not an expert with COM, but here's what I know.

1) DCOM is an extension to COM that allow communication accross a network. In your case, on the same PC you only need COM.

2) COM is an object model. I think to use that with your applications, you would create a project to create that object. Then your applications will have to use this object, that will need to be installed (registered) on the PC. It will give you an object that you can use from different applications, independent of their programming model.

More info on COM[^]:

3) Where I work, we have created ActiveX controls to be used on IIS servers to access different resources. It works fine, but can be somewhat complex and sometimes hard to debug. I think ActiveX closely resemble COM.

4) This is all very Windows. Not portable.

5) If your application will not be exchanging data more then you mention and wont exchange across different PCs and you are already familiar with COM, then it may be the right choice for you.



Louis
* google is your friend *
GeneralRe: Comunication between software Pin
earl11-Jul-06 7:26
earl11-Jul-06 7:26 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 23:22
NorGUI11-Jul-06 23:22 
GeneralRe: Comunication between software [modified] Pin
ldaoust12-Jul-06 4:00
ldaoust12-Jul-06 4:00 
AnswerRe: Comunication between software Pin
Joe Woodbury11-Jul-06 8:00
professionalJoe Woodbury11-Jul-06 8:00 
QuestionResize the Model Dialog Pin
Uday Janaswamy11-Jul-06 3:24
Uday Janaswamy11-Jul-06 3:24 
AnswerRe: Resize the Model Dialog Pin
ashish dogra11-Jul-06 3:27
ashish dogra11-Jul-06 3:27 
QuestionRe: Resize the Model Dialog Pin
David Crow11-Jul-06 5:04
David Crow11-Jul-06 5:04 
AnswerRe: Resize the Model Dialog Pin
_AnsHUMAN_ 11-Jul-06 3:46
_AnsHUMAN_ 11-Jul-06 3:46 
QuestionC/C++ interpreter Pin
ayshe11-Jul-06 2:30
ayshe11-Jul-06 2:30 
AnswerRe: C/C++ interpreter Pin
David Crow11-Jul-06 2:35
David Crow11-Jul-06 2:35 
AnswerRe: C/C++ interpreter Pin
toxcct11-Jul-06 2:35
toxcct11-Jul-06 2:35 
AnswerRe: C/C++ interpreter Pin
Maximilien11-Jul-06 2:37
Maximilien11-Jul-06 2:37 
GeneralRe: C/C++ interpreter Pin
toxcct11-Jul-06 2:59
toxcct11-Jul-06 2:59 
AnswerRe: C/C++ interpreter Pin
Hamid_RT11-Jul-06 3:20
Hamid_RT11-Jul-06 3:20 
AnswerRe: C/C++ interpreter Pin
Christian Graus11-Jul-06 4:15
protectorChristian Graus11-Jul-06 4:15 
GeneralRe: C/C++ interpreter Pin
Steve S11-Jul-06 6:00
Steve S11-Jul-06 6:00 
GeneralRe: C/C++ interpreter Pin
Christian Graus11-Jul-06 6:28
protectorChristian Graus11-Jul-06 6:28 

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.