RE: Codewarrior Custom Fonts

2001-08-02 Thread Heather KML Tufts
> can you use constructor resources and pilrc resources in the same app? Absolutely. Just be sure to keep the IDs unique for the different resource types. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/foru

RE: how to find cw registration number?

2001-08-01 Thread Heather KML Tufts
> Thanks, I found the card you were refering to. I think I > registered via the > web but I couldn't remember (its been a while). Once you have the number, you can order the upgrade to version 7 online at http://www.metrowerksstore.com/palmcomputing.html, or call that 800 number I referenced be

RE: how to find cw registration number?

2001-08-01 Thread Heather KML Tufts
> I want to upgrade codewarrior and I know I've registered it, but I can't > find the number. Is there a way to get the registration number from > within > cw? The registration number is not stored in the software anywhere -- it's only on that card that came in your box. If you don't have the h

RE: codewarrior 6.1 update

2001-08-01 Thread Heather KML Tufts
> anyone have a zip file of the files in the update? i do remember a time > where there were zips that you can place them in manually but this is > not > available from the website and i can't use them. i installed CW on a > differant drive and now it thinks its not there The reason you get

RE: code warrior setting

2001-07-19 Thread Heather KML Tufts
> Hi , > I am having a symbol 1700 device , I am using code > warrior 6 (demo) for > development. I am writing an application to use the scan > feature of the > device. It has its own library for scan functions. I have > included all the > header files as mentioned in the document of the sy

RE: Link Error : Could not open file: C:\test0617\RESOURCE.FRK\Starter.tmp

