Max forms

From: Grega Loboda (grega.loboda_at_email.si)
Date: 10/22/03


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



Relevant Pages

  • Re: Recompiling programs that have been started with ShellExecute or CreateProcess
    ... Delphi will again recompile and create the exe file (without first deleting ... maybe it is some kind of reference Delphi is keeping around? ... > NIL, ...
    (comp.lang.pascal.delphi.misc)
  • Re: Elector electronics
    ... We are using Delphi 1 to generate x86 Real-Mode EXE files. ... We have a special Locator Software, which converts the EXE file, so ... that the file can be put on absolute addresses in FLASH memory. ...
    (borland.public.delphi.non-technical)
  • Closing a *.EXE file within a Delphi project (revisited)
    ... I have opened a seperate program from within a Delphi application using the ... In order to close the EXE file, I use the following command: ... however closes the Delphi App and leaves the Application.EXE file open ...
    (borland.public.delphi.language.objectpascal)
  • Re: isDelphi
    ... if it popes up 5 menu items, it was writen by VC or VB. ... and you can open the exe file by notepad. ... I want to know if an .exe file is compiled with Delphi. ...
    (borland.public.delphi.non-technical)
  • Re: Windows crashes when I use dynamic textures with D3DLOCK_DISCA
    ... Another problem that we use Delphi, ... I also sent a letter to directx@xxxxxxxxxxxxx with source code, ... of EXE file which crashes Windows. ... Prev by Date: ...
    (microsoft.public.win32.programmer.directx.graphics)