FrmNewForm problem

2001-01-10 Thread Alex
Hello. I have some problems with function FrmNewForm. 1.How can I release form (on FrmDeleteForm I recieve "read directly from low memory" error). 2. When form created with FrmNewForm is active and I tap on "Applications"(i.e. want to exit) it invokes FrmCloseAllForms from AppStop function

The application has just overflowed the stack

2001-01-10 Thread Edward Ye
Hi all. I am working my program with C++. In my code for Appstart function , I need to call a derived class function, a very simple function. When I debug it , Emulator raised an error as soon as I step into this function ,which is said :The application has just overflowed the stack. What is

Palm 3.1 or 3.5 or 4 ????

2001-01-10 Thread Emile Swain
I need some advice as to what version of PalmOS i should use. My main objective is to support the widest range of Palm Units available. I am currently using Code warrior R6 with palmos 3.1. I keeping getting problems which i believe are fixed in the later version. However if i upgrade to 3.5

ANN: PalmSource Europe - Info about Amsterdam

2001-01-10 Thread Christian Vandendorpe
Hi all, I wrote a program last summer for Heineken for the Euro 2000 football conpetition. I suddenly realised that this program might still be useful for those of you who are coming to Amsterdam for PalmSource Europe. In the program you will find: - Hotel information with phone numbers

CW: inline assembly

2001-01-10 Thread Aaron Ardiri
hi call me nutz.. but.. i installed CW R6 :) [using PilRC plugin] :P i have successfully moved cube3D over to codewarrior, however, i have not been able to get inline assembly to work correctly :(( i have managed to create a function written in assembly, and just call that, however, i would

RE: inline assembly

2001-01-10 Thread Alexander Zuev
In the documentation ("Targeting_Palm_OS.pdf") wrote: "You use the Palm OS inline assembler to specify that an entire function is in assembly language. Assembly statement blocks within a function are not supported. In other words, the Palm OS inline assembler is a

Re: will i get Palm Vx with palm os 3.5

2001-01-10 Thread Dave Lippincott
Have you tried looking at the Palm website? (hint: http://www.palm.com/software/index.html and http://www.palm.com/products/vseries.html) - Original Message - From: "vinod rajpal" [EMAIL PROTECTED] To: "Palm Developer Forum" [EMAIL PROTECTED] Sent: Wednesday, January 10, 2001 2:12 AM

Re: inline assembly

2001-01-10 Thread Tim Hoffman
Ahh, the lovely world of non-inline assembler... hehe ;) Tim "Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:35377@palm-dev-forum... *grumble*.. thats what i do now.. basically create a "secret" function, and call it.. +1 to the PRC-Tools tool chain :) hehe.. i have the

Palm Open Source Website

2001-01-10 Thread Null Pointer Exception
Hi, Has been on my bookmark for a while, but I thought it'd interest those of you who don't know abt the site. A site with Open Source SourceCodes for the Palm. http://www.palmopensource.com Regards -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: will i get Palm Vx with palm os 3.5

2001-01-10 Thread Null Pointer Exception
Hi, I bought a new IBM C3 Workpad 2 months back and it came with v3.5. Of course if your Vx unit came with v3.3, its flash upgradeable. You could try purchasing Mobile Internet Kit (which comes with the upgrades). Or purchasing just the standalone upgrade.

Re: Exiting Forms in Satellite Forms

2001-01-10 Thread David Thacker
"Jim Barb Hoffman" [EMAIL PROTECTED] wrote in message news:35190@palm-dev-forum... Hi again ;) I'm getting more comfortable navigating around records. Now I'm interested in checking fields for valid info before closing a form and returning to the calling form. Examples I have seen

Re: Palm 3.1 or 3.5 or 4 ????

2001-01-10 Thread Mauricio Tavares
At 12:28 PM 1/10/01 -, you wrote: I need some advice as to what version of PalmOS i should use. Emile, This is my take on the problem. I myself am just starting to learn how to program the little guy. The first program I wrote, which I am not sure I can say it is ready to

Re: Pira

2001-01-10 Thread herry
This whole _thread_ bores and offends me. Why don't you adolescents take it to alt.comp.somewhogivesadamn. No one is forcing you to read it. Buy a better email reader with filter options. Herry -- For information on using the Palm Developer Forums, or to unsubscribe, please see

OT: my code works on 1.0

2001-01-10 Thread Mauricio Tavares
For those of you who remember me writing my little first Palm program, I just found out that it runs on PalmOS 1.0... at least under the emulator. I was happy it would run under 2.0, 3.0, 3.1, 3.5, and 3.5.2, but did not expect 1.0. Now this is scary... I won in an acution a Palm 5000.

Palm should start a slagging/argument forum

2001-01-10 Thread Richard Anderson
Come on Palm, start a slagging/argument forum, then we can be as unpleasant as we like, and people who are easily offended could avoid it. We could have some supurb threads, and keep this forum for what its meant for, ie technical questions. Sorry for the non technical email. Rik -- For

Re: Palm should start a slagging/argument forum

2001-01-10 Thread Aaron Ardiri
Come on Palm, start a slagging/argument forum, then we can be as unpleasant as we like, and people who are easily offended could avoid it. We could have some supurb threads, and keep this forum for what its meant for, ie technical questions. Sorry for the non technical email. have you

Converting CodeWarrior resource file into Pilrc resource file.

2001-01-10 Thread POS
Hi, Does it exist a tool for converting a .rsrc file (CodeWarrior resource file) into a .rcp file (Pilrc resource file)? If yes, where can I find it? /POS -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Palm 3.1 or 3.5 or 4 ????

2001-01-10 Thread Scott Johnson (Bellevue)
From: Emile Swain [mailto:[EMAIL PROTECTED]] What exactly is the relationship between the rom version and palmos version. Those terms mean the same thing. The ROM is the operating system. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: inline assembly

2001-01-10 Thread Scott Johnson (Bellevue)
From: Aaron Ardiri [mailto:[EMAIL PROTECTED]] i have successfully moved cube3D over to codewarrior i would like to just write an asm block. is it at all possible? :) i would much prefer to define an asm block rather than write a function in assembler and then call it (messier code) Inline

