
Search found 34 matches
- Fri Jul 16, 2010 3:59 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Re: PurePOP3 library : POP3 functions
It's true there is an Xp mode that can be applied on a task by task basis in Windows 7 however that didn't make the app start working again. So much for paying the extra cash for W7 professional. 

- Fri Jul 16, 2010 2:54 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Re: PurePOP3 library : POP3 functions
Well unfortunately my entire experience so far with PB has rested on the shoulders of PurePop3. My little app which I spent months on worked fairly well in Xp but now I can't even use it in Windows 7.
Since MS doesn't support Xp anymore, this presents a real problem and a huge disappointment in ...
Since MS doesn't support Xp anymore, this presents a real problem and a huge disappointment in ...
- Thu Jul 15, 2010 5:58 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Re: PurePOP3 library : POP3 functions
Hi Folks,
Does anyone know if these PurePop3 and PureSMTP libs work with PureBasic x64?
I just upgraded from Win XP to Win 7 and I'm now getting assembler error MP116, saying operands are not the same size.
My PureBasic compiler is working for the sample code that comes with PB though. ;)
Thanks ...
Does anyone know if these PurePop3 and PureSMTP libs work with PureBasic x64?
I just upgraded from Win XP to Win 7 and I'm now getting assembler error MP116, saying operands are not the same size.
My PureBasic compiler is working for the sample code that comes with PB though. ;)
Thanks ...
- Wed Feb 10, 2010 7:36 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Re: PurePOP3 library : POP3 functions
I Agree. I am getting comiler/linker errors as well.
A linker error. It doesn't say much in the IDE except Linker error.
I get a message box which says: POLINK error and it says it has something to do with SYS_AllocateString but I don't find that anywhere in my code.
This was fine before version ...
A linker error. It doesn't say much in the IDE except Linker error.
I get a message box which says: POLINK error and it says it has something to do with SYS_AllocateString but I don't find that anywhere in my code.
This was fine before version ...
- Mon May 04, 2009 10:35 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Looking for an alternative to PurePop3 library!!!
Hey all,
Does anyone have an alternative to the PurePOP3 library??
I am finding that it never recovers when the Internet connection is blocked or otherwise disconnected while email is being retrieved.
The only recourse so far that I've found is to literally close the app and reopen it. This is ...
Does anyone have an alternative to the PurePOP3 library??
I am finding that it never recovers when the Internet connection is blocked or otherwise disconnected while email is being retrieved.
The only recourse so far that I've found is to literally close the app and reopen it. This is ...
- Mon May 04, 2009 10:28 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Is there an alternative library to PurePOP3??
Hey PB,
Do you recall hearing anything about bpePOP3?
I was going to use it in the beginning and for some reason switched over to PurePOP3.
Now I'm thinking I may go back to using bpePOP3.
I started to replace some of the function calls to use bpePOP3 instead. So far I am getting a strange ...
Do you recall hearing anything about bpePOP3?
I was going to use it in the beginning and for some reason switched over to PurePOP3.
Now I'm thinking I may go back to using bpePOP3.
I started to replace some of the function calls to use bpePOP3 instead. So far I am getting a strange ...
- Sun May 03, 2009 5:07 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
*Does a boolean need clearing in PurePOP3's server timeout??
Thanks PB, that looks similar to what I am trying to do.
I can only speak for myself but it has been my experience that when PurePop3_OpenPop3Connection() refuses to work it is when the Internet connection is disrupted after a successful connection.
1) OpenPop3Connection() connects successfully ...
I can only speak for myself but it has been my experience that when PurePop3_OpenPop3Connection() refuses to work it is when the Internet connection is disrupted after a successful connection.
1) OpenPop3Connection() connects successfully ...
- Sat May 02, 2009 4:42 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Since PurePop3 is unable to recover from this error...
Hey PB,
I know it's not the most ideal thing, but since re-opening the app does seem to be a reliable workaround, would you be so kind as to tell me how you arranged to have your app restart itself?
Here's a function I'm calling when there is a Pop3 error after successfully connecting (if Pop3 ...
I know it's not the most ideal thing, but since re-opening the app does seem to be a reliable workaround, would you be so kind as to tell me how you arranged to have your app restart itself?
Here's a function I'm calling when there is a Pop3 error after successfully connecting (if Pop3 ...
- Sat May 02, 2009 4:20 am
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Re-start the PurePOP3 library?
It's odd that restarting the app would be the only way to accomplish this, ie resetting the PurePOP3 library so that it can connect to the server once again.
Maybe it's possible to re-initialize the PurePOP3 library, via a secret function call such as PurePOP3_Initialize_() that isn't documented ...
Maybe it's possible to re-initialize the PurePOP3 library, via a secret function call such as PurePOP3_Initialize_() that isn't documented ...
- Sat May 02, 2009 2:41 am
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Addendum
Basically, Scenario #1 is an example of when the Pop3 library recovers. This is when the Internet connection was down at the time PurePOP3_OpenPop3Connection() is called. If this happens and the Internet connection is later restored, PurePOP3_OpenPop3Connection() is able to connect just fine.
In ...
In ...
- Fri May 01, 2009 7:37 pm
- Forum: PureFORM & JaPBe
- Topic: PurePOP3 library : POP3 functions
- Replies: 336
- Views: 226328
Pop3 locks up, if Internet is blocked after connecting!?
Hello all,
Does anyone have a suggestion for best way for PurePOP3 to recover from an interrupted Internet connection?
I have a small program (pasted at end of this post) with a button that calls a function, CheckMail() which then calls PurePOP3_OpenPop3Connection().
Things work very well so long ...
Does anyone have a suggestion for best way for PurePOP3 to recover from an interrupted Internet connection?
I have a small program (pasted at end of this post) with a button that calls a function, CheckMail() which then calls PurePOP3_OpenPop3Connection().
Things work very well so long ...
- Fri Apr 24, 2009 2:15 pm
- Forum: Coding Questions
- Topic: How to re-activate my app ?
- Replies: 18
- Views: 11412
Bringing Window to the Front (BRINGTOFRONT)
Thanks Info0Byt3, This is beautifully simply and simply beautiful (works)!
I was looking for SW_BRINGTOFRONT (or something like that) but then I found these 4 lines of code that you provided.

Much appreciated,
Roark
I was looking for SW_BRINGTOFRONT (or something like that) but then I found these 4 lines of code that you provided.

Much appreciated,
Roark
- Wed Apr 22, 2009 5:09 pm
- Forum: Windows
- Topic: listicongadget Column header detect
- Replies: 10
- Views: 4889
Listicon Gadget, finer details

Well netmaestro, all I can say is you certainly pay attention to some of the finer details and.. you rock!

I tried implementing your fix into the program and it works. Not only that, I managed to have it working on several listicon gadgets!
Mille Grazie,
Roark
- Wed Apr 22, 2009 4:54 am
- Forum: Windows
- Topic: listicongadget Column header detect
- Replies: 10
- Views: 4889
thanks netmaestro
Thanks netmaestro,
It can be a lonely world out there so it's always nice to feel like other PB enthusiasts are around and willing to share. Thanks for sharing as often as you do. Your code snippets are often just the trick that is needed to solve the problem at hand.
I only now was able to open t ...
It can be a lonely world out there so it's always nice to feel like other PB enthusiasts are around and willing to share. Thanks for sharing as often as you do. Your code snippets are often just the trick that is needed to solve the problem at hand.
I only now was able to open t ...
- Tue Apr 21, 2009 10:25 pm
- Forum: Coding Questions
- Topic: ListIcongadgt - catch keystrokes {FIXED}
- Replies: 4
- Views: 1713
yes thanks srod for this snippet!
Thanks for this srod:
If event = #WM_KEYDOWN And EventwParam() = #VK_DELETE And GetActiveGadget() = 0
Debug "Delete key!"
I changed it to read as:
If event = #WM_KEYDOWN And EventwParam() = #VK_DELETE
activeGadget = GetActiveGadget()
If activeGadget = #Email
;...delete from from ...
If event = #WM_KEYDOWN And EventwParam() = #VK_DELETE And GetActiveGadget() = 0
Debug "Delete key!"
I changed it to read as:
If event = #WM_KEYDOWN And EventwParam() = #VK_DELETE
activeGadget = GetActiveGadget()
If activeGadget = #Email
;...delete from from ...