April 28, 2004
Arjan here is the error.txt file, looks like -v is not an option hope this helps

Yeric



April 28, 2004
"Yeric" <NOSPAM@NOSPAM.com> wrote in news:c6ok6a$di3$1@digitaldaemon.com:

> Arjan here is the error.txt file

I see a problem. Most probably

  Digital Mars Librarian Version 8.00n
  Copyright (C) Digital Mars 2000-2002 All Rights Reserved
  www.digitalmars.com

should appear instead of

  Microsoft (R) Library Manager Version 6.00.8447
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

which means path to LIB tool of Microsoft is earlier than path to LIB of DMC

ABX
April 28, 2004
> I see a problem. Most probably
>
>   Digital Mars Librarian Version 8.00n
>   Copyright (C) Digital Mars 2000-2002 All Rights Reserved
>   www.digitalmars.com
>
> should appear instead of
>
>   Microsoft (R) Library Manager Version 6.00.8447
>   Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
>
> which means path to LIB tool of Microsoft is earlier than path to LIB of
DMC
>
> ABX

I figured this might be a problem, but since dmc does not need reg entries I did not hink it mattered, I need a way somehow to force dm librarian instead of ms, I have visual studio installed as well, but only really use VB (when I have to)

Maybe there is a way to import wxwindows to idde ?

Yeric


April 28, 2004
>   Microsoft (R) Library Manager Version 6.00.8447
>   Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

Thanks I just moved the dm\bin before the MSVC stuff and it worked, and damned fast too :)

But would I be mistaken in reading the makefile to see that it seems to be making only debug version of file ?

Yeric


April 28, 2004
Chris just a quick Q

I like wxHatch, it is brill !!, and makes Windows programming that much easier, too bad wxWindows will most likely not be around for D :(

I do not think this is a wxHatch thing, but under Win XP unless I maximize then restore a window, I get this funy fuzzy coloured line between the menu frame bar and the actual window is this just an XP thing ?

Yeric

BTW where can I get the help files for the help menu from ?
if I select these from help menu, it kills wxHatch with a memory violation
access error no matter which help option I select



April 29, 2004
"Yeric" <NOSPAM@NOSPAM.com> wrote in news:c6p6bi$1cnb$1@digitaldaemon.com:

> Maybe there is a way to import wxwindows to idde ?

I'm looking for this as well for automation in bakefiles.

ABX
April 29, 2004
W³odzimierz Skiba wrote:
> "Yeric" <NOSPAM@NOSPAM.com> wrote in news:c6p6bi$1cnb$1@digitaldaemon.com:
> 
> 
>>Maybe there is a way to import wxwindows to idde ?
> 
> 
> I'm looking for this as well for automation in bakefiles.
> 
> ABX

Generating .prj and .def files is not that difficult. The real challenge is the generation of .opn files containing the include- and lib path information, compiler settings etc because the .opn file is binairy.

Arjan
April 29, 2004

Yeric wrote:

>>  Microsoft (R) Library Manager Version 6.00.8447
>>  Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
> 
> 
> Thanks I just moved the dm\bin before the MSVC stuff and it worked, and
> damned fast too :)
> 
good

> But would I be mistaken in reading the makefile to see that it seems to be
> making only debug version of file ?
> 
d mars make does not understand how to make multiple configurations, but if you want to make a release version you need to edit makesc.env, and remove the __WXDEBUG__ from CFLAGS line

chris

April 29, 2004

Yeric wrote:

> Chris just a quick Q
> 
> I like wxHatch, it is brill !!, and makes Windows programming that much
> easier, too bad wxWindows will most likely not be around for D :(
> 
> I do not think this is a wxHatch thing, but under Win XP unless I maximize
> then restore a window, I get this funy fuzzy coloured line between the menu
> frame bar and the actual window is this just an XP thing ?
> 
This is an XP thing, and I have seen it with several compilers. Its definitely worst with dmc

Arjan suggested it means a little bit of win16 code is still somewhere, but I have not yet had time to catch it - Sorry

chris

April 29, 2004
>> BTW chris, your link for wxHatch is sort of broken, when you click it to
>> download source, you get a 404 error, but when I click on directory view I

my disk died - new disk installed, and gradually rebuilding it - should be Ok later today

chris