saelly Posted January 20 Share Posted January 20 hello. I have one question. When creating a proto header file, what is the order? For example, suppose you create a SOP_Temp node... 1. After creating a dummy node, add desired parameters and export to DSFile. 2. Create SOP_Temp.h and SOP_Temp.cpp files. 3. Creating SOP_Temp.h structure. 4. Writing SOP_Temp.cpp. 5. After copying the contents of the created DSFile, paste SOP_Temp.cpp. 6. Compile after writing the cmake file. is this a process? or not... 1. After creating a dummy node, add desired parameters and export to DSFile. 2. After creating the dummy header file, create the SOP_Temp.proto.h header file. 3. Create SOP_Temp.h and SOP_Temp.cpp files. 4. Creating SOP_Temp.h structure. 5. Create parameter information with auto-completion function by including SOP_Temp.cpp and SOP_Temp.proto.h file 6. Compile after writing the cmake file. Which order of the two is better? Or is there a better order? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.