Max forms
From: Grega Loboda (grega.loboda_at_email.si)
Date: 10/22/03
- Next message: Ignacio Vazquez: "Re: Max forms"
- Previous message: Brian Cook: "Re: Function keeps remembering last val?"
- Next in thread: Ignacio Vazquez: "Re: Max forms"
- Reply: Ignacio Vazquez: "Re: Max forms"
- Reply: Chris Morgan: "Re: Max forms"
- Reply: Peter Below (TeamB): "Re: Max forms"
- Reply: Dave White: "Re: Max forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Oct 2003 08:25:22 +0200
As I understand, delphi saves forms at the end of the exe file. What is the
max forms for exe to run on Win98? I thought something else was wrong but
when I started to explore things, I came down to: When I included that form
(I'm not sure what is the number of it) I got the exception even if I only
had a form with nothing on it. Then I excluded some other forms and kept the
last one, program worked. The problem was in:
hcrDownCurEh := LoadCursor(hInstance, 'DOWNCUREH');
if hcrDownCurEh = 0 then raise EOutOfResources.Create('Cannot load cursor
resource');
hcrDownCurEh was 0. Why?
Grega
- Next message: Ignacio Vazquez: "Re: Max forms"
- Previous message: Brian Cook: "Re: Function keeps remembering last val?"
- Next in thread: Ignacio Vazquez: "Re: Max forms"
- Reply: Ignacio Vazquez: "Re: Max forms"
- Reply: Chris Morgan: "Re: Max forms"
- Reply: Peter Below (TeamB): "Re: Max forms"
- Reply: Dave White: "Re: Max forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|