C/C++ Question Using custom class on B4R project

rossati

Active Member
Licensed User
Longtime User
Hi
I would create a library from a class made by an .h and .cpp file using the B4Rh2xml.jar, this is what happens:
B4X:
C:\Users\User\Documents\Arduino\SimCron>java -jar B4Rh2xml.jar handleEvents.h handleEvents
No shortname for class: ::handleEvents

C:\Users\User\Documents\Arduino\SimCron>
No shortname for class: ::handleEvents what does it means?
I have also tried with HandleEvents and HEvents with same result.
Thanks
Giovanni Rossati
 

rossati

Active Member
Licensed User
Longtime User
Can you confirm that I can't make public structure in my .h file?
 
Top