Re: Requesting a Time

2001-01-10 Thread Stringer
"Alan Ingleby" [EMAIL PROTECTED] wrote in message news:35308@palm-dev-forum... I need to request a specific time (eg: 12:00am.) But the system function SelectOneTime() is only available for OS3.1 and up. I'm trying to keep compatibility with OS 3.0 and up. Is there a similar call for

RE: inline assembly

2001-01-10 Thread Aaron Ardiri
Inline asm blocks are now supported in CodeWarrior R7 but not R6. (Sorry to disappoint those who claim R7 contains nothing but bug fixes.) *double grumble* :) now, where is my free copy of R7 :) hehe. oh well :P it took me until now (one year) to open my free copy of R6 (palmsource

Re: Icon Size (was: OT: my code works on 1.0)

2001-01-10 Thread Richard Burmeister
From: "Mauricio Tavares" [EMAIL PROTECTED] Quick question: why is my icon shifted down a bit under OS 2.0 and 1.0, but not in higher versions? Could it be the size (it is 22x22 because that was one of the sizes recognizables by pilrc)? SHould I make it 32x32 instead? As it is, it shifts

Overclocking and probs...

2001-01-10 Thread Jimmy R
Hi, Has anyone ever experienced any problems due to overclocking of palm processors (using software like FastCPU, Afterburner etc...) besides decreased battary life. They alwasys comes with warning texts but it would be very intresting to hear if somebody actually did see any malfunctions

When do know it's too big?

2001-01-10 Thread Matt Mason
How will I know when my program needs to be seperated into multiple segments? When its 32 K? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Palm 3.1 or 3.5 or 4 ????

2001-01-10 Thread Dave Carrigan
"Emile Swain" [EMAIL PROTECTED] writes: I need some advice as to what version of PalmOS i should use. I develop using the PalmOS 3.5 SDK. My applications generally run on all versions of PalmOS. To do this, I ensure that all of the PalmOS API calls that I unilize are supported on all versions

Re: When do know it's too big?

2001-01-10 Thread Dave Carrigan
"Matt Mason" [EMAIL PROTECTED] writes: How will I know when my program needs to be seperated into multiple segments? When its 32 K? When it won't link without errors. And even then, you can do things like playing with the link order to delay making the switch to multiseg. Remember, the 32K

RE: Converting CodeWarrior resource file into Pilrc resource file.

2001-01-10 Thread Heather KML Tufts
Does it exist a tool for converting a .rsrc file (CodeWarrior resource file) into a .rcp file (Pilrc resource file)? If yes, where can I find it? I don't know of a way to convert a .rsrc file into a .rcp file. You can convert it to a .r file, and edit it as a text-based resource file, and

Re: PDB File Format Error?

2001-01-10 Thread Chris DiPierro
Oops... Gosh I feel stupid. The problem was that I had been writing the # of records as a 32 bit # which made everything thereafter off by 2 bytes, ugh. All seems to work fine now, sorry about the confusion! Chris DiPierro [EMAIL PROTECTED] wrote in message news:35142@palm-dev-forum... In

Re: Requesting a Time

2001-01-10 Thread Remo Hofer
In article 35308@palm-dev-forum, "Alan Ingleby" [EMAIL PROTECTED] wrote: I need to request a specific time (eg: 12:00am.) But the system function SelectOneTime() is only available for OS3.1 and up. I'm trying to keep compatibility with OS 3.0 and up. Is there a similar call for OS3.0, or

Re: Palm 3.1 or 3.5 or 4 ????

2001-01-10 Thread Emile Swain
Thanks, Everybodys comments have been extremly helpfull. A lot of food for thought there. Ive upgraded to 3.5 so its been extremely helpfull to know what to look out for and how to deal with different versions of Roms. Ive just got to get my head arround the code warrior development enviornment

Error Msg

2001-01-10 Thread Nesselhauf, John
Hello, What "'Application name' has just read directly from memory manager data structures" mean. Thank You John N. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Repeating button

2001-01-10 Thread Remo Hofer
In article 35332@palm-dev-forum, [EMAIL PROTECTED] wrote: I am using a repeating button to do continuous increment of a number in my application. However, when I press the button (in emulator), I get several ctlRepeatEvent very quickly (the number increment very fast) instead of every 1/2

Re: Overclocking and probs...

2001-01-10 Thread Dave Lippincott
Applications that relied on TicksPerSecond to be constant didn't work properly. Serial port no longer functions (maybe the IR port also, can't remember). - Original Message - From: "Jimmy R" [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: "Palm Developer Forum" [EMAIL PROTECTED] Sent:

Link error prototype not defined

2001-01-10 Thread Emile Swain
It bloody is define and i cant get the stupid thing to work. I have separated several functions into a new file. One of the functions is called from the main body of code. I have created a header file and #included it in both files. The function is prototyped in here. The compiler comes up

Re: Overclocking and probs...

2001-01-10 Thread Aaron Ardiri
Applications that relied on TicksPerSecond to be constant didn't work properly. Serial port no longer functions (maybe the IR port also, can't remember). depends on the utility. afterburner for example adjusts the system to handle these correctly. // az [EMAIL PROTECTED]

