Can you record/edit journals in C++

Hello all,

My company would like me to start looking at NX journals to create some new buttons etc. I have noticed that in my NX10 the only file format that NX gives as an option for recording journals is .vb.

Does anyone know if it is possible to record and edit journals in C++ as I am much more knowledgeable in C++ than Visual Basic?

Kind regards,

Nick

Journals can be recorded in C++; go to menu -> prefernces -> user interface -> journal (tab) and choose your desired language. However, I'm pretty sure that NX does not support playback of C++ or Java journals, you will need to compile your code to get it to run on NX.