Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
Hi I asked a while ago about the eBible formats and since there is Bibles around the net in formats of MS access and plain text file so I thought it would be good to have conversion utility between the formats. So I made an conversion tool which currently supports reading from MS access format and saving to two similar text formats. Here's a screenshot of the current build: What do you think?
[This message has been edited by Jari (edited May 13, 2005).] |
HanClinto![]() Administrator Posts: 1828 From: Indiana Registered: 10-11-2004 |
Cool! Seems like a neat little utility! What did you code it in? I'm gonna' guess.... VB 6? ------------------ |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
quote:
------------------ |
fingolfin![]() Member Posts: 197 From: IL Registered: 03-19-2005 |
what's MFC? (yeah, VB would be good for that....) ------------------ |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
quote:
------------------ |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
This is how it looks now: http://koti.mbnet.fi/jaristr/screenshots/bibleconverter2.jpg It can now read and write 3 text file formats like: (book chapter verse scripture) and MS access database. Weird though that when I tried to compile the release version using VC toolkit from command line it gave linker error. Something about std::basic_string referenced from std::list even I'm not using std::string and including other std classes than list seems make things even worse. Maybe God doesn't want me to release this... ------------------ [This message has been edited by Jari (edited May 15, 2005).] |
Goldrush13![]() Member Posts: 107 From: Registered: 02-27-2005 |
Yeah that's right blame God, it's always his fault isn't it? |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
quote:
What I was thinking that maybe some one could use this tool to make fake Bibles and obviously that's not good. Btw. It's Satan who we whould blame about bad things. ------------------ |
Goldrush13![]() Member Posts: 107 From: Registered: 02-27-2005 |
quote: Yeah that's right blame God, it's always his fault isn't it? Does that maybe highlight my intentions a little better? I even put one on the subject this time, I don't exactly hate smilies, I just remember a time when wit/sarcasm/jokes could be deciphered from a sentence without the use of tiny graphics. [This message has been edited by Goldrush13 (edited May 15, 2005).] [This message has been edited by Goldrush13 (edited May 15, 2005).] |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
quote: Ok, you we're sarcastic.
quote: Sometimes image tells more than thousand words, here's one for you: edit: well, you can consider it as an image ------------------ [This message has been edited by jari (edited May 15, 2005).] |