2001-07-19 Thread Heather KML Tufts
This is an error in the old Lite version (I didn't think there were links left to this, though maybe you installed it off a CD in a book). In that version of the IDE in Lite, creating a new project and giving it a certain name, means that the IDE will try to figure out the new project name and ch

RE: Constructor 1.6

2001-07-17 Thread Heather KML Tufts
Greg, Constructor 1.6 is part of the 4.0 SDK which you can get at http://www.palmos.com/cgi-bin/sdk40.cgi/. I couldn't find a good list of the new features to paste in for you, and if I try, I'll probably get it wrong. It's better. Download it and try it out. -hkmlt > -Original Messag

RE: CW6 - Can't clear Breakpoint while debugging ???

2001-07-09 Thread Heather KML Tufts
> Gives me a Unknown Error Code: 0x021c This is a known/fixed bug in release 6. Go to http://www.metrowerks.com/download and search for patches released with CodeWarrior for Palm Computing Platform 6 and get the debugger plugins to fix this issue (you'll need the 3.5 SDK and Update 1 first if yo

RE: "Regsiter Not Available" in CW Debugger

2001-07-09 Thread Heather KML Tufts
> Now, what I can't figure out is why I cannot set a breakpoint > when writing > code - only if an error occurs and I go into the debugger.. > Is this supposed > to happen? Basically, when I am writing code the entire Debug > menu is grayed > out (and F9 just beeps at me).. Ideas? Do you have

RE: Editing resources

2001-07-09 Thread Heather KML Tufts
> I have disassembled an rsrc file so that I can import it into an Excel > spreadsheet for translation purposes. Is there any way of > converting it > back > into an rsrc file so that I can modify the visual elements with > CodeWarrior's Constructor. Or is there a resource editor that > will wor

RE: NetSample.prc..

2001-07-09 Thread Heather KML Tufts
> Could anyone do me a HUGE favor and send me the .prc of > NetSample from the > OS 3.5 examples? Yeah, I have CodeWarrior, but I'm on a > deadline and need > to evaluate NetSample, but don't have the time to pull my > hair out trying to > get it to compile ( yes, I tried, but I have little >

RE: 3.5 debug rom error - Records left locked in closed unprotectedDB.

2001-07-09 Thread Heather KML Tufts
> I created a new emulation session without any databases. I start the > debugger in CodeWarrior, then I tap the Home icon to leave > the app. The > error still occurs even though I did not create a single > database. How is > this possible? How do I determine which database is open if I > do n

RE: Update for Codewarrior 6

2001-07-09 Thread Heather KML Tufts
> I did, and i,ve found out it's a bug with > french versions of windows that have this > problem, that's why i'm asking for just the > dll if anyone has it, because i don't have anyway > of running the update. Go to http://www.metrowerks.com/download/ and search for patches released with CodeWa

RE: Segments problem

2001-06-14 Thread Heather KML Tufts
> > i am writung an application the size of this > application is almost 190 > > kb > > I m using the large code model. In the segment view also i > ve divided my > > application into 5 segments > > and arranged all files into these 5 segmensts such that none of the > segment > > is more tha

RE: CW7, Constructor problem

2001-06-08 Thread Heather KML Tufts
> I am continuing to have serious issues with Constructor even > after a clean > install of WinME, CW7 and the 4.0 SDK. > > For example, create a new project, then a bitmap sized at > 81x137. Close then > re-open the bitmap and you'll find it contains random > graphics (usually > verticle colo

ANN: CodeWarrior for Palm OS R7 Demo Available

2001-06-08 Thread Heather KML Tufts
There is a new demo version available for the CodeWarrior for Palm OS Platform R7 tools. You can download it at http://www.metrowerks.com/products/palm/demo and try it out. It will allow you to try out all the functionality of the product to see if you want to upgrade or get into Palm OS program

RE: Cannot Connect to POSE with CW 7

2001-05-24 Thread Heather KML Tufts
> More info. It only happens on the project that I have been > working on. I > started a new sample project and it connects to the emulator > just fine. As > I said, suddenly in the middle of the day it stopped working. > I don't > recally making any changes to the configuration of the >

RE: That duplicate MWC resource

2001-05-16 Thread Heather KML Tufts
> I forgot that yesterday I had made a change to make sure I > was using the > OS/4.0 SDK. > In the \CW\bin\plugins\linker > > If I have: > 68kLinker.dll - OS/4.0 SDK > 68kLinker-old.dll - OS/3.5 SDK > > Then the error doesn't pop up. It seems like CW loads both DLL's??? The IDE loads anything

RE: LstGetSelection not returning noListSelection

2001-05-15 Thread Heather KML Tufts
> I am calling LstGetSelection to find the currently selected > item in a list. > When I make the call nothing is selected in the list. I am > expecting to get > back "noListSelection" (-1), but I always receive 0 > indicating the first > element is selected. My List is associated with a Trig

RE: Link Error

2001-05-02 Thread Heather KML Tufts
> Does anyone know what this error means and how do i rectify > this. "Link Error: Unexpected error #32. DirectBits not supported. " > > I think the problem is with the bitmaps i had included in the > rsrc file. The rsrc was created in constructor 1.6 in my > friends machine but i use these in

RE: How to put constant data in code segment?

2001-05-02 Thread Heather KML Tufts
> Is there a way to put constant data in code segment? I tried > > const foo[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; > > but it still gets put in the "Initialized near data" segment, > according > to the CW7 link map file. > > I can hack around this by using the asm keyword: > > as

RE: CodeWarrior's C++ support

2001-04-27 Thread Heather KML Tufts
> I apologize for asking what I know has been covered before > but since escribe.com's search engine cannot find ANY posts > that mention the term "C++", I am forced to ask. (BTW, are there > other mail list archive services that cover this group?). There is also http://groups.yahoo.com/group

RE: MemHandle - why "undefined identifier"?

2001-04-27 Thread Heather KML Tufts
> I don't have a PalmTypes.h anywhere on my system, so it must > not install by > default when I installed Code Warrior. I have version 6.0, > with all the Palm > stuff (Constructor, etc.). Why might I not have a PalmTypes.h > file, and can > I just get it from someone else? If it's just a bunc

RE: CW 7 Prefix file text box

2001-04-26 Thread Heather KML Tufts
> THANK-YOU! Sometimes it take someone else to point out the > obvious. It was > finding the wrong file in the paths! Ug! I also had to add > the {Project} > search path to the System Paths - I would have thought that would be > included regardless - oh well. I'm used to makefile project

RE: Howto make console mode automatic?

2001-04-25 Thread Heather KML Tufts
> Its nothing short of laziness, but I'm tired of "Shortcut..2" > over and over > again. The bulk of the application has been tested with > POSE, but now the > hardware specific calls have to be tested. Is there any way > to have Visor > 3.1 automatically sense for console mode or at least >

RE: POSE and win2k

2001-04-24 Thread Heather KML Tufts
> 1. When I start up the debugger and launch the emulator, it > forces me to go > through the digitizer calibration screen everytime. (the > startup screen you > get when you do a hardreset). It's not a show stopper, but > it is annoying. Try right-click reset to bypass this. > 2. When I ki

Text-Based Resources (Was RE: Brainless Constructor from Metrowerksis killing me...)

2001-04-23 Thread Heather KML Tufts
> > You can now disassemble .rsrc files by right-clicking on > the .rsrc file in > > the project window. One of your options is "Disassemble". > Then you will > > get the editable dumped file. You can then rename it with > the .r file > > extension and include it in your project. > > Is the

RE: Font index not found error in CW

2001-04-23 Thread Heather KML Tufts
> I'm using Codewarrior 6 and I'm including Dlserver.h > in my code so I can get the hotsync name with > DlkGetSyncInfo call. > > However as soon as I include DLServer.h I get > Link error: Unexpected error #32 Font index not found > Compilation halted > > If from here I choose to compile agai

RE: Brainless Constructor from Metrowerks is killing me...

2001-04-20 Thread Heather KML Tufts
> Unless there is a way to export Constructor .rscr to a plain > text format... sigh. In order to convert your resources to text format and create a .r file: 1. Create a new File Mapping 2. Use: File Type: RSRC File Extension: .rsrc Compiler: Rez Flags: Leave the default. 3. Add the File Mappi

RE: Link Error: __RuntimeModule__: Entry Point '__InitCode__' isundefined

2001-04-18 Thread Heather KML Tufts
> Does anyone know what this linker error means? I am using > CodeWarrior 7. The > only change I've made recently was to convert some code to C++. When you switched to C++, you may have introduced name-mangling. However, I need more information to do any sort of proper diagnosis. -hkmlt --

RE: Is it CodeWarrior 7 or 6

2001-04-16 Thread Heather KML Tufts
> There have been several recent references on this forum to > CodeWarrior Release 7. Palm internet site, under codewarrior > whats new, lists the changes in Release 7. However, the Palm > Store is only selling Release 6. Is Release 7 still in beta or > what? Release 7 has been actively ship

RE: Need SDK 3.0 and 3.3

2001-04-16 Thread Heather KML Tufts
> > Um, actually, there was a 3.2 SDK as a part of Codewarrior > 6 - pretty > > similar to the 3.1 SDK (you would target "Palm VII Support" > instead of > > "Palm OS 3.1 Support"). I don't know if it was distributed > outside of > > Codewarrior... > > i have CWR6 on my laptop.. only "Pal

RE: POSE launches twice with CodeWarrior R7

2001-04-11 Thread Heather KML Tufts
> Bzzz! > > Checked both settings. Path to emulator.exe is absolute, > Target settings > "Use third party debugger" is unchecked. > > Would a reinstall help? Maybe, but that seems like a drastic move. How about sending me (offline) your IDE preferences so I can take a look at them. The fil

RE: 4 Bit greyscale in OS 3.5 and Constructor 1.5

2001-04-11 Thread Heather KML Tufts
> -Original Message- > From: Matt Becker [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 2001 9:21 AM > To: Palm Developer Forum > Subject: 4 Bit greyscale in OS 3.5 and Constructor 1.5 > > How can I get my 4bit greyscale bitmaps to display? The > constructor docs tell of /-1/ and

RE: hd 0 command under CW Lite

2001-04-11 Thread Heather KML Tufts
> -Original Message- > From: James Nicholls [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 7:04 PM > To: Palm Developer Forum > Subject: hd 0 command under CW Lite > > > The Palm FAQ mentions the "debug console" for issuing the hd > 0 command. Is > the debug console availa

RE: CW Lite documentation/Help files

2001-04-10 Thread Heather KML Tufts
> Where can I get the missing help files (all of them!) for CW Lite on > Windows? > > I am just starting the "Palm Programming Bible" book and am > just trying > to build the "hello world" sample...without much luck. Lite doesn't include help files to limit the size of the download. However, you

RE: IDE USER GUIDE

2001-04-05 Thread Heather KML Tufts
> > I am trying to prepare myself to port an application to PALMOS. > > Consequently, I have been going through the various tutorials using > > CW-Lite. Various publications, such as "Constructor > Fundamentals", refer > > to the "IDE User Guide". I have not been able to find this > publication

RE: 3.1 -> 3.5 conversion problem

2001-04-05 Thread Heather KML Tufts
Kerry -- That would have been my guess too. If PalmOS.h cannot be opened, then there is some reason that the compiler cannot find it in the paths you've given it. If you are still having problems with this, please zip up the project folder and email it to me, and let me know if you are using re

RE: doubt

2001-04-05 Thread Heather KML Tufts
> is it true that code warrior lite does not support > segmentation > > because,my application works fine with code warrior > 7.0 but not with > code > warrior lite 6.0 This is true. The Lite version does not have the libraries necessary to develop C++ or multi-segment applications. You have

RE: font index linker error

2001-04-05 Thread Heather KML Tufts
> Im using Codewarrior 6.0, which originally had support for 3.1. > The history is that I have been succesfully porting some > CW5.0's & palmos > 3.0 project's to CW 6.0 and PalmOS 3.1 stationery, by using Automatic > Convert option. > > Then I installed 3.5 also duly upgraded it by "sdk35-updat

RE: POSE launches twice with CodeWarrior R7

2001-04-02 Thread Heather KML Tufts
> Each time I launch CodeWarrior 7, CodeWarrior kicks off not > one, but two > copies of POSE. I noticed this when I tried to debug. The app load > progress bar appeared and the program broke at PilotMain, but > POSE never > entered its blank & "waiting" state. Hitting run didn't > cause

RE: duplicate resource error!

2001-04-02 Thread Heather KML Tufts
> I have problem loading my prc file on the emulator, an error comes up > saying: > > Could not install the Palm OS file "myfile.prc" because a duplicate > 'tAIB'(1000) resource was found. > > It only happens when someone tries to load it from a station > other than my > computer on the network

RE: Cannot get Constructor(1.5) for Palm OS 3.5 working

2001-04-02 Thread Heather KML Tufts
> I cannot seem to be able to run Constructor 1.5. I down > loaded and installed > the Palm OS SDK 3.5 for CodeWarrior Installer on top of CW > for Palm OS R6 > and then install Palm OS SDK 3.5 Update 1. I am not able to > open or create > projects. Anybody has any idea how I can fix this?

RE: Codewarrior light upgrade to SDK3.5

2001-04-02 Thread Heather KML Tufts
> Has anyone successfully upgraded Codewarrior light to SDK3.5 ? How ? > I tried, but the upgrade installation program expects to see > CodeWarrior > 5 or 6. The 3.5 SDK is not intended for use with the Lite version. As a demo version, there are no updates or bug fixes available for it. -hkml

RE: Issues with CW 7 and Avantgo

2001-03-19 Thread Heather KML Tufts
> I am testing AvantGo's POD architecture. In this case, I am > generating a > Palm library, not an application. > > If is try to MAKE the application with the 68K target set to > library, I get > a link error.. > > Link Error : Could not open file: > C:\Avantgo\helloworld\Palm\RESOURCE.FRK

RE: Something wrong with my debugger, help!

2001-03-19 Thread Heather KML Tufts
> I supposed you meant www.codewarrior.com and the debugger plugin > PalmPlugin1-6-3-12. I've already installed that and it > doesn't help. In > fact, I think it's the cause of the problem!! Make sure you've applied the 3.5 SDK and Update 1 before installing the updated debugger plugins. There

RE: Should I Upgrade to CodeWarrior 7

2001-03-15 Thread Heather KML Tufts
> We are considering upgrading to CodeWarrior 7; however, there > seem to be > serious problems with the newer version. I am wondering if > anyone has had > good experience with the upgrade. Thanks. I think most people have been happy with release 7. If your application is already using the

RE: CW7 Startup code crash

2001-03-15 Thread Heather KML Tufts
> Steps to reproduce this error: > > a) Take a valid (working) CW7 compiled application > b) Attach additional resource entries after linking >(e.g. ResType: "HEAD", ID:0) with an external program, >please notice that we don't use standard (well defined t*) > ResTypes. > c) Try to start

RE: Running Debugger on Handspring Prism with CW R6 using serialcradle

2001-03-14 Thread Heather KML Tufts
> I am having trouble debugging my application directly on the > Prism. This is > exactly what I am doing. What am I doing wrong? ... > I turn on my Prism, hit FIND and type the "Shortcut" symbol, > two taps and > the number 2 ... Here's the problem. If you are debugging to a USB device on a s

RE: MSL Runtime PalmOS

2001-03-14 Thread Heather KML Tufts
> We had been able to install the application on the device > with no problem. > We just changed our CodeWarrior project to include the MSL > Runtime PalmOS > (4i) library. We had been using the the StartupCode library. > > I was wondering if there might be some project settings that > we migh

RE: CW7 and Palm OS 4.0 dr5

2001-03-14 Thread Heather KML Tufts
> Has anybody been able to get this version of the SDK to work > with CW7? I > followed the instructions (minus the debugger plugin, per Jun-Kiat's > comments earlier) but the IDE just pops up and then dies. This sounds like there are some .dlls that are not registered to the IDE anymore. To r

RE: Bug Report: CodeWarrior 7 (Mac) Crash

2001-03-09 Thread Heather KML Tufts
> Create a taif with App Icons size 32x32, then create > corresponding PICTs > of size 32x32. Program compiles fine. Now change the PICTs to > 21x21, but > forget to change the size in the taif. Do a Make, CodeWarrior > will crash. This is a known issue. It's a problem with the PostLinker t

RE: bitmapfamilys how to access the different bitmaps ?

2001-03-06 Thread Heather KML Tufts
> how can I access the independent bitmaps in a bitmapfamily ? If you are using Constructor, your bitmaps are all listed independently in the Bitmap list. Alternatively, you could open your bitmap family, and click the Edit button next to the family member you are interested in. -hkmlt -- Fo

RE: Bitmap Family problem, corrupts rsrc file

2001-03-06 Thread Heather KML Tufts
> I've been using same ID for a bitmap and a bitmap family for a while > without problem. The .rscr file may be corrupted by something else. This should definitely fail. You have to keep the IDs for your bitmaps and bitmap famlies unique. Otherwise you will have lots of problems running your ap

RE: Bitmap Family problem, corrupts rsrc file

2001-03-06 Thread Heather KML Tufts
> I'm using CW7.0, which for my install, includes IDE 4.1.0.2 Build 0646 > and Constructor for PalmOS 1.5. > > If I create a bitmap family that has the same id as a bitmap that > already exists, let's say 1000, then the first time I try to link my > application, the IDE quits. After that, any ti

RE: 3.5 Shared Library...

2001-03-05 Thread Heather KML Tufts
> Does anyone have a shared library project written for PalmOS 3.5 in > Codewarrior. The examples on PalmDev site won't compile??? Check out SampleLib in your examples folder. If that won't compile, provide some details. -hkmlt -- For information on using the Palm Developer Forums, or to u

RE: Does Constructor have bugs when creating or modifying multibit icon?

2001-03-05 Thread Heather KML Tufts
> From: William [mailto:[EMAIL PROTECTED]] > Subject: Does Constructor have bugs when creating or > modifying multibit > icon? > > I guess Contructor 1.2 has some bugs. Because I could not > create or modify a > multibit icon. The result was that I created a new multibit > icon or modified > a

RE: Emulator over the USB for Handspring

2001-03-02 Thread Heather KML Tufts
> Have CW 6.0, a Handspring Prism. After defining in CW that I > will be using > the device to debug, running the debugger asks me to put the > device in debug > mode. I turn the Prism on while on the cradle, go to the main > menu and type > the debug sequence: the shortcut symbol, two taps and

RE: Debugging on device with CW R7

2001-03-02 Thread Heather KML Tufts
> Maybe I just haven't done it in a long time and I've > forgotten, but does > downloading to the device for debugs seem unusually slow in > R7 to anyone > else? It is a bit slower. We are working to improve the download speed, without sacrificing any of the additional stability that slowdown

RE: Memory leaks

2001-03-02 Thread Heather KML Tufts
> I'd mentioned all this in a previous discussion, but since I > also have a P3/800 with W98SE, the coincidence was too much to resist. > :) > > First question - are you using CodeWarrior 7? > > > dammit, for the first time i understand how to use this hd > 0 and it gives > > my machine a fat

RE: application log

2001-03-02 Thread Heather KML Tufts
> *** > CmdReadRemoteMem: error in SlkReceivePacket = > Serial Link timeout. > Trying to Read address 0x1F00 > > CmdReadRemoteMem: error in SlkReceivePacket = > Serial Link timeout. > Trying to Read address 0x2000 > > *** > When i'm debugging, i can see this in the "log for "applicatio

RE: Small icon for application in List view

2001-03-02 Thread Heather KML Tufts
> Thanks, Ben. I hadn't realized that I was running the older > version of > Constructor. However, when I try to open my resource file > with 1.5 I get a > memory error and Constructor hangs so bad that I can't even > shut it down > with Win2K's task manager. Is there a patch I need to find

RE: Large/Multi-segment app problems

2001-03-02 Thread Heather KML Tufts
> I have a large ( 360k ) app that I have been working on for > quite some time > without problems. However, within the last day I can no > longer debug the > application on the palm. > > Every time I attempt to debug the app I get the following error: > > "Failed to upload application to Pil

RE: Constructor/Bitmaps/Link Errors

2001-03-02 Thread Heather KML Tufts
> By the way, I was at PalmSource2000 and I have the 4.0 tools > CD which is > where I copied PalmRezPostLinker.dll from. Should I copy the > rest of the > CodeWarrior support files? I am a running version 7.0 of CodeWarrior. If you are using release 7, copy ONLY the PalmRezPostLinker.dll and

RE: Starter generates errors

2001-02-21 Thread Heather KML Tufts
> I just loaded CW6 and tried to debug the starter app using > the emulator. I > get all kinds of errors about possible memory leaks and > problems with trap > $0. Does anyone have a working starter app? Are these apps called > stationary? I believe all you had to do to this app was add a FrmCl

RE: a naive question

2001-02-21 Thread Heather KML Tufts
> I have [using CW] this in my program. > > Data section below A5: 3465 bytes > Data section above A5:184 bytes You are allowed 32K of data above and below A5. Since your values are still significantly below the 32K limit, I wouldn't worry at ths point. -hkmlt -- For information on u

RE: Running out of memory

2001-02-21 Thread Heather KML Tufts
> So what would actually happen if the 64K segment limit is > reached? How can > I know if this has been reached? (I have a prc file of 75K > but seems to run > fine) I am worrying that problem may happen for some palm but > not the other. Check the Link Map -- In the project settings in the

RE: How to add small icon into application for application list

2001-02-21 Thread Heather KML Tufts
> Could you tell me how to add small icon into application, > then we can see > the small icon in application list? > > I looked through the CodeWarrior documents, but there isn't complete > description about this. The doc said large icon's type is > tAIN, id is 1000, > and small icon's type i

RE: Constructor/Bitmaps/Link Errors

2001-02-21 Thread Heather KML Tufts
> >>Here is the link error: > >>Unexpected Error #32. DirectBits not supported.. Compilation halted > >> > >>I have 5 bitmaps in the project, one as large as 60x160 > down to 40x40 and > >>finally, 22x22. There are also all 1-bit. I have tried opening each > >>bitmap, > >>modifying a single pix

RE: CW Setting Help Need

2001-02-21 Thread Heather KML Tufts
Besides these things that you've already set, you must also go into your project Settings in the Build Extras panel and check the box for Activate Browser. Then (once you rebuild the project) you will be able to see the coloring in your project. If you are using a pre-3.5 SDK, you have to have t

RE: CW Setting Help Need

2001-02-21 Thread Heather KML Tufts
Besides these things that you've already set, you must also go into your project Settings in the Build Extras panel and check the box for Activate Browser. Then (once you rebuild the project) you will be able to see the coloring in your project. If you are using a pre-3.5 SDK, you have to have t

RE: Emulator/CW6 problem

2001-02-13 Thread Heather KML Tufts
> I was running POSE 3.07 with CW6 and everything was working > fine. I heard I > should upgrade to 3.0a8, so I did. I also installed the > latest plugins from > the CW website. > > Now, whenever I run the debugger, I first get a "transport > timeout error",I > hit OK. Hit F5 again and I get

RE: Constructor/Bitmaps/Link Errors

2001-02-13 Thread Heather KML Tufts
> Here is the link error: > Unexpected Error #32. DirectBits not supported.. Compilation halted > > I have 5 bitmaps in the project, one as large as 160x160 down > to 40x40 and > finally, 22x22. There are also all 1-bit. I have tried > opening each bitmap, > modifying a single pixel and savin

RE: .h file doesnt open

2001-02-13 Thread Heather KML Tufts
> Can someone help with this.My resource file doesnt open.I just do not > understand what the problem can be.The following is the error I get: > > > Couldnt find project file Starter_res.h > > #include . > > Error : the file 'Starter_res.h' cannot be opened > Starter.c line 19 #include "S

RE: 2 problems with codewarrior and emulator

2001-02-13 Thread Heather KML Tufts
> thank you, but that did not help. everytime i launch the emulator > application i get stuck with an older version of a perviosuly > installed app > on it whihc doesn't run corretly. I have to do a "New > Session" each time i > get in there, because by default the older "buggy" program is > r

RE: Code Warrior Problem

2001-02-13 Thread Heather KML Tufts
> > It would also be good to download some of the bug fixes for the > > CodeWarrior > > debugger (among other things). You will need to get the > latest version of > > the debugger plugin, found at ftp3.metrowerks.com. Log in with the > > following: These are now all linked to at http://www.me

RE: Question on how to step out of Code Warrior Development Env ir onment

2001-02-09 Thread Heather KML Tufts
> an elegant makefile comes to play nicely when you want to build > multiple language versions of your app.. > > 'make all' > > or.. > > 'LANG=en make' Or, in CodeWarrior, select your English, German, French, etc. targets and hit compile. That will compile all the targets one r

RE: CodeWarrior

2001-02-09 Thread Heather KML Tufts
> This has been a problem for a long time. I just use a > pre-existing project > or the starter project, move one of my new C files into it > and then remove > all the other ones. There just seems to be a problem adding > things to an > empty project This is because an empty project has

RE: CodeWarrior 7 Glitch

2001-02-09 Thread Heather KML Tufts
> I have my editor window maximised most of the time, but when I start a > build, CW "restores" it. I prefer to keep it maximised > though, so is there > a way of telling CW not to do this? I know it's been done before, but I put in a feature request for this to be added to the IDE. -hkmlt -

RE: CW 7 issues

2001-02-07 Thread Heather KML Tufts
> I just got CW 7 and installed it. To test, I converted an > application to version 7. I still need to use the 3.1 SDK. > First off can I > do this. I copied the 3.1 SDK to the metrwerks directory > (like I had it in > the other version) and set the correct paths and am getting a bunch of

RE: 16-bit code reference out of range

2001-02-07 Thread Heather KML Tufts
> Hi,All. > When I make my project which is C++ code written with CW4.1, > I got the link > error: > .cpp:'fun1()' 16-bit code reference to 'TUser::TUser()' > is out of range. > What is wrong with it? > My prc is only 24KB, is it large? If you are getting this error, your project must be la

RE: Starting New Projects

2001-02-07 Thread Heather KML Tufts
> I am running Codewarrior Lite until I receive version 6. When > I create a new > project using a Palm OS 3.1 template the software does not > compile. I have a > working Hello.mcp from the book I purchased. I would like to > create a new > project building on the Hello.mcp project. How can I

RE: Permanent "Failed to connect to remote" error

2001-02-05 Thread Heather KML Tufts
> So I went back to my real project, where I'm actually trying > to develop > something. I deleted the "_Data" folder, started the IDE, > enabled Debugging, > started the emulator, started debug. It failed; same error > message. So > there is something corrupted in that project folder. Any >

RE: RESOURCE.FRK

2001-02-05 Thread Heather KML Tufts
> Why they stored data in the RESOURCE.FRK folder, I'm not > sure. Usually, on the Mac, all the important stuff is stored > in the data fork. Unless it's a resource, in which case the important stuff is in the resource fork (as in this case). -hkmlt -- For information on using the Palm Dev

RE: Permanent "Failed to connect to remote" error

2001-02-02 Thread Heather KML Tufts
> I seem to have gotten my development environment (and POSE) > into a mode > where it just won't work anymore. Every single time I try to > run debug, I > get the "Failed to connect to remote" error message. This could also lead one to check that the .prc is still valid by manually loading it

RE: Multisegmentig call

2001-02-02 Thread Heather KML Tufts
> Are some special settings, when we need to call a function > from a different > segment or not? > I ask this because when I try to call such of function my > application doesn' > t answer anything. Nothing special. You'd just call it the same way you'd call any other function in a different

RE: CodeWarrior Lite Message

2001-02-01 Thread Heather KML Tufts
> I have just upgraded from CodeWarrior Lite to Version 7. > However, I still > get the message saying that my software was created using CW > Lite when I > start my application. How can I get around it? You have to move to the 3.5 SDK, since Lite uses the 3.1 SDK. Change your access path to

RE: Bug in CodeWarrior7 replace in selection...

2001-02-01 Thread Heather KML Tufts
> If I follow your exact steps (on Win98), it only replaces the > first "test" > with "TEST", all others remain unchanged (both in the > selection and not in > the selection). Another person on this list sent me a source file that exhibits this behavior on my machine, though I can't reproduce i

RE: Missing Resource Macro definitions

2001-02-01 Thread Heather KML Tufts
> My problem is this: I'll create an arbitrary resource, say a > form, and save > it to the project. I'll go back to CodeWarrior and make a > reference to the > new resource that I made, say Order_AddButton, but when I > try to compile > I'll receive an 'undefined identifier' error. The thing

RE: Out of memory error when loading app into POSE

2001-02-01 Thread Heather KML Tufts
> According to the Targeting Guide for Palm OS, this setting > needs to be on > when the application uses function-level segmentation (which > I assume Sybase > is using). Can you explain what function-level segmentation is? Function-Level segmentation is putting a certain function in a segmen

RE: StdArg.h cannot be opened

2001-02-01 Thread Heather KML Tufts
> Does MSL comes with CWLite version? No, it doesn't. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Bug in CodeWarrior7 replace in selection...

2001-02-01 Thread Heather KML Tufts
> On the windows version of Codewarrior 7 I noticed that when I > highlight > a code selction and then try to do a replace string within > that section > (checking the box), that it only replaces the first occurance. Okay, I just tested this out, and didn't find the problem that you are talking

RE: Please Help with Emulator Problem

2001-02-01 Thread Heather KML Tufts
> I use CW6 and POSE...everything was working great and then I > started getting a "Failed to connect to remote." error when > trying to upload and debug in the emulator...whats up with this? Check that your .prc didn't recently become invalid. Try loading the .prc manually on POSE to see if i

RE: Problem executing Sample application

2001-01-25 Thread Heather KML Tufts
> I copied a sample called "sales" from the CD which comes > with the book > "Palm Programming: The Developer's Guide" by Orielly. When I > runned the > application I got the following errors. > > > etc. What version of CodeWarrior are you using? There are several different project fi

RE: Strange Upload error

2001-01-25 Thread Heather KML Tufts
> I have tried performing soft and hard resets on the Palm, deleted the > application from the Palm, and even re-loading the software > (CW). I still > get the error. I only get the error on this particular > project. All of the > others seem to work okay. Any ideas? This would suggest to m

RE: [Q] resources and segments

2001-01-25 Thread Heather KML Tufts
> > For example, would it be possible to link an app with 30K > of code, and 10 > > resources of 60K each (total is 630K) without hitting any of the > > segmentation restrictions? > > > Doesn't seem to be, I just finished an app (Sundance Film > Festival guide, > get it at http://www.sundance.or

RE: Still having problems with POSE 3.0a8 & debugging

2001-01-19 Thread Heather KML Tufts
> It's CW6, I really should upgrade...just hadn't gotten around > to sending in > the reg card, so I did that 2 weeks ago. Hopefully I can go > figure out how > to upgrade appropriately. Contact [EMAIL PROTECTED] or call (800) 377-5416, and they can tell you what you need to do. > > > From: Ch

RE: Colour support

2001-01-17 Thread Heather KML Tufts
> If I want to write a program on PalmOS 3.5 which can support > all couour > scheme, i.e B/W, 4 gray level, and 256 colours, what should I > do? Is there > any special code I should write to handle it? Use Bitmap Families (http://oasis.palm.com/dev/kb/faq/1817.cfm is for creating App Icon Fami

RE: New project Project

2001-01-17 Thread Heather KML Tufts
> When I create new project, there's 3 options, one of it is "Palm OS > Multi-Segment App", what does it mean? And what's different > from the "Palm > OS C++ App" option? > Thanks for helping me. ^_^ The three options are a Palm OS C App, Palm OS C++ App, and Palm OS Multi-Segment App. The Mult

RE: help for static libraries

2001-01-15 Thread Heather KML Tufts
> Can some body help me in finding the procedure to create a static > library for palm. > I mean what are all the settings which i need to change in the code > warrior to get an output file of .lib. > I browsed all over for help for creating static libraries but i found > lots of documentation for

  1   2   >