Search found 37 matches

by oliv
Sat Sep 01, 2012 8:21 pm
Forum: Mac OSX
Topic: Serial Port (USB) on OS X?
Replies: 4
Views: 2757

Re: Serial Port (USB) on OS X?

Hi,

It's a 6 months old post but it could be linked to a problem I have, see this post
Could you try at 9600 bds if it works ? Thank you
by oliv
Wed Dec 24, 2008 3:00 pm
Forum: Off Topic
Topic: If you love Kwaï chang caïne post here!
Replies: 26
Views: 6272

You're the concentrate of french behaviour!

Meant in the good way, of course.
Don't say that !! KCC is not French, not English, not American, not from another country... KCC is international :) , KCC is...... just KCC :)
But the horse in the living room.... I love you KC !!!

Merry christmas :!:
by oliv
Mon May 12, 2008 9:30 pm
Forum: Announcement
Topic: PureBasic 4.20 Beta - All OS
Replies: 100
Views: 50066

Rising Realms wrote:Does that mean PureBasic is available for OS X INTEL? Now?
unfortunately no :cry:

But thanks to the PB team
by oliv
Fri May 09, 2008 11:48 pm
Forum: Announcement
Topic: PureBasic 4.20 Beta - All OS
Replies: 100
Views: 50066

Really thanks !
Especially to MacOS X86 version :)
by oliv
Sat Apr 19, 2008 9:02 am
Forum: Mac OSX
Topic: Lost Labyrinth working with mac compiler?
Replies: 7
Views: 5250

I don't remember but I tried to compile your game when you request it and I have a different issue than Michel51 : I comment all part which can't be use like joystick commands, but the compiler hangs at 22000 lines after including the file 'procs_graphics.pbi'.
Michel51, have you got this error ?
by oliv
Tue Mar 04, 2008 10:47 pm
Forum: Mac OSX
Topic: Owner drawn stuff.
Replies: 3
Views: 2797

Have you find anything ?
I search a little two months ago and found this but I haven't time to try it.
by oliv
Mon Feb 25, 2008 2:36 pm
Forum: Mac OSX
Topic: Thread and InvalidAccesMemory
Replies: 0
Views: 1870

Thread and InvalidAccesMemory

Hi,
I don't know if I must post this problem in "bug section" or not, because it can be a mistake, but it works on Windows.

When I try to push the button "Publier" there is an "Invalid Acces Memory" error. Is anyone know why or is it a bug ?

Thanks


EnableExplicit ; Force à déclarer correctement ...
by oliv
Mon Jan 14, 2008 12:14 am
Forum: Mac OSX
Topic: "Linker Error" After Installing Leopard.
Replies: 5
Views: 4413

Ok, but there is a new version on Leopard DVD, and if you din't make an upgrade install you lost it. Try to install the new version :wink:
by oliv
Sun Jan 13, 2008 9:21 pm
Forum: Mac OSX
Topic: "Linker Error" After Installing Leopard.
Replies: 5
Views: 4413

Do you have developpers tools installed ?
by oliv
Mon Dec 17, 2007 4:03 pm
Forum: Coding Questions
Topic: Very simple HTTP proxy
Replies: 17
Views: 7152

I just see a litle ( What is the right word to say that ? :oops: ) your code and I think that crept you have is due to a part you removed :
Clients()\Commande = RemoveString(Clients()\Commande,":80")
But it is not a clean way. This line is because some browsers tell which port to connect :
GET ...
by oliv
Mon Dec 17, 2007 2:31 pm
Forum: Coding Questions
Topic: Very simple HTTP proxy
Replies: 17
Views: 7152

In facts, my usage is only to forward "GET" commands, so the 'Debug "Pas get" ' is just to inform if there is another thing than "GET" command, I never saw it.

I used the console too, but files permits to have a longer log.

Do you have better results than me ?
by oliv
Mon Dec 17, 2007 1:48 pm
Forum: Coding Questions
Topic: Very simple HTTP proxy
Replies: 17
Views: 7152

Yes, I don't know why I send" close" and not "Keep-Alive"...
But it didn't change the problem....

But I can't understand what do you say :

I'd get rid of that structure and pass what the client passes. Get that working cleanly first and then worry about fiddling with the passing data.

Do you ...
by oliv
Mon Dec 17, 2007 9:29 am
Forum: Coding Questions
Topic: SendNetworkData() problems, return "-1" sometimes,
Replies: 4
Views: 1417

I searched about it and found a page on MSDN which explains that the function WSGAGetLastError() can returns 0 when it is uses for network.

I have post me code here, the problem with "-1" return code is solved but there is mysterious bugs...
by oliv
Mon Dec 17, 2007 9:09 am
Forum: Coding Questions
Topic: Very simple HTTP proxy
Replies: 17
Views: 7152

You are right, there is no reason to process all the header parts, it is not neaded. But I think the problem is not here but on the forwarding of the server response.
by oliv
Mon Dec 17, 2007 1:25 am
Forum: Coding Questions
Topic: Very simple HTTP proxy
Replies: 17
Views: 7152

Very simple HTTP proxy

Hi,
I'm trying to create a very simple HTTP proxy wich forward only 'GET' request and transmit the response, but my code has bug and I don't know how to fix it. Have you an idea or do you know a better way to make it ?

Thanks

(I can translate comments if it helps you)

If InitNetwork() = 0 ...