Thread overview
HtmlHelp.lib
Dec 03, 2007
Arjan Knepper
December 03, 2007
Hello everyone,

is there any experience about using HtmlHelp from applications created by DMC?

In my case I got the following warning:

link /CO /NOI /DE /NOPACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
/A:512 /RC   :e:\prozess\obj.tsk\iatproz.RES @Proctrl.LNK
Warning: c:\dm\lib\htmlhelp.lib(init)  (14074212): Unknown CV version,
ignored
ren e:\prozess\$SCW$.EXE Proctrl.EXE
Errors: 0  Warnings: 1
Successful build

Everything is right, when using WinHelp. Perhasp somebody knows about it. If more informations are required pleaae ask.

greetings

Heinz-Peter


December 03, 2007
Heinz-Peter Nüttgens wrote:
> In my case I got the following warning:
> 
> link /CO /NOI /DE /NOPACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304 /A:512 /RC   :e:\prozess\obj.tsk\iatproz.RES @Proctrl.LNK
> Warning: c:\dm\lib\htmlhelp.lib(init)  (14074212): Unknown CV version, ignored

IRRC it has to to with the CodeView version in use in the lib. Is it a debug-version? Otherwise do not use de /CO flag on linking.

HTH,
Arjan
December 03, 2007
Thx Arjan,

it is really a debug version of my application.
I'll try the release mode. But nevertheless
I'm still using the IDDE, which sets the /CO,
when in debug mode:

Thanks for your help

Heinz-Peter



"Arjan Knepper" <arjan@ask.me.to> schrieb im Newsbeitrag news:fj16bu$pko$1@digitalmars.com...
> Heinz-Peter Nüttgens wrote:
>> In my case I got the following warning:
>>
>> link /CO /NOI /DE /NOPACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
>> /A:512 /RC   :e:\prozess\obj.tsk\iatproz.RES @Proctrl.LNK
>> Warning: c:\dm\lib\htmlhelp.lib(init)  (14074212): Unknown CV version,
>> ignored
>
> IRRC it has to to with the CodeView version in use in the lib. Is it a debug-version? Otherwise do not use de /CO flag on linking.
>
> HTH,
> Arjan