View Single Post
Old 09-08-2017, 06:24 AM   #4
JonOsterman
Human being with feelings
 
Join Date: Aug 2017
Posts: 50
Default

Quote:
Originally Posted by Xenakios View Post
Check your code very carefully for :

-Uninitialized variables (and class members)
-Logic errors that might lead to things like functions not returning anything when they should
I got 0 errors or warning, unless "float to int conversion"

Quote:
Originally Posted by Xenakios View Post
If additional threads are involved, the timings will be different for debug and release builds. Release builds may more easily reveal problems related to multiple threads manipulating shared variables in an unsafe manner.
I did not express myself well, what happened is that if I want to load in FL Studio (just launching the FL.exe without Visual Studio) the same vst file that I build in Debug Mode, it is showing me the sentence above.

Is there dependencies that Visual load in debug mode that I need to give to FL studio with my vst ?

Quote:
Originally Posted by Xenakios View Post
Sometimes just doing a full clean and rebuild of the project can solve mysterious problems.
I've cleaned, rebuild all and reinstalled FL Studio
JonOsterman is offline   Reply With Quote