No need PureSMTP anymore (in my case).
Search found 11 matches
- Wed Dec 14, 2011 3:12 pm
- Forum: PureFORM & JaPBe
- Topic: PureSMTP library : mail & attachments (AUTH supported)
- Replies: 369
- Views: 294308
Re: PureSMTP library : mail & attachments (AUTH supported)
Thanks, but I've an other answer that simplify my life : Purebasic 4.60 already include email's functions (sendmail, etc.)
No need PureSMTP anymore (in my case).
No need PureSMTP anymore (in my case).
- Mon Dec 12, 2011 10:35 pm
- Forum: PureFORM & JaPBe
- Topic: PureSMTP library : mail & attachments (AUTH supported)
- Replies: 369
- Views: 294308
Re: PureSMTP library : mail & attachments (AUTH supported)
Hi there !
just to know : is Pure_SMTP lib working on Win7 64 bits ?
On mine, the installer file show me a problem but help file is there... however I can't compile.
I've tried to copy from c:\Program(x86) to c:\Programmes (probably c:\Program files in english but my system is in french). Now it ...
just to know : is Pure_SMTP lib working on Win7 64 bits ?
On mine, the installer file show me a problem but help file is there... however I can't compile.
I've tried to copy from c:\Program(x86) to c:\Programmes (probably c:\Program files in english but my system is in french). Now it ...
- Fri Nov 16, 2007 4:18 pm
- Forum: Coding Questions
- Topic: linked list problem
- Replies: 13
- Views: 3112
- Fri Nov 16, 2007 3:33 pm
- Forum: Coding Questions
- Topic: linked list problem
- Replies: 13
- Views: 3112
- Wed Sep 26, 2007 12:07 pm
- Forum: Tricks 'n' Tips
- Topic: Context Menu Item Shell Extension example (Windows)
- Replies: 36
- Views: 25389
- Thu Sep 20, 2007 4:08 pm
- Forum: Tricks 'n' Tips
- Topic: Context Menu Item Shell Extension example (Windows)
- Replies: 36
- Views: 25389
- Thu Sep 20, 2007 10:33 am
- Forum: Tricks 'n' Tips
- Topic: Context Menu Item Shell Extension example (Windows)
- Replies: 36
- Views: 25389
- Fri May 27, 2005 10:50 am
- Forum: Tricks 'n' Tips
- Topic: Removing comments in FreeRADIUS files
- Replies: 0
- Views: 1100
Removing comments in FreeRADIUS files
Code updated For 5.20+
I was boring to compare very long files for just few commands so I've write a PB Code to remove # commented lines. This program shows how to use two files at the same time (one in read only and the other in write) and string comparison. You're free to use it like you want ...
I was boring to compare very long files for just few commands so I've write a PB Code to remove # commented lines. This program shows how to use two files at the same time (one in read only and the other in write) and string comparison. You're free to use it like you want ...
- Wed Sep 15, 2004 8:40 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Better CASE
- Replies: 6
- Views: 2208
Same request for me
I hope for the same thing... it's just a syntaxic problem, not compiler problem.
- Fri Aug 27, 2004 2:54 pm
- Forum: Tricks 'n' Tips
- Topic: Tutorial: How to make TreeGadgets editable...
- Replies: 16
- Views: 10352
Is still right with 3.91 version of PureBasic
Hi,
I would to know if there is no other since 2002 to edit a ListIconGadget ?
Thanks
David
I would to know if there is no other since 2002 to edit a ListIconGadget ?
Thanks
David
- Thu Aug 26, 2004 9:24 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] CopyStructure()
- Replies: 20
- Views: 7432
Re: CopyStructure()
I would the same thing + WriteStructureFile() and ReadStructureFile() like in Rapidq BasicKarbon wrote:I didn't realize until just now that there is no way to copy a structure (with it's data)..
It'd be nice to have a CopyStructure() and some way to compare whole structures (and the data within).
Golfy