InvalidFloats (small userlib)

Developed or developing a new product in PureBasic? Tell the world about it.
Dr. Dri
Enthusiast
Enthusiast
Posts: 243
Joined: Sat Aug 23, 2003 6:45 pm

InvalidFloats (small userlib)

Post 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 :)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: InvalidFloats (small userlib)

Post 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>
Last edited by gnozal on Thu Sep 29, 2005 10:32 am, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Dr. Dri
Enthusiast
Enthusiast
Posts: 243
Joined: Sat Aug 23, 2003 6:45 pm

Post by Dr. Dri »

it works well ^^
what did you change in the description file for doc maker ?

Dri :)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Dr. Dri
Enthusiast
Enthusiast
Posts: 243
Joined: Sat Aug 23, 2003 6:45 pm

Post by Dr. Dri »

i hoped someone could help me with pb tools ^^
i don't know what i do wrong with DocMaker :? :lol:

Dri
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

I had similar problems with docmaker and ended up using gnozal's PureHELPMaker instead. Try it. It's good.
I may look like a mule, but I'm not a complete ass.
Post Reply