Visual C++ called from RSView

Krilun

Member
Join Date
Aug 2008
Location
Cleveland
Posts
44
Hello everyone,

I was wondering if it would be possible to execute programs written in other languages on a panelview plus. Say I have visual c++ program that simply takes some input and provides some output. Is it possible to call that visual c++ program in RSView?

I would think no because the .mer file only contains all the information necessary execute the code and you'd have to someone include that .cc or .cpp in that .mer file which I can't think of how to do.

Any sugguestions? Thanks guys
 
Well, firstly, you wouldn't include the source file at all, you would need to include the compiled and linked executable or .DLL.

But no, that isn't supported on PanelView Plus terminals that I know.

I suppose you could wrap your program up into an ActiveX control, and use that.
 

Similar Topics

I am having difficulty finding documentation or examples on integrating Visual Studio with iX Developer in order to develop custom objects...
Replies
0
Views
543
I just received the Panelview plus 7 performance series B. When I put my .mer file on the series B, the text quality is way worse than the series...
Replies
7
Views
2,386
Hello, I am working on a project currently that uses a windows application on a PC to communicate with an NX1P2 controller to read and write...
Replies
2
Views
1,001
Hi I'm currently doing a college course in robotics and automation and a question we were asked was. A software application used by production...
Replies
10
Views
3,658
Wizards, I have an application that is built in Visual Studio 2019. I have been getting an error from the program that is very generic. The...
Replies
20
Views
4,044
Back
Top Bottom