Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
fmc
Total activity
12
Last activity
March 15, 2021 21:17
Member since
September 21, 2020 02:17
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
3
Activity overview
Posts (3)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
March 12, 2021 08:08
Matheusgarcia28 - Thank you for your clear instructions on how to complete the process you mentioned. I haven't tried it yet, but I will later today. Very, very good information you gave. Thank ...
Community
CLion
[SOLVED] CLion, C++, and SQLite3
0 votes
Edited
March 09, 2021 01:19
I fixed it with one line, by adding ` target_link_libraries(ProjectName LINK_PUBLIC sqlite3) ` to my CMakeLists.txt https://stackoverflow.com/questions/41268589/c-c-undefined-reference-for-sqlite...
Community
CLion
[SOLVED] CLion, C++, and SQLite3
0 votes
Edited
September 24, 2020 18:38
I did. I have a small test app going. CLion even brings up the "balloon helps" that show wxWidgets usage when working with the various classes. But it wouldn't add the grid.h for me. I added it mys...
Community
CLion
Unable to get CLion to add needed header fle using <Alt + Enter>
0 votes