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.ide
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
electronics



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

↑ ↓ ← "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
↑ ↓ 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
↑ ↓ → "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