View previous topic :: View next topic |
Author |
Message |
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Sat Apr 16, 2005 3:47 pm Post subject: A few suggestions for the code. |
|
|
Lynn,
I know that you're shelved this project, but I have some suggestions for some minor improvements to BerBible.d.
Start taking advantage of the new lib pragma: Code: | import win32.commctrl; /* existing code */
pragma(lib, "win32.lib");
pragma(lib, "comctl32.lib"); /* for InitCommonControls */ |
Also, I ran into the "ChapSelector Tree not created!" error again. It looks like you forgot to add:
Code: | HWND hChapSelectorTree; /* existing code */
InitCommonControls(); |
I could make these fixes myself if I became a member of this project. What do you think?
(I got around the "WebOtNtNoTags.vpl not found" error message by using a file downloaded from http://berbible.sf.net.)
After I made these changes, dBerBible seemed to work fine (obviously it's still a stripped-down version of your C++ project). But it's a good start to a D version.
By the way, I know you've tried converting dBerBible to make use of DFL in the past. I didn't find any mention of that effort in SVN. I'm curious what that effort looked like. Would you consider adding those files in a separate directory to the SVN repository or did that project just not go anywhere? |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Sun Apr 24, 2005 4:04 pm Post subject: |
|
|
For anyone following this topic, I found out via e-mail that the newest source is now available from a sourceforge download. It hasn't been updated in a few months, but it is DFL-based. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|