Here is a working example with english comments and varnames.
This compiles to a 32k exe with database support and no external .dlls
Note: you need to get the Base100lib userlibrary from the purearea.net site and put it in your userlibraries.
Purebasic never ceases to amaze.
#ListBox = 0 ...
Search found 23 matches
- Tue Feb 15, 2005 12:44 pm
- Forum: General Discussion
- Topic: EasyDB Translate to English
- Replies: 6
- Views: 2660
- Tue Feb 15, 2005 11:31 am
- Forum: General Discussion
- Topic: EasyDB Translate to English
- Replies: 6
- Views: 2660
Great detective work carolight.
Thanks so much for helping carolight.
I will try that on my machine,
hopefully same as yours.
127 bytes does kind of suck, but as you said maybe memos or using multiple fields will satisfy.
I will try that on my machine,
hopefully same as yours.
127 bytes does kind of suck, but as you said maybe memos or using multiple fields will satisfy.
- Wed Feb 02, 2005 8:14 am
- Forum: General Discussion
- Topic: EasyDB Translate to English
- Replies: 6
- Views: 2660
EasyDB Translate to English
Hi Folks,
I am trying to use the EasyDB lib. However there are no english docs.
So I have begun translating. Here is what I have so far.
The problem occurs on the edbWriteRecord statement near the bottom.
This library is very cool because if you use the userlib then you don't even need the .dll ...
I am trying to use the EasyDB lib. However there are no english docs.
So I have begun translating. Here is what I have so far.
The problem occurs on the edbWriteRecord statement near the bottom.
This library is very cool because if you use the userlib then you don't even need the .dll ...
- Wed Aug 11, 2004 8:58 am
- Forum: Coding Questions
- Topic: Has anybody been successful monitoring print spooler-Win2kXP
- Replies: 2
- Views: 3237
- Thu Jul 29, 2004 5:51 pm
- Forum: Coding Questions
- Topic: Has anybody been successful monitoring print spooler-Win2kXP
- Replies: 2
- Views: 3237
Has anybody been successful monitoring print spooler-Win2kXP
Hi Folks,
I am trying to capture .spl .shd files under WinXp/2K.
I have some code I found for VB6 that uses
FindFirstPrinterChangeNotification,
FindNextPrinterChangeNotification,
and WaitForSingleObject
to monitor the print spooler.
But I would really prefer to use Purebasic.
Any help at all ...
I am trying to capture .spl .shd files under WinXp/2K.
I have some code I found for VB6 that uses
FindFirstPrinterChangeNotification,
FindNextPrinterChangeNotification,
and WaitForSingleObject
to monitor the print spooler.
But I would really prefer to use Purebasic.
Any help at all ...
- Wed May 12, 2004 10:01 am
- Forum: General Discussion
- Topic: XML to HTML?
- Replies: 10
- Views: 2729
XML to HTML
Apparently XSLT is an XML transformation language whose sole purpose is to translate XML into onther formats like HTML. I have been investigating this stuff lately and would love to see some support for XML and SVG in purebasic in the future as they are both open and patent free standards I believe.
- Fri May 07, 2004 2:26 am
- Forum: Coding Questions
- Topic: How do YOU code?
- Replies: 26
- Views: 6782
A comment on variable naming
I like to use the CamelHump style variable names because I type them out in correct case when I first declare them like ThisIsMyStringVar$ but then when I refer to them later in code I type them in all lower case and let my editor correct the case to match the declared version. The benefit of this ...
- Fri Mar 05, 2004 10:06 am
- Forum: Coding Questions
- Topic: How skilled are you?... (Poll)
- Replies: 15
- Views: 3561
- Tue Mar 02, 2004 8:54 pm
- Forum: General Discussion
- Topic: The fate (future) of PB
- Replies: 95
- Views: 19258
Future of PB
I really like PB and am a registered user.
I am at a crossroads where I will be deciding what technologies to use for the Version 2.0 product my company produces.
I would like to use PB for key components of the next version of the software my company develops. The existing version is built ...
I am at a crossroads where I will be deciding what technologies to use for the Version 2.0 product my company produces.
I would like to use PB for key components of the next version of the software my company develops. The existing version is built ...
- Fri Feb 13, 2004 6:48 am
- Forum: General Discussion
- Topic: selling your own software
- Replies: 10
- Views: 2915
- Sun Feb 08, 2004 3:19 am
- Forum: Tricks 'n' Tips
- Topic: Sort Records In Memory (Update #3)
- Replies: 0
- Views: 1512
Sort Records In Memory (Update #3)
Code updated for 5.20+
*Update 3*
Perhaps this will be helpful to anybody wishing to manage/sort record data in memory. This is the beginning of my memrec library, and includes the pbi include file and an example showing its use.
Evolving into a flat file manager, load, save, sort.
memrec.pbi ...
*Update 3*
Perhaps this will be helpful to anybody wishing to manage/sort record data in memory. This is the beginning of my memrec library, and includes the pbi include file and an example showing its use.
Evolving into a flat file manager, load, save, sort.
memrec.pbi ...
- Sat Feb 07, 2004 5:53 am
- Forum: General Discussion
- Topic: tsunami interface beginnings
- Replies: 15
- Views: 5823
Small Update, I understand how keys work a little better now
I now understand that tsunami stores variable length records in a file and allows you to specify by position which parts of the record to maintain indexes for. You can also have multi-part indexes. This is a little out of the ordinary as the unindexed part of the record is completely flexible and ...
- Thu Jan 08, 2004 2:14 pm
- Forum: General Discussion
- Topic: tsunami interface beginnings
- Replies: 15
- Views: 5823
I don't have any more time right now for this project.
I am just finishing up a commercial product my company is producing, we are in the homestretch and the pressure to deliver is very great.
- Sat Dec 27, 2003 8:38 am
- Forum: Coding Questions
- Topic: Function Pointers
- Replies: 11
- Views: 4218
- Tue Nov 11, 2003 2:40 am
- Forum: General Discussion
- Topic: tsunami interface beginnings
- Replies: 15
- Views: 5823
Re: Tsunami Collaboration
I also have work to think about,
And right now we are right in the final stages of hammering out a release,
you know that last 10% can be brutal, I am not sure what else I will have time for but if I do add to these functions I will post them.
A Fellow Canuck.
Brrr, winter is coming.
But more ...
And right now we are right in the final stages of hammering out a release,
you know that last 10% can be brutal, I am not sure what else I will have time for but if I do add to these functions I will post them.
A Fellow Canuck.
Brrr, winter is coming.
But more ...