RE: Link error prototype not defined

2001-01-10 Thread Scott Johnson (Bellevue)
From: Emile Swain [mailto:[EMAIL PROTECTED]] I have separated several functions into a new file. One of the functions is called from the main body of code. The compiler comes up with a frigging link error even though it is defined. Its driving me F*King mad because i cant get any serious

Re: Link error prototype not defined

2001-01-10 Thread Emile Swain
I think im just stupid. 1: Im new to this so i haven't quite got used to the differences between C and C++. 2: I needed to define the function as below... extern Boolean MainFormHandleEvent(EventPtr eventP); //... before calling it FrmSetEventHandler(frmP, MainFormHandleEvent); 3. I

Fields Scrollbars

2001-01-10 Thread Chris DiPierro
I have a 10 line field (marked as "has scrollbar") If I put text in all 10 lines, then hit 'enter', I don't get a fldChangedEvent ... I do get a fldHeightChangedEvent (but there are so many of those it's annoying to deal with them all). The problem is that the field doesn't scroll by itself

Object Limit?

2001-01-10 Thread Craig Austin
Hello Everyone, Does anyone know if there a limit on the number of object that can be dynamically created on a form at run time? (Given that there is enough memory for all of them?) Thanks, Craig Austin -- For information on using the Palm Developer Forums, or to

