|
Re: Rhapsody, QNX, and Photon Application Builder
|
08/27/2009 3:56 PM
post36829
|
Re: Rhapsody, QNX, and Photon Application Builder
Do you use Rhapsody in C or in C++ ?
Code generated by Phab is only C and if you want to connect with it object and classes created in Rhapsody, you will
need to wrap C funtions in a dedicated class.
Another way is to make 2 applications (one generated by Phab, the other by Rhapsody) communicating through share memory
or sockets.
You can also make one on the 2 a library that will be used by the other one.
|
|
|