Page 1 of 1

InvalidFloats (small userlib)

Posted: Thu Sep 22, 2005 8:16 pm
by Dr. Dri
My very first userlib :shock:
It's only a few functions written in ASM. Opensource (not very complicated) and everything is in the zip...

I got a little problem with doc maker. The Pb 3.94 IDE doesn't reach the functions help so if someone could tell me what I do wrong :lol:

The lib is compiled for windows but suppose to work with all OSs according to IEEE

InvalidFloats.zip
Image

Dri :)

Re: InvalidFloats (small userlib)

Posted: Fri Sep 23, 2005 4:49 pm
by gnozal
Dr. Dri wrote:I got a little problem with doc maker. The Pb 3.94 IDE doesn't reach the functions help so if someone could tell me what I do wrong :lol:
I don't know exactly, but I've recompiled the CHM and it works well : <deleted>

Posted: Fri Sep 23, 2005 7:59 pm
by Dr. Dri
it works well ^^
what did you change in the description file for doc maker ?

Dri :)

Posted: Sat Sep 24, 2005 11:30 am
by gnozal
Dr. Dri wrote:what did you change in the description file for doc maker ?
I don't use the doc maker for my libraries, but my PureHELPMaker utility.
I decompiled the .CHM file using the CHMdir plugin for Total Commander, changed the index.html and .hhc to have the *.html files in the root (and not in \InvalidFloats), and recompiled the *.html files to .CHM using my PureHELPCompiler utility.

Posted: Sat Sep 24, 2005 8:01 pm
by Dr. Dri
i hoped someone could help me with pb tools ^^
i don't know what i do wrong with DocMaker :? :lol:

Dri

Posted: Sat Sep 24, 2005 8:30 pm
by srod
I had similar problems with docmaker and ended up using gnozal's PureHELPMaker instead. Try it. It's good.