Search found 82 matches

by Uncle B
Mon Dec 16, 2013 9:36 pm
Forum: Coding Questions
Topic: Webgadget not working with script created content
Replies: 4
Views: 1504

Re: Webgadget not working with script created content

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. :D :D :D
by Uncle B
Sun Dec 15, 2013 9:28 pm
Forum: Coding Questions
Topic: Webgadget not working with script created content
Replies: 4
Views: 1504

Webgadget not working with script created content

Hello all,

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 ...
by Uncle B
Tue Jun 11, 2013 6:55 pm
Forum: Coding Questions
Topic: Scintilla gadget not in final executable
Replies: 9
Views: 1480

Re: Scintilla gadget not in final executable

Thanks all!
For now adding the dll did the trick for me.
Maybe for future use I'll try the static version.
by Uncle B
Mon Jun 10, 2013 10:16 pm
Forum: Coding Questions
Topic: Scintilla gadget not in final executable
Replies: 9
Views: 1480

Scintilla gadget not in final executable

Hello all,

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 ...
by Uncle B
Fri Oct 08, 2010 9:43 pm
Forum: Tricks 'n' Tips
Topic: SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk
Replies: 21
Views: 18037

Re: SSL\TLS Client\Server lib based on Cryptlib Encryption T

Hi Bernd,

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 ...
by Uncle B
Thu Oct 07, 2010 9:16 pm
Forum: Tricks 'n' Tips
Topic: SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk
Replies: 21
Views: 18037

Re: SSL\TLS Client\Server lib based on Cryptlib Encryption T

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..
by Uncle B
Thu Oct 07, 2010 6:27 pm
Forum: Tricks 'n' Tips
Topic: SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk
Replies: 21
Views: 18037

Re: SSL\TLS Client\Server lib based on Cryptlib Encryption T

Hi Bernd,

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.

Regards,

Bart


Protected cryptContext.l, cryptKeyset.l ...
by Uncle B
Thu Apr 29, 2010 7:34 pm
Forum: Tricks 'n' Tips
Topic: SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk
Replies: 21
Views: 18037

Re: SSL\TLS Client\Server lib based on Cryptlib Encryption T

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 ...
by Uncle B
Thu Apr 29, 2010 12:00 pm
Forum: Tricks 'n' Tips
Topic: SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk
Replies: 21
Views: 18037

Re: SSL\TLS Client\Server lib based on Cryptlib Encryption T

You should be able to interface with google talk with this right?

Can you point me to where i can find cryptlib_header.pb? I'm not able to find it on that site.

Header file can be found in the download section under:

SMTPS - Updated November 2009
C++/BASIC headers + source code for gmail ...
by Uncle B
Wed Apr 28, 2010 9:16 pm
Forum: Tricks 'n' Tips
Topic: SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk
Replies: 21
Views: 18037

SSL\TLS Client\Server lib based on Cryptlib Encryption Toolk

Hi guys,

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 ...
by Uncle B
Mon Dec 14, 2009 12:30 am
Forum: Coding Questions
Topic: SMTPS - sending emails via gmail using SSL/TLS
Replies: 33
Views: 19610

Re: SMTPS - sending emails via gmail using SSL/TLS

Hi again..

I think the last part of the header should be changed to this:
; /****************************************************************************
; * *
; * General Functions *
; * *
; ****************************************************************************/

#Cryptlib = 1

;Global ...
by Uncle B
Tue Dec 08, 2009 1:58 pm
Forum: Coding Questions
Topic: SMTPS - sending emails via gmail using SSL/TLS
Replies: 33
Views: 19610

Re: SMTPS - sending emails via gmail using SSL/TLS

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 ...
by Uncle B
Mon Dec 07, 2009 10:59 pm
Forum: Coding Questions
Topic: SMTPS - sending emails via gmail using SSL/TLS
Replies: 33
Views: 19610

Re: SMTPS - sending emails via gmail using SSL/TLS

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 ...
by Uncle B
Sun Nov 29, 2009 11:38 pm
Forum: Coding Questions
Topic: Cryptlib --> push in the right direction please..
Replies: 2
Views: 4522

Re: Cryptlib --> push in the right direction please..

hi JPD.

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 ...
by Uncle B
Sun Nov 29, 2009 11:24 pm
Forum: Coding Questions
Topic: SMTPS - sending emails via gmail using SSL/TLS
Replies: 33
Views: 19610

Re: SMTPS - sending emails via gmail using SSL/TLS

Hi guys,

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.

;BASIC SMTPS ...