In case it is not generally known, I have created a CyWig-like system for chatting using the Cybiko. You need 2 cybikos - a Junction Cybiko wired to the PC...
Greg Smith
gsmith@...
Apr 6, 2001 4:03 pm
730
I'm coding, but I've been stopped by a strange error. When I uncomment a line to declare a FileOutput struct I get this error: C:\WINDOWS\TEMP\cysdk3:1048...
Flupdub Kewaq
garthor@...
Apr 7, 2001 11:07 pm
731
... You can only have 128 bytes of local variables. You may need to make that structure (or some other data) global to get around this problem. Jeff...
Jeff Frohwein
jeff@...
Apr 7, 2001 11:22 pm
732
bummer, you have tripped across the 256-byte stack size limit. What you need to do is make some of those variables globals. One method is to create a...
Gregory Smith
gsmith@...
Apr 7, 2001 11:29 pm
733
can we see the error line in question, along with the entire function in which the error is occuring? ... Ernest S. Pazera aka TANSTAAFL CFO, GameDev.net, LLC ...
Ernest S. Pazera
dtmsoftware@...
Apr 7, 2001 11:37 pm
734
http://www.memory-pro.com has 64MB SmartMedia (SSFDC) 3.3v Flash Memory + Lifetime Warranty for only $49.95 !!! Best price I've seen so far! -Phil ... in...
pdepass@...
Apr 8, 2001 1:51 pm
735
Is this problem common on small devices or unique to Cybikos? ... __________________________________________________ Do You Yahoo!? Get email at your own...
Flupdub Kewaq
garthor@...
Apr 8, 2001 6:16 pm
736
... This particular problem is Cybiko-only, but such things are common on platforms with a very limited amount of memory. You've gotta be very judicious with...
John Hattan
john@...
Apr 8, 2001 7:20 pm
737
Does anyone know how to use the cFrameForm_Scroll, cFrameForm_Scroll_Ex, or cFrameForm_SendScroll? I am writing an app and adding text to a Frame, and I need...
Flupdub Kewaq
garthor@...
Apr 8, 2001 7:51 pm
738
What, if anything, is the difference in function between AppGeneric_get_message and cWinApp_get_message? __________________________________________________ Do...
Flupdub Kewaq
garthor@...
Apr 8, 2001 11:32 pm
739
no diff. ... From: Flupdub Kewaq <garthor@...> To: <CybikoDev@yahoogroups.com> Sent: Sunday, April 08, 2001 7:32 PM Subject: Re: [CybikoDev] Digest...
Gregory Smith
gsmith@...
Apr 8, 2001 11:36 pm
740
I've got a cCustomForm that I've loaded with text objects. The cCustomForm is bigger than the screen height. How can I get the form to scroll down to the ...
Flupdub Kewaq
garthor@...
Apr 10, 2001 7:18 pm
741
did you do a Display_show()? (or whatever the call is - i'm not in front of the SDK right now). -greg ... __________________________________________________ ...
Gregory Smith
gsmith@...
Apr 10, 2001 8:26 pm
742
I used cCustomForm_Show(). Actually, I found an unrelated problem that I am working on right now, then I'll get back to the scrolling and try some new things. ...
Flupdub Kewaq
garthor@...
Apr 11, 2001 7:11 pm
743
$59 after shipping. ... they...
elliotl88@...
Apr 12, 2001 12:24 am
744
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Apr 12, 2001 5:29 pm
745
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Apr 12, 2001 5:30 pm
746
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Apr 12, 2001 5:30 pm
747
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Apr 12, 2001 5:31 pm
748
Firstly, are you still working on it? Secondly, are you still wanting software from third party developers? If so, would you be interested in a polished...
TheCustodian_@...
Apr 17, 2001 7:17 am
749
yes, i'm still working on it, and yes, i'm interested in submissions for the accompanying cd. ... From: <TheCustodian_@...> To:...
Ernest Pazera
dtmsoftware@...
Apr 17, 2001 9:48 pm
750
I'm trying to send RF messages between two cybikos, but whenever I check on the delivery status of the message it says DL_INQUEUE. Does anyone know why my ...
Flupdub Kewaq
garthor@...
Apr 19, 2001 6:08 pm
751
... What I mean is why don't my messages leave the queue? (I know why my messages are put in the queue, but they're not delivered.) ...
Flupdub Kewaq
garthor@...
Apr 19, 2001 6:09 pm
752
When I do this I go into a loop which constantly checks the status. The message starts out as DL_INQUEUE meaning it is in a queue to be delivered. It...
Greg Smith
gsmith@...
Apr 19, 2001 6:29 pm
753
Hmm... I changed my ptr_message for the RF message to a global variable, and now I get DL_ABORTs everytime. There is no buffer or string attached to the...
Flupdub Kewaq
garthor@...
Apr 19, 2001 6:40 pm
754
I Found I had to allocate the message and attach a buffer or I will always get a DL_ABORT. -greg...
Greg Smith
gsmith@...
Apr 19, 2001 6:45 pm
755
wow. the list is awake today. how do you guys send your messages? I just use Message_Post, and this works just fine. I never need to spin on the message to...
Ernest Pazera
dtmsoftware@...
Apr 19, 2001 6:45 pm
756
the following code works and has been tested. It sends key presses from one cybiko to another. it only works when there are two cybikos in the area, since...
Ernest Pazera
dtmsoftware@...
Apr 19, 2001 6:58 pm
757
When I was sending a message to an application on another Cybiko using the Message_deliver function, I gave the application's complete name (with extension.) ...