You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been successful in running this library using visual studio but the same is giving me Intellisense and namespace error when making the dll. I have following CMakeLists.txt file:
Basically the problem is, the same code runs when compiled as executable, but gives intellisense errors in Visual studio 10 when created a DLL. Do I need to add something in my CMakeLists.txt file
The text was updated successfully, but these errors were encountered:
Original comment by Sarvagya Pant (Bitbucket: sarvpant, ).
I did resolved the issue. In Cmakelist file of DLL generating solution, I had to include src and include of SpartanJ-efsw-linux. It was so silly of me to not discover earlier. :P
Original report by Sarvagya Pant (Bitbucket: sarvpant, ).
I have been successful in running this library using visual studio but the same is giving me Intellisense and namespace error when making the dll. I have following CMakeLists.txt file:
Basically the problem is, the same code runs when compiled as executable, but gives intellisense errors in Visual studio 10 when created a DLL. Do I need to add something in my CMakeLists.txt file
The text was updated successfully, but these errors were encountered: