-
|
Hello great project, I'm currently experimenting a bit with the VirtualTerminal example. But I'm wondering how you created the ObjectPool.cpp file, since I can only create .iop files with my Editor and haven't found any way to convert them. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
For the big array in there, I just took the .iop file, and ran it through a tool like this free one |
Beta Was this translation helpful? Give feedback.
-
Hello, can you say what software do you use for creating .iop file and how I can get the software. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Hello and thank you very much, I will try it tomorrow and will do update here about result. |
Beta Was this translation helpful? Give feedback.





For the big array in there, I just took the .iop file, and ran it through a tool like this free one
to convert it to an array, and pasted it into
ObjectPool.cpp. The macros at the top are something that my editor exported to a file for me in a.hfile and I just pasted in. If your pool is small, you might be able to just add the definitions you need at the top if your editor doesn't export.hfiles