RE: When do know it's too big?

2001-01-10 Thread Scott Johnson (Bellevue)
By the way, I have a single segment program with 72k but I can still run it in the emulator, why? Check the true size of your code segment, either by looking in the linker map file or with a utility like Par or Insider. It will still be under 64K. If the CodeWarrior project window is what

RE: When do know it's too big?

2001-01-10 Thread Jacky Cheung
Thanks. What is a linker map file and where can I find it? Jacky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Johnson (Bellevue) Sent: Thursday, January 11, 2001 8:16 AM To: Palm Developer Forum Subject: RE: When do know it's too big? By

Re: Palm 3.1 or 3.5 or 4 ????

2001-01-10 Thread Ben Combee
"Emile Swain" [EMAIL PROTECTED] wrote in message news:35421@palm-dev-forum... Thanks, Everybodys comments have been extremly helpfull. A lot of food for thought there. Ive upgraded to 3.5 so its been extremely helpfull to know what to look out for and how to deal with different versions of

Re: Error Msg

2001-01-10 Thread Ben Combee
"Nesselhauf, John" [EMAIL PROTECTED] wrote in message news:35422@palm-dev-forum... Hello, What "'Application name' has just read directly from memory manager data structures" mean. It usually means that you've tried to read past the end of your memory block. You also could be reading

Re: When do know it's too big?

2001-01-10 Thread Ben Combee
"Dave Carrigan" [EMAIL PROTECTED] wrote in message news:35413@palm-dev-forum... When it won't link without errors. And even then, you can do things like playing with the link order to delay making the switch to multiseg. Remember, the 32K limit is with respect to jumps. You could have a

RE: When do know it's too big?

2001-01-10 Thread Scott Johnson (Bellevue)
From: Jacky Cheung [mailto:[EMAIL PROTECTED]] Thanks. What is a linker map file and where can I find it? It's a big text file of extremely detailed information about your built app. It is usually useless but occasionally indispensable. Turn on Generate Link Map in the 68K Linker panel and

RE: When do know it's too big?

2001-01-10 Thread Heather KML Tufts
Thanks. What is a linker map file and where can I find it? The Link Map tells you what functions are in what segment, and how large those segments really are (among other things). To generate one in CW, go into your project settings in the 68K Linker panel and check "Generate Link Map". Then

bitmap drawing error

2001-01-10 Thread Jason Henderson
I'm getting a blank error using the palmIII debug rom when the following code hits MemHandleUnlock. static void DrawBusyIcon(void) { VoidHand bmp_handle; BitmapType* bmp; bmp_handle = DmGetResource('Tbmp', HourglassBitmapFamily); if (bmp_handle != NULL) { bmp =

How to get second per tick?

2001-01-10 Thread DIAMOND JEFF
For the basic API, it would seem there is no simple way to get the number of ticks per second. You could try to use timGetSeconds() vs timGetTicks(), but this is awkward and inaccurate. Yet there MUST be some official way to find out how long a tick is? Thanks for the advice. - Jeff -- For

RE: inline assembly

2001-01-10 Thread Bozidar Benc
Don't worry, it will crash. :-)) On Behalf Of Aaron Ardiri [snip] and, i must say.. the metroworks environment did not crash once. surely.. i must have done something wrong :) but here is an interesting piece of information: -- For information on using the Palm Developer Forums,

Getting DateTimeType into database

2001-01-10 Thread Gabriel Covert
Is there any special trick to putting a DateTimeType variable into a database? When I use DmWrite to write the DTT to a pointer to a record, it puts in the wrong values for all the members, and messes up the rest of the DB Structure... Please help! Gabriel Covert -- For information on

Re: How to get second per tick?

2001-01-10 Thread Jim Schram
At 3:30 PM -0500 1/10/01, DIAMOND JEFF wrote: For the basic API, it would seem there is no simple way to get the number of ticks per second. You could try to use timGetSeconds() vs timGetTicks(), but this is awkward and inaccurate. Yet there MUST be some official way to find out how long a tick

Re: Converting CodeWarrior resource file into Pilrc resource file.

