Thanks both!
The last one did the trick, I gratefully copied and pasted TI-994A's code to change the browser emulation register key to IEv9.
I thought this would take more effort.
I'm experiencing a strange problem with the PB webgadget under Windows 8. The problem is that it doesn't seem to show elements that were created by the JavaScript createElement() method. The below HTML file will load perfectly in both IE11 and Google Chrome, but will not load correctly ...
I'm pretty sure this must be a stupid question, but I can't find a solution anywhere. I have recently been using the scintilla gadget and it works fine when I compile to test the code through 'compile / run' (F5), but when I create the final executable and start it up everything is there ...
I don't think I'll be of much help then.. Especially because I can't reproduce the error. Everything works fine here.
Any way, have you tried debugging the RetVal values of a few preceding functions? These should all return 0. If one of them doesn't that might give you a clue on where to ...
strange...
Have you called cryptInit() at the start of your code?
btw I've recently fixed a few bugs in SSL_Library.pb
If you like, i can email it to you. I'll also ask mike trader to update the download on his website..
I think the problem might be the cryptContext. This is not always a pointer, but only with cryptCreateContext(). See below example. This has worked fine for me up to now.
The same thing goes for a lot of cryptLib procedures.
Thanks for sharing this code. I have one question... Can this be used to implement https support in atomic web server?
Hi Cas,
For now I'm just taking my moment for actually getting it to work. I've not really cared yet for what it can be used for. I think that's for you to find out.. :wink: I ...
I've made a little SSL\TLS lib based on the Cryptlib library by Peter Gutmann. Cryptlib_Header.pb and cl32.dll are both available at Mike Traders http://www.coastrd.com For as far as I could test it it's very stable, also with a large number of clients running. the client side functions ...
I think the last part of the header should be changed to this: ; /**************************************************************************** ; * * ; * General Functions * ; * * ; ****************************************************************************/
I tested it and it works great!! :D :D :D Thanks!! I would have been looking for ages to see the problem.. I assume you are planning to publish the pb code on your website? The header may not be completely bullet proof. some procedures required structured parameters. I'm not sure if PB supports ...
Hi Mike, thanks for your reply. I have checked all of that but it doesn't make any difference.
In the cryptlib manual there's being referred to the functions cryptCreateEnvelope() and cryptDestroyEnvelope(). To my opinion these functions are creating and destroying a databuffer to be used for ...
Thanks for the help! It turned out to be a bit more complicated then I suspected though... Good news is: this --> http://www.purebasic.fr/english/viewtopic.php?f=13&t=40026 actualy turned out to be an active post! :D I'm pretty much used to finding answers to my questions in postings from ...
don't know if this is of any use to you but below is my translation of the VB code (Just practicing :) ). It seems to work fine up to the 'AUTH LOGIN' command. See debugger output below. I'm not sure why I'm getting an error there.. Would be nice to get this going though.