02-09-2007 08:01 AM
02-09-2007 11:41 AM
02-09-2007 12:15 PM
Thank you. Can the LabWindows/CVI debug environment be forced when a program is launched from another program? This of course presuming the program to be launched is complied as a debugged ese and has a .cdb file. Thanks
JJT
02-09-2007 12:34 PM
Hi,
What means "to be forced" ?
I suppose you want to debug both programs, server and client at the same time, so you can set brakpoints on the send/receive callbacks.
If this apps will allways work with both programs on the same machine, i suggest to you to use 127.0.0.1 IP adress so it works even without ethernet port on the PC
I have some experience in this communications, maybe I can help you If you specify exactly where is the problem.
Xavi
02-09-2007 12:47 PM
02-09-2007 02:00 PM
The activeX cvidemo.prj seems to be exactly what I want. Thanks.
JJT