Is there a way to specify the target, i.e. I want to make sure I am compiling my
release version, not my debug one...
thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
Figured it out... just didn't read carefully
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
I have LstPopupList() in my frmOpen case. The emulator seems to bring up my list but
on the device, it immediately returns a -1. Any ideas?
Thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
OK then another question. Can you marshall a negative number? I.E, we have our own
'HotSync' application. The Windows side application fill some structs with data, flips
the data and streams them using TCP/IP. When the palm gets it, will a -100 be a -100
in the struct? Honestly, It will take me
Can one flip a negative number from Windows to Palm?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
Can I do this with CW8? I would like to automate my builds so I want to compile and
link using command line parameters. If so, where is the documentation for this?
Thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
Thanks Ben. I tried using this. But it seemed that the ide loaded but the project
never loaded. If I did use the /q option, after that ide loaded (not the project), the
ide quit like it is supposed to. I had everything in quotes (the path had spaces) but
it seemed not to work. I tried
Thanks Ben,
I was using pathide.exe /t target.mcp
I removed the /t and it worked...
thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
Hm... How do I explain this. Well here is what I am doing...
SysLibLoad(MyLib)
SysLibFind(Net.lib)
SysLibFind(MyLib)
SysLibFind(Net.lib)
SysLibFind(MyLib)
SysLibFind(Net.lib) fails here with a 4612.
I know this isn't much to go on but doing a lot of SysLibLoads and SysLibFinds break
We ported the signature application to be used in our application. We in fact, to make
life easier still use the 3.2 SDK. Under a 3.5x and 4.x machine looks like
WinCopyRectangle() doesn't copy the image like it did in 3.2. Unfortunately we are in
the 11th hour with our application and JUST
This is a simple question, probably. At some point I added the 'switch between header
and source' button to my toolbar. At the end (the right) of the toolbar. I accidently
deleted it off my toolbar. When I add it back it appears at the beginning (the left).
I have tried to move it but can't. I
Thank Ben but that I want I have been trying to do. But when I drop it at the end or
between the last 2, the icon just appears at the beginning. I tried to do a toolbar
reset and try it again but the same thing happens...
Thanks
Ralph
--
For information on using the Palm Developer Forums, or
FrmHideObject and FrmShowObject do not seem to work correctly althought I am sure I am
doing something wrong...
This is my code...
FrmShowObject(m_pForm,FrmGetObjectIndex (m_pForm, m_objectID));
Thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
I know the OS is out but is there an about date for devices to start shipping?
thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
Can anyone explain why Value = 52 instead of 53?
float fValue = .53;
Int16 Value = (Int16)(fValue * (float)100);
thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
I am using ExgDBWrite() to get the raw data of the datatbase I am sending out through
the COM port. The proc that ExgDBWrite() calls, gets called 7 times. I print out the
size during each execution of this function. I alway come up 30 bytes short. Any ideas?
Thanks
Ralph
--
For information
); function in my palm prc that is running. Can this be done?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
I just wrote a test application. Code created by the wizard, I just added the 3 lines
below
to frmOpenEvent. It blows up under the 4.1 ROM and device. Anyone?
TIA
Ralph Krausse
LocalID lID = 0;
DmSearchStateType stateInfo;
Err iErr = DmGetNextDatabaseByTypeCreator(true, stateInfo, 'appl
Does it need to be dynamic and in one prc?
_
Hi, I am a newbie to Palm Programming and am not familiar with the localization
issues. Currently we have a PRC, a conduit and a desktop application. The PRC is
basically an English version and we now
the same thing Chris needs to do
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
You can set the version in constuctor and in the linker settings. I manually change
the one I set with the linker but can't figure out how to change the one in the
constuctor.
thanks
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
I would like to slightly modify the calendar dialog (SelectDayV10
function). The source is available but need the form resource. Is there
a way to get this?
thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev
I am not sure AvantGo would release this code, though it would be nice,
it really isn't
that difficult to do. Take a peek at cube3D from Aaron Ardiri site.
Check out the the
instructions menu. The screen displays some images and texts that are
scrollable.
This is half of what you want to do. For
each prc. Can I do what I want
anyhow? I there documentation for this?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Is there a way I can close a database that has been opened by a
different application, I.E. one I don' t have an active handle to?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Thanks Bob, don't know if we will join, I will look into it.
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
this. Changing these settings
should not drive me to insanity...
Thanks for any hint, help, URL to explain this, ANY F*ing thing.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
the line above. I understand that it get
the zero'th interface but what
is the zero'th interface? I do not quite get that. Some help please.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Can someone tell me how I can chage my service from Aminet (the default)
to Windows RAS with code? I need to do this in MY application. This
whole area has me stump
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http
I can get the information with CncGetProfileInfo but I am looking for a
way to set that information. Can that be done?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
1000
#define MainTestCheckbox1001
#define StarterAppFormGroupID 0 This
is the line I am talking about
What is this used for? I can't find any references to it. Does
constructor use it?
thanks
Ralph
Ptr p = (Ptr)MemHandleLock((VoidHand)h);
{
do something thing with p
}
MemPtrUnlock(p);
Does this make a difference? It is just good coding
practices to use MemHandleUnlock(h) instead or using
MemPtrUnlock does the same
thanks
Ralph Krausse
--
For information on using the Palm
the order have an effect on the linker?
Does that make sense?
thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
File1.cpp
File3.cpp
all build the same prc? Does the order have an effect on the linker?
Does that make sense?
thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
can understand why this is happing but is there a way
to change that? I would like get 1 receive per send.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
I want to use ExgDBRead to read a PRC and PDB as a stream. The 3rd
parameter of the function is where I can pass my open handle but what do
I call to opon the PDB/PRC. FileOpen will not allow for opening PDB's
and PRC's.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums
To my defense I was up all night and just got myself my 10th cup of
coffee.
YES, it is ExgDBWrite I wanted, not the read function...sigh
Thanks Danny
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Take a look at PalmImageDB at www.consiliumsoft.com. It might be
helpful...
Ralph
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
A handle (once unlocked) can be moved around by the OS to defragment
memory. A new will get you a pointer but can't be moved. A 'new' is the
same as MemPtrNew() I believe
Ralph
Trying www.consiliumsoft.com. It might have what you are looking for...
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
NetLibIFGet seems to fail with netErrPrefNotFound. Does this work on
POSE. I am use 3.3 and 3.5 and fails on both. Doing an archive search of
the news groups doesn't return an answer... I am attached my code...
Thanks
Ralph Kraussse
***
UInt16 AppNetRefnum
I took over some code and found the previous engineer decided to use
Resource database instead of normal database to hold information. I
suppose one could but can anyone think of why one would do this? I know
this is vague
Thanks
Ralph Krausse
--
For information on using the Palm Developer
Is there a good/easy to figure out the ordering of a multi-segmented
application?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
. Anyone???
TIA
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
SelectDay is calling FrmCopyLabel, not meI did copy the original
sources into my application and again, it does blow up on
FrmCopyLabel
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Well I know it is something the application is doing before hand,
perhaps corrupting the stack. I took the exact code, pasted it to a new
application and it worked so all the parameter are correct.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
choked
Thanks again for the all the suggestions
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Don,
Check out PalmImageDB at www.consiliumsoft.com. It might help
you
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
and linkers settings and I can't see a difference. I know this
isn't much of a explanation but couldn't anyone think of a reason?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
I can't find info on this resource and the linker is bitching cause I
have it and a form defined as the same ID. I can't find out what it is
to change it.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech
Thanks all, I had more than one resource file and there were dups in
that.. All fixed! thanks!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Is there a place, web site, etc to show extactly the steps to setup up a
hotsync though a modem line? The step to step up the dial up connection
on Win2000 and what to setup on the Win2000 machine.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe
pls ignore
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
I wish not to spend $300 on Xircom's recommended access point they sell.
Does anyone know of other, compatible, cheaper alternatives?
Thanks and sorry for the test message
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http
I thought I have a tool like this once, perhaps someone could help. I need a
tool that allows HostTraceOutputTL to work when I am debugging on the
device. Is there something like this?
thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
really find much.
thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Is there documentation on how to patch a function like that?
tia
Ralph Krausse
How do I trap deletion of an application, from the System Menu. What
event is called during a deletion of an Application from the System Menu.
The only reliable way to trap databases deletions, whether caused
. The depth it returns is 4. Shouldn't it be 8? I am
missing something?
tia
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev
Thanks Hal for responding. For everyone's knowledge, I created the segments
incorrectly. I didn't have MSL Runtime Palm OS (2i).Lib in the first
segment. Once I moved it there, relinked, my app worked.
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe
try to
#if #endif most of my code in my application but it still blows up in the
enumulater and the decive.
Can anyone shed some light on this?
Thanks and TIA
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information
(16), Unknown @00046208 (40)
Can anyone shed any light. I can't find anything in my applcation tha would
fill up the stack. Is this the correct error?
tia
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information
Does anyone know any information on what Palm and Metrowerks will do for us
when they port to an ARM processor? Do we have to get a totally new complier
or would this be an upgrade? Any guesses?
thanks
Ralph Krausse
http://news.cnet.com/news/0-1006-200-6646611.html?tag=cd_pr
Can someone please send me the exe's and prc's for this application you can
get free from Handspring. I try to compile it, it doesn't cause I do not
have everything I need. If someone could email them to me, I would
appreciate it.
thanks
Ralph Krausse
--
For information on using the Palm
I haven't downloaded it, tested it or even seen it but I thought I would
post this link...
http://sourceforge.net/projects/orrickmp3/
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using
I love Insider... simple, cheap and does what I need it to do. You can find
it on palmgear.com
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
Can anybody recommend a good DB/File Dumper/Viewer tool,
for the Palm
in the list. If I am correct, is there a way to force them into normal
memory? Am I making sense?
TIA
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe
How can I delete a database that is open when I don't have a DmOpenRef to
it?
TIA
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http
Fatal Errors will produce this behavior... thanks for the answers...
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com
to pass this data in the last parameter?
thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
is hosed
Anyone?
thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
that the db
was hosed. I also was looking through the palm os source code to get a
better idea of what the problem was. I don't think I can fix it in the
future if it happens again but I wish I need what happened.
again, thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
I downloaded the 3.1 and 3.5 Palm source code and can't find
DmCreateDatabase. Are the database functions not in the source? Just
wondering...
thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support
I have had issues with Codewarrior accepting classes declared like that. I
have to create a pointer and new the class, later delete it.
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm
();
break;
default:
break;
}
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums
Thanks Philip, that worked like a charm...
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
behavior completely breaks my palm application.
thanks
Ralph Krausse
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev
Sorry this was my mistake. I screwed up. thanks for you reply Ben
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http
. I love the reporter and
would like to use in my 3.5 development.
thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
***ERROR LIST***
Error : identifier 'HostControlTrapNumber' redeclared
know why this behavior is happing or am
I missing something.
thanks
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com
Is there a way to send debug message to the debugger windows in CW7. I like
the way Palm Reporter works but I would like to send the same messages to
the Palm debugger while I am using the debugger with the device and not the
emulator.
thanks
Ralph Krausse
--
For information on using the Palm
Has anyone used the WidComm Bluetooth Handspring Springboard modules?
Options?
thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Found it... doubleI was just being stupid
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6605
www.expo-intl.com
I need to hold this value 8048171509, in a variable. How?
Int32 - +/- 2,147,483,648
guess your out of luck
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
OK doing more searching, I think my code here should work. The date seems to
change bug not the time. Can anyone see something wrong with this?
thanks
Ralph Krausse
*
DateTimeTypethisDay;
ULong
You can get the code from www.consiliumsoft.com and click on the development
section
Thanks
Ralph Krausse
www.consiliumsoft.com
*** Free Palm Source Code ***
-
Hello.
I am making one program with codewarrior 7.0 . and I want disable
For some reason I can't double click on my rsrc (resource) file in CW and
have it run the constructor. I used to be able to and if I double click it
using Explorer, the application does run. Can anyone help me?
thanks
Ralph Krausse
www.consiliumsoft.com
*** Free Palm Source Code
I thought I heard that the new m500 and m505 from Palm would use
the ARM processer. Are they? I can't find any documentation on this.
Also I heard that the new 4.0 OS was to support BlueTooth. Again, can't
find any info on this.
Thanks
Ralph Krausse
www.consiliumsoft.com
** Free Palm Source Code
fellow guru's, what the 'f' do I need to do so that no db's get backed up
from my palm to my PC.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
information and once we click submit we get an error "Could not correctly
parse an internet string (C2060002)." I works on a normal browser and with
the emulator but not on the real thing. We have read the 2 articles in the
KB but it didn't help us. Anyone?
Thanks
Ral
Yes is it down. I called Omnisky and they said they have no idea
when it will be resolved (from Palm).
Ralph Krausse
www.consiliumsoft.com
** Free PalmOS Source, Tips
From: Young S. Cho (view other messages by this author)
Date: Wed, 28 Feb 2001 10:46:57
before. I am using CW7.
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
check out palmdb at http://www.multimania.com/mlabelle/
Ralph Krausse
www.consiliumsoft.com
** Free PalmOS source and tips.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
ewLeads.cpp" for target
"GCMClient" for project "GCMClient.mcp".
Error : illegal precompiled header version
Pilot.h line 34#include "Pilot.h++.mch"
Error : illegal precompiled header version
Pilot.h line 34#include "Pilot.h++.mch"
We are using palm unit from Symbol that are running OS 3.2. I found that if
you
define PILOT_PRECOMPILED_HEADERS_OFF, it won't compile using precompiled
headers.
Thanks all,
Ralph Krausse
www.consiliumsoft.com
** Free PalmOS source code and tips...
From: Ralph Krausse
I just got CW 7
I downloaded the source but am having problems compiling it (missing
headers, etc). Does anyone have a copy of this application and the prc file?
Can I get a copy email to me pls?
Thanks
Ralph Krausse
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http
Any one know of any BlueTooth enabled palm gear? I would like start
tinkering with BlueTooth...
I know WinComm has a HandSpring module and I would like that but I can't
afford to spend $5,000
to tinker
Thanks
Ralph Krausse
www.consiliumsoft.com
** Free Palm Source Code and tips **
Just
throwing a drawcontrol() in but it blows up as well.
Anyone know how to move a field control?
Thanks
Ralph Krausse
www.consiliumsoft.com
** Free Palm OS Source Code **
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
OK, so I found this API but it blows up also
FrmSetObjectPosition (m_pFormPtr, BrowserEditField, 1,1);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
To my surprise, there is no API to copy a database or is there and I can
figure it out. Basically, I want to make a back up of my database on the
palm.
Thanks
Ralph Krausse
www.consiliumsoft.com
** Free Palm Source Code **
--
For information on using the Palm Developer Forums
Is there a reason I would not be able to ping my Omnisky modem? I can do the
reverse, ping my machine from the Omnisky modem. Anyone?
Thanks
Ralph Krausse
** www.consiliumsoft.com **
Free Palm OS Source Code
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
1 - 100 of 169 matches
Mail list logo