2001-01-10 Thread Tilo Christ
Hi! Does it exist a tool for converting a .rsrc file (CodeWarrior resource file) into a .rcp file (Pilrc resource file)? If yes, where can I find it? Falch.net IDE (www.falch.net) includes a rudimentary tool to do this. It is full of bugs, but might save you some work, Cheers, Tilo --

Capturing a signature and transferring it via the web

2001-01-10 Thread Jason Lyons
I am interested in an application that can capture a signature (preferably in a PC readable format, bmp gif jpg etc.) and transfer it via the web on a Palm Vx with an OmniSky modem. Ideally, this application would create an input box on an existing form and submit the signature as a form

TCP/IP differences between PalmOS3.1 and PalmOS3.5 ?

2001-01-10 Thread Michal Seliga
Greetings I have one problem. My application (using Ultralite by Sybase) tries to synchronize with database by TCP/IP connection using mobile phone (some Nokia, not mine ;-). On Handspring Visor with PalmOS3.1 connection is established, everything works, but when the action is (succesfully)

Newbie memory question

2001-01-10 Thread Joachim Bondo
Hi, I just started programming for PalmOS and my C is rusty (a cumbersome combination!). I currently have all my global variables on the stack and would like to put my heavy structures off to the heap. One of the chunks is an array of structs taking up more than 500 bytes. But I'm having

an C++ question... plz?

2001-01-10 Thread Eliah NInyo
hello, i have the Oreilly book - "Palm Programming". at the end of the book it teaches how to deal with conduit and it show some code. for example at page 380 at the middle, there is a line that sat that: long CSalesConduitMonitor::ConstructRecord ( CBaseRecord* pBase, CBaseTable rtable, WORD

Re: popup trigger in resource file

2001-01-10 Thread Alfonso Urdaneta
Jacky Cheung wrote: Hi, here is the part of the code on my pop up trigger. I am new to palm programming so it may not be useful to you. I just treat it as a ctrlSelectEvent. If you are using codewarrior, set the List ID for the popup trigger to the ID of the list you want to associate it

Re: Capturing a signature and transferring it via the web

2001-01-10 Thread Dave Carrigan
"Jason Lyons" [EMAIL PROTECTED] writes: I am interested in an application that can capture a signature (preferably in a PC readable format, bmp gif jpg etc.) and transfer it via the web on a Palm Vx with an OmniSky modem. Ideally, this application would create an input box on an existing

Field and Scrollbar question

2001-01-10 Thread E.L.
Hi. I have a form (non-full, Modal) from a resource and the field (dynamic) is created on the form. I am trying to attach the scrollbar to the field but it looks like scrollbar is actually displayed behind the form. Anyone has any idea to attatch a scrollbar to field on the form? sincerely

Re: cube3D + burning updates

2001-01-10 Thread Ben Combee
it was my first day with code warrior, and.. i poked around quite a bit and figured it all out eventually. +/- points to both environments.. i was pretty shocked to see i did not have a crash in code warrior all day :)) *tut tut* :) still prefer PRC-Tools tho :) i just miss vi :P

Exporting a pdb from a palm

2001-01-10 Thread JustinL
I have an application running on my Palm which contains a fair amount of demo data that I would like to demo in the Palm emulator. I can install the application (prc) on the emulator, but it will have no data. I would like to also install the applications associated pdb file. Unfortunately, I

Re: what is the differnts between Handle and Pointer???

2001-01-10 Thread Richard Burmeister
From: "Eliah NInyo" [EMAIL PROTECTED] what is the differents between handle and a poiter? from what i got, an handle is a kind of poiter to. while developing i saw a lot of places that i get an handle to somewhere and after that i get a poiter to the handle. so what the differn?? The main

RE: palm-dev-forum digest: January 09, 2001

2001-01-10 Thread Haagensen, BrandtX
I realize this a very specific 'hardware' question but I am not sure who else to ask. I am trying to use the UART of the MC68EZ328 and have not been able to get anything out on the TXD pin and the tX available status is never set. The following is the 68000 code (generated by a C compiler). Is

How to prevent beaming?

