1. RE: Need Help from 35 Euphoria Programmers

Does this count? http://files.upl.silentwhisper.net/upload1/forms.png

On another note, Euphoria (or your program) didn't run Win32lib for a bit on 
my new computer. This has to do with DEP and c_proc/func() using ASM. This 
can easily be fixed by calling VirtualProtect on the copied ASM bits with 
the PAGE_EXECUTE_READWRITE flag. I hope we can get that fixed for 3.0...

>From: cklester <guest at RapidEuphoria.com>
>Reply-To: EUforum at topica.com
>To: EUforum at topica.com
>Subject: Need Help from 35 Euphoria Programmers
>Date: Mon, 24 Apr 2006 12:20:38 -0700
>
>posted by: cklester <cklester at yahoo.com>
>
>Hey, guys 'n' gals... I need y'all's help. :)
>
>I've got a program I've developed that seems to be unable to connect to my
>server on a few PCs. Most of my clients- probably 95%- don't have a 
>problem,
>but there's a few that do.
>
>If you would, go to http://support.formsonadisk.com/ and download the Forms
>Manager to your PC. Run it. Click the "Support Dialog" button. The last two
>items are "Forms Server" and "Web Server." It might take a second. If you 
>get
>a message that says "Cannot connect" for either the web server or forms 
>server,
>please let me know! I'll need your help diagnosing why some people can't
>connect.
>
>Thank you!!!!
>
>-=ck

~[ WingZone ]~
http://wingzone.tripod.com/

new topic     » topic index » view message » categorize

2. RE: Need Help from 35 Euphoria Programmers

Elliott S. de Andrade wrote:
> 
> Does this count? <a
> href="http://files.upl.silentwhisper.net/upload1/forms.png">http://files.upl.silentwhisper.net/upload1/forms.png</a>

Okay, that's REALLY bizarre. In every case (so far), if you can connect to the
forms server, you can connect to the web site. Oh, maybe our web site was
down. Do it again... Please. Same results?

> On another note, Euphoria (or your program) didn't run Win32lib for a bit on
> my new computer. This has to do with DEP and c_proc/func() using ASM. This 
> can easily be fixed by calling VirtualProtect on the copied ASM bits with 
> the PAGE_EXECUTE_READWRITE flag. I hope we can get that fixed for 3.0...

I have no idea what that means.

Thanks, Wingz!

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

3. RE: Need Help from 35 Euphoria Programmers

Hi,
My Zonealarm firewall shows the connection attempt as IP address colon HTTP.
Normally connections are IP address colon port number?

HTH,
Regards
Alan

new topic     » goto parent     » topic index » view message » categorize

4. RE: Need Help from 35 Euphoria Programmers

Alan Oxley wrote:
> 
> My Zonealarm firewall shows the connection attempt as IP address colon HTTP.
> Normally connections are IP address colon port number?

Does the program show a successful connection to the forms server?

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

5. RE: Need Help from 35 Euphoria Programmers

>From: cklester <guest at RapidEuphoria.com>
>Reply-To: EUforum at topica.com
>To: EUforum at topica.com
>Subject: RE: Need Help from 35 Euphoria Programmers
>Date: Mon, 24 Apr 2006 19:09:35 -0700
>
>posted by: cklester <cklester at yahoo.com>
>
>Elliott S. de Andrade wrote:
> >
> > Does this count? <a 
>>href="http://files.upl.silentwhisper.net/upload1/forms.png">http://files.upl.silentwhisper.net/upload1/forms.png</a>
>
>Okay, that's REALLY bizarre. In every case (so far), if you can connect to 
>the
>forms server, you can connect to the web site. Oh, maybe our web site was
>down. Do it again... Please. Same results?
>

Nope, same thing... I forgot to mention last time... Windows XP Pro, behind 
a firewall (which does recognize the outgoing attempt, btw) and a 
NAT/router.

> > On another note, Euphoria (or your program) didn't run Win32lib for a 
>bit on
> > my new computer. This has to do with DEP and c_proc/func() using ASM. 
>This
> > can easily be fixed by calling VirtualProtect on the copied ASM bits 
>with
> > the PAGE_EXECUTE_READWRITE flag. I hope we can get that fixed for 3.0...
>
>I have no idea what that means.
>

  Well, that's a note for Robert; hopefully he'll read it...

>Thanks, Wingz!
>
>-=ck
>"Programming in a state of Euphoria."
>http://www.cklester.com/euphoria/
>

~[ WingZone ]~
http://wingzone.tripod.com/

new topic     » goto parent     » topic index » view message » categorize

6. RE: Need Help from 35 Euphoria Programmers

Hi CK,

After clearing cache I no longer get the Zonealarm popup. Your app seems to
connect OK,
the Support Dialog says

PCID: 1946531312
Local Path (blank)
Licence Folder : Licence file not found.
Windows 2000
?
Forms-on-a-disk Forms Server: Connection made.
Forms-on-a-disk Web Site: Connection Made

Regards,
Alan

new topic     » goto parent     » topic index » view message » categorize

7. RE: Need Help from 35 Euphoria Programmers

Alan Oxley wrote:
> 
> After clearing cache I no longer get the Zonealarm popup. Your app seems to
> connect OK,
> the Support Dialog says
> 
> Forms-on-a-disk Forms Server: Connection made.
> Forms-on-a-disk Web Site: Connection Made

Great! Thanks, Alan. :)

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

8. RE: Need Help from 35 Euphoria Programmers

cklester wrote:
> 
> Alan Oxley wrote:
> > 
> > After clearing cache I no longer get the Zonealarm popup. Your app seems to
> > connect OK,
> > the Support Dialog says
> > 
> > Forms-on-a-disk Forms Server: Connection made.
> > Forms-on-a-disk Web Site: Connection Made
> 
> Great! Thanks, Alan. :)
> 
> -=ck
> "Programming in a state of Euphoria."
> <a
> href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>

Hi Ck,

Im not sure if you saw my post or not but it worked ok for me
too on WinXP SP2.


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

 From "Black Knight":
"I can live with losing the good fight,
 but i can not live without fighting it".
"Well on second thought, maybe not."

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu