home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!as170
- From: as170@cleveland.Freenet.Edu (Ronn F. Black)
- Newsgroups: comp.sys.amiga.programmer
- Subject: GadToolsBox Compiling Questions.
- Date: 11 Nov 1992 08:40:26 GMT
- Organization: Case Western Reserve University, Cleveland, OH (USA)
- Lines: 51
- Message-ID: <1dqgtqINNa54@usenet.INS.CWRU.Edu>
- Reply-To: as170@cleveland.Freenet.Edu (Ronn F. Black)
- NNTP-Posting-Host: slc4.ins.cwru.edu
-
-
- I realize that this may seem to be a rather stupid question but I need a
- little clarification.
-
- I have tried a couple of times to use GadToolsBox 37.111 (18.4.92)
- from Jaba Development and I am a little bit confused with getting the stuff
- to compile.
-
- The documentation doesn't directly state this but, since there is no main()
- in the sources generated I assume you must create a main() in another
- module or by adding to the sources generated.
-
- Is this the case, and is there a recommended way of doing this? I think my
- preference is a seperate file so that If I redesign the interface I can
- regenerate from GadToolsbox without touching any of my other code.
-
- Based on the above statement, I attempted to generate a simple test program
- with the following main() added to the generated source.
-
-
- main(){
-
- SetupScreen();
-
- OpenTestPgmWindow();
-
- TestPgmRender();
-
- delay(); /* Delay to see results */
-
- CloseTestPgmWindow();
-
- CloseDownScreen();
-
- }
-
- is the above even close to what I need to do or am I barking up the wrong
- tree.
-
- Please reply by mail since I don't always have the time to weed through
- this newsgroup. If there is a general interest I will post a summary of
- responses.
-
- Thankyou in advance.
- Ronn Black
-
- --
- -------------- Ronn F. Black --> as170@Cleveland.Freenet.Edu ---------------
- Enter through the narrow gate. For wide is the gate and broad is the road that
- leads to destruction, and many enter through it. But small is the gate and
- narrow is the road that leads to life and only a few find it. Matt7:13-14
-