Hi all,
I've been working with EmulVT and Twsocket to create a net based clone of a
standard windows CGA screen set up in C40 mode as interfaced to by Borland.
I've been able to modify and add the appropriate methods in EmulVT.pas to
create windows that are subsets of the 40x25 screen and have the
> Francois PIETTE wrote:
>>> If 16x16, 24x24, and 32x32, all in 16 colors would be OK I'll give it a
>>> trial.
>
> Done, was realy a hard job, don't laugh!
Thank you very much.
> Changed the logo line as Benjamin suggested.
>
> Package:
> http://www.duodata.de/misc/ics_fresh_icons_dev.zip
>
Francois PIETTE wrote:
>> If 16x16, 24x24, and 32x32, all in 16 colors would be OK I'll give it a
>> trial.
Done, was realy a hard job, don't laugh!
Changed the logo line as Benjamin suggested.
Package:
http://www.duodata.de/misc/ics_fresh_icons_dev.zip
Includes the Corel10-source files as well
Hello,
Sven said to me he will send you (françois) the changes.
I think it's not necessary to have a new entry for me because i made only minor
changes, Sven made the 'real' work !
If you have no infos from Sven I can give you the new unit, but I think it's
better if it comes from Sven...
> I still get garbage data with NO HTTP header.
> Any idea why?
No idea why. But did you use the debugger to verify that Data and DataLen
have correct values ?
To debug further, you can add an Windows.OutputDebugString in
WSocket_Synchronized_send function to display what is really sent by the
Hello and thanks for your replies,
I now have the following code that do not raise any exception:
In the connection class derived from TWebConnection:
Pause();
int iMode = 0;
WSocket_ioctlsocket(HSocket, FIONBIO, iMode);
if(!serve
> If anyone interested in the WebInterface unit,
> I posted all the corrections to Sven Schmidts.
I am of course.
Do you know if Sven plan to adopt your changes ?
I ask because I'm faced with my website update. Do I need to have a second
entry for you or can I
keep a single entry for Sven and you
Hello,
I've found the problem. I made an additionnal modification in the WebInterface
unit from Sven Schmidts.
The POST behaviour between html and SOAP requests is not the same.
The data buffer from the ISAPI dll was empty. This is why I had this message
with no useful indication !
If anyone
Francois Piette a écrit :
>>When transmit a soap request, i get the error from my
>>ISAPI dll : 'EDOMParse Error : An Invalid character
>>was found in text content'
>
>
> Is it possible for you the get the invalid character ? This could give an
> idea about what is
> occuring. Maybe you have an
> When transmit a soap request, i get the error from my
> ISAPI dll : 'EDOMParse Error : An Invalid character
> was found in text content'
Is it possible for you the get the invalid character ? This could give an idea
about what is
occuring. Maybe you have an accented character that is not proper
> >>WSocket_ioctlsocket(HSocket, ???, lCount); // What should be the
> >> parameters here?
If you want the number of byte available for reading: FIONREAD.
If you want to put the socket in blocking mode: FIONBIO
You can find those values by looking in MSDN for the ioctlsocket description
It might that you send some special character that gets encoded through the
webserver. You probably need to decode the text. Try to send just A to Z
characters to start with and no weird signs like é ü et c.
Regards, Fredrik.
-Original Message-
When transmit a soap request, i get the err
Hello,
I'm using François's HttpServer and TICSIsapi component from Sven Schmidts.
I've slightly modified TICSIsapi to handle the soap requests (wsdl and so on).
This part is working.
But i'm facing another problem :
When transmit a soap request, i get the error from my ISAPI dll : 'EDOMP
Thanks,
I'll check this out
>
> At the server end just use a TWSocket instead of a TWSocketServer if you
> only need one client. Then it needs to listen:
> Socket.Listen;
> and when a connection comes in (SessionAvailable) you accept it:
> Socket.HSocket := Socket.Accept;
> Then the connection
Thanks,
I'll try this
- Oorspronkelijk bericht -
Van: "Wilfried Mestdagh" <[EMAIL PROTECTED]>
Aan: "ICS support mailing"
Verzonden: zaterdag, oktober 08, 2005 11:28
Onderwerp: Re: [twsocket] Socket one to one
> Hello Werner,
>
> You always need a listening socket to accept inbound con
- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "Fastream Technologies" <[EMAIL PROTECTED]>
Sent: Sunday, October 09, 2005 6:33 PM
Subject: Re: [twsocket] Sync THttpConnection derivative
> Wrong address.
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
>
> - Or
16 matches
Mail list logo