www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - HtmlHelp.lib

reply "Heinz-Peter Nüttgens" <heinmueck58 gmx.de> writes:
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
Dec 02 2007
parent reply Arjan Knepper <arjan ask.me.to> writes:
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
Dec 03 2007
parent "Heinz-Peter Nüttgens" <heinmueck58 gmx.de> writes:
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
Dec 03 2007