www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - DMC & dtSearch Library

↑ ↓ ← "Robert M. Münch" <robert.muench robertmuench.de> writes:
Hi, I'm trying to build some programs with the dtSearch engine
(www.dtsearch.com) but get very strange errors around TCHAR stuff. If I'm
replacing TCHAR by char the code compiles. So do I miss some compile-time
macros? Anyway, maybe someone wants to have a look at the engine too. You
can get an evaluation version from them. As the same code runs under Linux
too it might be a good DMC test.

--
Robert M. Münch
IT & Management Freelancer
Mobile: +49 (0)177 2452 802
Fax   : +49 (0)721 8408 9112
Web   : http://www.robertmuench.de
Jul 26 2002
↑ ↓ "Walter" <walter digitalmars.com> writes:
"Robert M. Münch" <robert.muench robertmuench.de> wrote in message
news:ahqu06$1ph9$1 digitaldaemon.com...
 Hi, I'm trying to build some programs with the dtSearch engine
 (www.dtsearch.com) but get very strange errors around TCHAR stuff. If I'm
 replacing TCHAR by char the code compiles. So do I miss some compile-time
 macros? Anyway, maybe someone wants to have a look at the engine too. You
 can get an evaluation version from them. As the same code runs under Linux
 too it might be a good DMC test.

Compiling with the switches: -e -l will produce a .lst file with the macros expanded, which can be an eye-opener sometimes (as to macros being incorrectly set up).
Jul 26 2002
↑ ↓ → "Robert M. Münch" <robert.muench robertmuench.de> writes:
"Walter" <walter digitalmars.com> schrieb im Newsbeitrag
news:ahr0nh$1s4d$3 digitaldaemon.com...

 Compiling with the switches:
     -e -l
 will produce a .lst file with the macros expanded, which can be an
 eye-opener sometimes (as to macros being incorrectly set up).

Hi, thanks for the tip. It's really an eye-opener :-) see other posting. Robert
Jul 29 2002