-
hi,
how to do without using argument. (argc/argv) whats example in sample to use. thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
In the above code snippet it looks like you correctly removed argc/argv by using the correct strings/ints.
You can start with the basic_connect and build on that from the other samples. You don't have to use cmdUtils at all. It just tried to simplify what is shown in each sample by moving the connection code to anther file. |
Beta Was this translation helpful? Give feedback.
-
hi, now, i need to create project cmake for dynamic library to use with my executable. or create project library with Visual Studio and add SDK v2 pub_sub. thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
In the above code snippet it looks like you correctly removed argc/argv by using the correct strings/ints.
You can start with the basic_connect and build on that from the other samples. You don't have to use cmdUtils at all. It just tried to simplify what is shown in each sample by moving the connection code to anther file.