Hi cathy
****** change type.
to change the type of a database, u must specificate it when u create the
db!
to change the type of an application...
u can use an hex editor, but ... will the application work???
I dont know
***** change creator
u can change the creator in the "Makefile" file ;)
this is the way i made it under linux, i think its valid every development
enviorement
********* this is the make file
CC = m68k-palmos-gcc
CFLAGS = -O2 -Wall
all: AppName.prc
AppName.prc: AppName bin.stamp
build-prc AppName.prc "App Name" BLZ5 AppName *.bin
#did u see your BLZ5?? ;)
bin.stamp: AppName.rcp utils.h icon.pbitm
pilrc AppName.rcp
touch bin.stamp
AppName: AppName.o
AppName.o: AppName.c util.h
clean:
-rm -f *.o AppName *.bin *.stamp *.*~
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/