2001-01-10 Thread Jason Feinberg
I know this gets asked a lot; I am surprised I couldn't find the info. So sorry if this is redundant. Is it possible to lock your prc so nobody can beam it? Programatically speaking.. Thanks, Jason -- For information on using the Palm Developer Forums, or to unsubscribe, please see

UART's TXD

2001-01-10 Thread Haagensen, BrandtX
Sorry for the repost, I previously posted this with the wrong subject. I realize this a very specific 'hardware' question but I am not sure who else to ask. I am trying to use the UART of the MC68EZ328 and have not been able to get anything out on the TXD pin and the tX available status is never

Dumb Question - Bullet Needed

2001-01-10 Thread Mike Montalvo
Heres a dumb one... How do you get a bullet character in the help strings? (using Constructor) I tried a copy and pasting some from Word, but they always come out as a 1 pixel dot. I'm looking for something a little bigger... TIA -Mike -- For information on using the Palm Developer Forums,

Re: Dumb Question - Bullet Needed

2001-01-10 Thread Aaron Ardiri
I tried a copy and pasting some from Word, but they always come out as a 1 pixel dot. I'm looking for something a little bigger... find out the ASCII representation of it :) \231 = (c) \251 = TM etc.. from memory.. there are a few font viewers for the palm. this may be a

Re: How to prevent beaming?

2001-01-10 Thread Dave Carrigan
"Jason Feinberg" [EMAIL PROTECTED] writes: Is it possible to lock your prc so nobody can beam it? Programatically speaking.. Yes, by setting the copy protection bit in the prc. There is an option with prc-tools to do this; probably an option with CW as well, but I don't know. Note that it is

Re: How to prevent beaming?

2001-01-10 Thread Richard Burmeister
From: "Jason Feinberg" [EMAIL PROTECTED] Is it possible to lock your prc so nobody can beam it? Programatically speaking.. There is a bit you set when you create the app that prevents beaming. (In Constructor, for example, you check "Set Copy-prevention Bit" on the PalmRez Post Linker panel.)

Re: Profiling API in POSE broken?

2001-01-10 Thread krollin
Tilo, My problem was solved when I used the default values for HostProfileInit instead of my values, which very obviously way too low. Maybe you should add the default values to the documentation. I just got a copy of the updated documentation that will be included with Palm OS Emulator

Unique ID

2001-01-10 Thread Ender Wiggin
How do I get a Palm's unique ID? -- Nikue Harlley Veni Vidi Vici -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

FrmAlert OK Cancel

2001-01-10 Thread Labhesh Patel
Hi, How do I display a message box with an OK and a Cancel button. The APIs FrmAlert and FrmCustomAlert do not support this. Also I cannot add a cancel button when creating a new resource in the resource editor.(Constructor for Palm OS) bye Labhesh Patel

RE: FrmAlert OK Cancel

2001-01-10 Thread Jacky Cheung
In constructor, open the alert resource, click on Item text 0, then go to edit and select 'New Button title'. You will get a new button. When you call FrmAlert(..), it will return the button number when one of the button is pressed. Jacky -Original Message- From: [EMAIL PROTECTED]

Re: Unique ID

2001-01-10 Thread Ben Combee
"Ender Wiggin" [EMAIL PROTECTED] wrote in message news:35512@palm-dev-forum... How do I get a Palm's unique ID? See http://wozniak.dnsalias.org/~adam/PalmFAQ.html#Q4.4 -- Ben Combee Veriprise Wireless http://www.veriprise.com -- For information on using the Palm Developer Forums, or to

Building Debug vs. Release

2001-01-10 Thread Matt Mason
Are there two ways to build the .prc? Is the file that gets loaded for a debug session the same one that should/is normally distributed? How can you tell the difference? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

ScoutBuilder... Help

2001-01-10 Thread Ganesh
Hi, Ahve anybody used ScoutBuilder to connect to ISAPI dll ?.. Can somebody help me? regards Ganesh -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

I can not debug derived class in C++. Help

2001-01-10 Thread Edward Ye
Hi,all Pls help me. I am writing program in C++. I set my breakpoint in one virtual function of a derived class,But it doesn't stop there, while breakpoint in base class function is OK. What is the point? I am eager to get ur answer. Thanks a lot. Rgs. Edward -- For information on using