Naughty Alien Posted December 15, 2009 Share Posted December 15, 2009 ..hi guys..is there any changes happen regarding turning on/off AppLogMode() in LE 2.3 ? By simply adding AppLogMode(1) or AppLogMode(0) giving me an error >>Compile Error: Identifier 'AppLogMode' not found<< . In previous versions working just fine..am I missing something? Quote Link to comment Share on other sites More sharing options...
Canardia Posted December 15, 2009 Share Posted December 15, 2009 AppLogMode() was removed from BlitzMax, but it exists in all other languages still (and also in BlitzMax if you use the DLL version of the engine). In BlitzMax there is however a global variable called LogStreamEnabled, which you can set to True or False. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Josh Posted December 15, 2009 Share Posted December 15, 2009 I thought I left AppLogMode() in for compatibility. But he's write, LogStreamEnabled will do it. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Naughty Alien Posted December 15, 2009 Author Share Posted December 15, 2009 ..i see..i dont know why you dropped such things from Bmax, but anyway, ill use whats available...another thing is that I have noticed slight changes in buffers creation...so, i would like to know, is there any sort of comparison list so i can clearly see difference between 2.3 and previous versions, if any?? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.