View Single Post
Old 25 August 2006, 15:15   #14
rgen
Registered User
 
rgen's Avatar
 
Join Date: Mar 2002
Location: Aachen/Germany
Age: 46
Posts: 190
Send a message via ICQ to rgen
The NDK 3.9 include files are included but not the autodoc files. Someone offers the NDK on his web site but I can't remember who.
You can't debug under windows as this only a compiler but not an amiga emulator.

To reduce the size select the "strip Exe" option, (Right click one the project in the left tree, select project options, choose the Compiler tab and in the Linker section is the option) this reduces the size to <75kb for me. But if possible stay away from the iostreams as these are responsible for the big size. Using PutStr() from dos.library reduces the hello world program to only some kb.
rgen is offline  
 
Page generated in 0.04808 seconds with 10 queries