typedef struct _opaque *

2008-04-16 Thread Vivian.Chen
Hi all, As we know, we will use MemHandle while do the memory manage. It's defined into typedef struct _opaque *. What's the _opaque? I can't find it in any head files. What type is it? And how about the MemPtr? Does it equal to void*? -- For information on using the ACCESS Developer Forums,

First defined here

2008-04-16 Thread Vivian.Chen
Hi all, When I compile my program, it says that first defined here in a function. I've declear it in the .h, and implement it in .c. How this happen? Has anyone had this problem? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: typedef struct _opaque *

2008-04-16 Thread Lincoln Ramsay
On 16/04/2008, at 6:30 PM, Vivian.Chen wrote: As we know, we will use MemHandle while do the memory manage. It's defined into typedef struct _opaque *. What's the _opaque? I can't find it in any head files. What type is it? It's just a pointer. I wouldn't be surprised if it just points to

Re: First defined here

2008-04-16 Thread Lincoln Ramsay
On 16/04/2008, at 6:56 PM, Vivian.Chen wrote: When I compile my program, it says that first defined here in a function. I've declear it in the .h, and implement it in .c. How this happen? You've left out part of the error message. The error is probably along the lines of: function takes

Re: USB type and HotSync?

2008-04-16 Thread David Thacker
Ben Combee wrote in message news:[EMAIL PROTECTED] On Mon, Apr 14, 2008 at 1:02 PM, Nikolai Filipov wrote: Hello all! I'm having problems with my motherboard's USB, so I'm running in USB 1.1 mode (12 Mbits/sec). Does the Treo 650 HotSync use USB 2.0 speeds, or not? Will there be any

Re: USB type and HotSync?

2008-04-16 Thread Philip Sheard
A LifeDrive with a CF card (instead of a microdrive) is pretty nippy too. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-16 Thread griffariff
I am trying to set up a new build machine to automatically build our projects every night. I have already tested my command string from the command line as follows: C:\Program Files\Metrowerks\CodeWarrior\Bin\Cmdide.exe C:\Temp\Reptoids\Reptoids.mcp /s/r/b/c/q This opens a new instance of

Re: First defined here

2008-04-16 Thread Vivian Chen
No, the error is just first defined here. And all the parameters are correct. I'm sure. 2008-04-17 Vivian Chen 发件人: Lincoln Ramsay 发送时间: 2008-04-16 19:27:43 收件人: Palm Developer Forum 抄送: 主题: Re: First defined here On 16/04/2008, at 6:56 PM, Vivian.Chen wrote: When I compile my

Unhandled exception

2008-04-16 Thread Vivian Chen
Hi all, I created a manage make 68K PNO project. When I call PceNativeCall(), it always says Unhandled exception in thread STRT:main at 0xEEC626AB in PalmSim.exe. The simulation can not continue.. What's this? I did'nt alloc any memory, how did this happen? Can anyone tell me the cause? BR