senior_falcon Posted April 25 Share Posted April 25 (edited) 1 hour ago, Tursi said: I love that over 14 messages testing the loader nobody went Edit->Debugger and read what it loaded. Well, actually I did. And here is what I saw. I see no information telling me that anything was loaded. Maybe it scrolled off the top of the screen? (edit) I do see it now when I scroll to the side of the screen. Edited April 25 by senior_falcon 2 Quote Link to comment Share on other sites More sharing options...
Tursi Posted April 26 Share Posted April 26 Yeah, that's why I recommend DebugView for the serious dev. It's not only much easier to see the full line, but you don't have to worry about it scrolling off the top of the view before you see it. Also, you can copy and paste out of it, which you can't out of the current Classic99 window. When I had to make it larger a few months back, it suddenly switched to a different paint method inside Windows which caused a ton of flicker, so I had to draw it manually as a bitmap instead as a text control. I forgot the link for DebugView last time I mentioned it. It's a Microsoft-supported SysInternals tool that listens to any app that uses "OutputDebugString", which Classic99 does for this very reason. https://learn.microsoft.com/en-us/sysinternals/downloads/debugview 6 1 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.