Powerbasic and ICE

in Help Center
We have a powerbasic client app that we would like to use ICE as the comm vehicle. The server side will be python.
Powerbasic is not .net , but can call C apps.
www.powerbasic.com
Any help would be appreciated,
Bryan
Powerbasic is not .net , but can call C apps.
www.powerbasic.com
Any help would be appreciated,
Bryan
0
Comments
Cheers,
Michi.
I have a signature set
- Write a slice to PB mapping, and implement the core directly in PB. This is huge amount of work, and will likely be quite slow. Not recommended!
- Write a slice to PB mapping, and then implement using the C++ core. This is the approach the python mapping uses.
- Code stubs in C++ which your PB app calls when necessary. This will be brittle in that you will need to need to change your stubs everytime the slice changes.
If you have a commercial need for this please contact us at [email protected]. Any further questions please ask.