re: cannot find: PmPalmOSNVFS.h

2005-12-04 Thread David Oldis
Hi,

It should be in the latest headers at:
http://pluggedin.palm.com/regac/pluggedin/index.jsp

David
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Re: re: cannot find: PmPalmOSNVFS.h

2005-12-04 Thread
Hola, gracias por escribirme, te contestaré a la mayor brevedad !!!


Jose

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Aging screen selectively lighter gray?

2005-12-04 Thread Luc Le Blanc
A user abroad tells me that on his OS 4.1 IIIxe, my application displays 
its forms in a lighter shade of gray than others. He also notices that 
with FileZ and a few apps, but says some other third party apps like 
GPilotS appear as dark as the built-in ones. How can this be? Selective 
screen fatigue???



--
Luc Le Blanc

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Re: Aging screen selectively lighter gray?

2005-12-04 Thread Ton van Overbeek
On 2005-12-04, Luc Le Blanc [EMAIL PROTECTED] wrote:
 A user abroad tells me that on his OS 4.1 IIIxe, my application displays 
 its forms in a lighter shade of gray than others. He also notices that 
 with FileZ and a few apps, but says some other third party apps like 
 GPilotS appear as dark as the built-in ones. How can this be? Selective 
 screen fatigue???

Probably due to color - grayscale conversion.
The IIIxe has 4 bit 'color', i.e. 16 shades of gray. Only if the form used
black it would show up as dark as the built-in ones.

HTH
Ton van Overbeek

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Re: Linker Error

2005-12-04 Thread Jim Cooper


Yes, the Conduit DLLs use MFC.  If you need to develop using Borland 
products, you should use the COM interface to the CDK and go through COM 
classes.  Sorry.


That's not necessary. I call the DLL routines directly from Delphi (ie Pascal). 
There is no need to descend into the quagmire of COM :-)



Cheers,
Jim Cooper

__

Jim Cooper[EMAIL PROTECTED]
  Skype : jim.cooper
Tabdee Ltdhttp://www.tabdee.ltd.uk

TurboSync - Connecting Delphi to your Palm
__

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Re: Linker Error

2005-12-04 Thread Del Ventruella
It seems to be necessary if you don't have MFC on your system based on no
install of VC++, because Builder won't compile with the indicated references
in the .def file.  (I considered going after the MFC files, but it occurred
to me that compiling them without owning VC++ would probably be contrary to
a licensing agreement, and I don't know if that route would even work.)

Actually, my goal was to get BC++ 4.5 to compile, and it seemed that if I
couldn't get a basic conduit file to compile with Builder, I had no shot
with BC++ 4.5.

The lack of wisdom in creating application specific, custom versions of
standard Palm dll's has been discussed previously by others, so I abandoned
that thought (although it was certainly a valid suggestion).

(I started getting the lay-out of the quagmire this weekend.

Now, if I can only figure out how to reference individual data types in each
record on the Palm device, get them transferred, and, oh yeah, get VB5 to
build the conduit using .COM ...)

- Original Message - 
From: Jim Cooper [EMAIL PROTECTED]
Newsgroups: palm-dev-forum
To: Palm Developer Forum palm-dev-forum@news.palmos.com
Sent: Sunday, December 04, 2005 4:12 PM
Subject: Re: Linker Error



  Yes, the Conduit DLLs use MFC.  If you need to develop using Borland
  products, you should use the COM interface to the CDK and go through COM
  classes.  Sorry.

 That's not necessary. I call the DLL routines directly from Delphi (ie
Pascal).
 There is no need to descend into the quagmire of COM :-)


 Cheers,
 Jim Cooper

 __

 Jim Cooper[EMAIL PROTECTED]
Skype : jim.cooper
 Tabdee Ltdhttp://www.tabdee.ltd.uk

 TurboSync - Connecting Delphi to your Palm
 __

 -- 
 For information on using the PalmSource Developer Forums, or to
unsubscribe, please see http://www.palmos.com/dev/support/forums/


-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Network Prefs and switch off DUN ???

2005-12-04 Thread kiranp
Hi All,

 On my Treo650, I am using my network app. which connects to internet and send 
and receives data. After sending and receiving few chunks of data .. I get a 
Alert as below:

___
Disconnect data connction in Network Prefs and switch off DUN in BT manager 
before retrying
___
and my application stops working .. whenever I try to connect .. it gives me 
the same error.

can anyone please tell me abt this prob?

anyone encountered same prob before?

thanks a lot in advance.

..
KiraN Puranik
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


Re: Aging screen selectively lighter gray?

2005-12-04 Thread Aaron Ardiri
On 12/5/05, Luc Le Blanc [EMAIL PROTECTED] wrote:
 A user abroad tells me that on his OS 4.1 IIIxe, my application displays
 its forms in a lighter shade of gray than others. He also notices that
 with FileZ and a few apps, but says some other third party apps like
 GPilotS appear as dark as the built-in ones. How can this be? Selective
 screen fatigue???
 
 
  Probably due to color - grayscale conversion.
  The IIIxe has 4 bit 'color', i.e. 16 shades of gray. Only if the form used
  black it would show up as dark as the built-in ones.

 All my forms are black only. The only time I use colors or grayscale
 (machine dependent and self adapting) is for displaying the cave map.
 The user says everything is lighter, even if he does not go to the map.

but, are you running your application in 1bpp or 4bpp?

that could be the difference between your app and the built in ones.
what you could do is download a utility like toggle which sets the
bit depth to non 1bpp and keeps it that way.

  http://www.ardiri.com/palm/toggle/

it would probably be the only thing that can explain it :)

--
// Aaron Ardiri

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/