Re: Win32 problems
- Posted by Hawke' <mdeland at GEOCITIES.COM> Dec 19, 1998
- 473 views
Davi Figueiredo wrote: > I've been trying to create a game in Win32 and it's almost finished, but I've > been having some problems: > 1. About once every four or five times, the program crashes with the message > "The instruction at bff64e46 referenced memory at ffffffff - The memory could > not be read from" as soon as it starts (before showing the game window). I > don't know what I can do to solve this, it's really annoying me. Does anyone > know what is happening? I may post the code if it is needed. you have coded a "programming oversight" as an undocumented feature into your game. :) also, it could be a bug in the version of win32lib.ew you are using as well. either way, it's bug hunt time, so break out the Raid... if you can segregate the code into code that does work and code that isn't working, and post the for sure broken code, i would think that some of us may be willing to take a gander and see if we can spot the pesky critter... > 2. How can I create a window without the title bar (like WinAmp and other > programs)? My game would look better... > I'm using Win32Lib to create this game. i may be trying/attempting the same thing myself, and if i figure it out, i'll let you know, and if you figure it out, let me know... k? --Hawke'