News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

ApiGuide

Started by vmars316, May 15, 2011, 03:00:12 AM

Previous topic - Next topic

vmars316

Greets,
win7
I downloaded the ApiGuide from AllApiNet
but it doesn't run.
Is there a running version around somewhere?
Thanks...vmars316
.
All things in moderation, except for love and forgiveness...vmars316
.
www.QuickerThanASpark.com


vmars316

API-Guide has over 900 functions, all documented,
and explained with an example.

"API-Guide.exe" does have a help file, readme.chm .
In there it lists the Required files:

API-Guide.exe The main executable file
Functions.api This file contains all the function names, descriptions, libraries, examples, related functions, parameters and return values.
Functions.ini Initialization file for functions.api
Examples.api This file contains all the examples for the functions.
Examples.ini Initialization file for examples.api
Dotnet.api This file contains all the dotNET data.
Dotnet.ini Initialization file for the dotNET data.
VB5 runtimes 

and I still get the error msg:
<<Run time error '5':
invalid procedure call or argument>>
So I am baffled.
Here is the download site:
http://allapi.mentalis.org/agnet/appdown.shtml

So I am hoping that someone on masm has used this apiGuide.

Thanks...vmars
.
All things in moderation, except for love and forgiveness...vmars316
.
www.QuickerThanASpark.com

jj2007

OK. so it's not the good ol' hlp format but rather a runtime error.
Have you checked if you have the VB5 runtime installed?

vmars316

Quote from: jj2007 on May 16, 2011, 06:05:44 AM
OK. so it's not the good ol' hlp format but rather a runtime error.
Have you checked if you have the VB5 runtime installed?
Yes, I have 'VB5 runtime' installed.
Thanks...vmars
.
All things in moderation, except for love and forgiveness...vmars316
.
www.QuickerThanASpark.com