Re: Same form, but one system GPFs...?



Kenneth,

Two things I can think of that you might want to keep in mind when you rebuild the Form.

1. If the Form has objects contained within objects...
Sometimes if the objects Borders are less then
15 twips from its container, you can get GPF.

2. Compile the Form with "Compiler Warnings"
and/or "Compile with Debug" options Checked
to assure the Code is good... Then make sure to
Un-Checked "Compiler Warnings" and/or
"Compile with Debug" and compile it again
BEFORE YOU SAVE the Form.


--
...
`·.¸¸.·´¯`·.¸¸.·´¯`·-> rodney


.



Relevant Pages

  • Re: Debug Vs Release
    ... > If I compile that code in debug mode then dissassemble the EXE, ... > private static void Main(stringargs) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting a stack trace from a running application
    ... Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some dll or ocx or whatever. ... If you compile the the program with debug information, the debugger will show the responsible line of your code that caused the error. ...
    (comp.lang.basic.visual.misc)
  • Re: copymemory basic question
    ... I have used that technique before; that is, put a MessageBox in a VC program ... workspace and then debug the program without using the MessageBox or MsgBox. ... > - Compile and save. ... not able to show anything due to the optimization. ...
    (microsoft.public.vb.winapi)
  • Re: MustInherit in Window forms
    ... #If Debug then ... Public MustInherit BaseClass ... compile in Release mode. ... the Base form to implement DisconnectFromAbrServer. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MustInherit in Window forms
    ... > #If Debug then ... > Public MustInherit BaseClass ... > compile in Release mode. ... > the Base form to implement DisconnectFromAbrServer. ...
    (microsoft.public.dotnet.languages.vb)