Question Client server app

chrisbrons

New member
Joined
Aug 18, 2010
Messages
3
Programming Experience
1-3
Hi I'm developping a application wich controls a Panasonic robot and a Omron PLC.

I write my app in vb10 .net 4.0, when I started Omron told me it was no problem connecting their device with my app. But after I started writing that part I discovered their interface only works till vb8.

I tried to write a DLL in vb8 and connect it to my app, but the errors where the same. The only way it works is when the vb8 part has its own runtime. So my idea is to run two appps besides each other and just communicate some booleans and 128doubles.

So I don't want to use the vb8 code as a DLL but as a standalone app with communication with my vb10 app. What is the best way to do this?

Thanks,
Chris
 
Back
Top