yes, i think this too. no error with MP related.better to "Programdata/Atmowin" then AtmoWin do nothing with MP..
yes, i think this too. no error with MP related.better to "Programdata/Atmowin" then AtmoWin do nothing with MP..
it's backup not ?(please make a update before)
it's backup not ?(please make a update before)
Came across similar problem recently. The strangest thing that my resulting DLL was dependent upon MSVCR100.dll (without 'D'), which was right because I changed /MDd to /MD, but also dependent upon MSVCP100D.dll, which did not seem right for the same reason. After long investigation I found that it depends upon preprocessor definitions. Changing _DEBUG to DEBUG solved the problem for me..
@BassFan
can you release this file with Release mode, because i try to test ( on friend computer), without Visual studio installed. and i have message error, with MSVCP110d.dll missing ..
From http://social.msdn.microsoft.com/Fo...3bb/msvcp100ddll-is-missing?forum=Vsexpressvc
Came across similar problem recently. The strangest thing that my resulting DLL was dependent upon MSVCR100.dll (without 'D'), which was right because I changed /MDd to /MD, but also dependent upon MSVCP100D.dll, which did not seem right for the same reason. After long investigation I found that it depends upon preprocessor definitions. Changing _DEBUG to DEBUG solved the problem for me..