Today i decided to give it a try(egbbs)

And of course, nothing was working at first

1. INFO
======
OS: vista 64 + MS VS 2008 (ver 9)
: downloaded latest dlls (egbbdll.dll,egbbdll32.dll,egbbdll64.dll)
: + bitbases
2. FIRST RESULTS
=============
I found a thread on this site somewhere, where an _easy_ description
could be seen.(doesnt work).
I decided downloading Toga,DeepLearningToga to know what
i was doing wrong. To my surprise, both also couldnt load the bitbases!
(found somewhere on the web,that DLT had fixed a bug(on egbb),
which seemed to be in toga.That s why i additionally downloaded DLT).
i was checking the following stuff:
-correct path
-correct implementation of path (slash issues)
-latest known dlls and data
-Loadlibrary issues
... and some other things
before i found out:
3. working for MSVS 2008
==================
- Loadlibrary only seems to work proper if
Unicode-compilation is off (project-properties)!
- egbbdll.dll + egbb32dll.dll only will be loaded on release 32bit compile
- egbbdll64.dll works for release 64bit compile
- in debug mode _only_ egbbdll64.dll can be loaded.
Easy if someone knows, but 3 hours of work for me

Hope it can/will help if someone get started with this...
Finally, one question is running through my brain.
The debug-mode seems to use 64bit-compile by default ?!.
Does that depend on OS, or are there other reasons why
in the debug-mode only the egbbdll64.dll can be loaded?
(Well, i just want to point out, that i think it is possible
that for example on a WinXp-system, the debug-mode will
only load the egbbdll.dll and ebggdll32.dll ??!)
Michael