tokenizer.dll 157 nothing to tokenze
Archiver
Posts: 46,084
I'm trying to use the tokenizer to down load code from VC++. I keep
getting the error 157 anyone got any ideas?
Thanks
Mark
getting the error 157 anyone got any ideas?
Thanks
Mark
Comments
If you use ver 1.14 then check parameters, you should pass source
code length in ModuleRec.SourceSize member, not in
ModuleRec.SourceLength.
At parallax site "pbasic tokenizer.zip" archive contain version 1.14
and "pbasic tokenizer.tar.gz" contain version 1.16 of the
tokenizer.dll.
You can find samples for both dll versions at
http://groups.yahoo.com/group/basicstamps/files/vbSampleTok.zip
Alexey.
--- In basicstamps@yahoogroups.com, "mhall2007" <mhall2007@y...>
wrote:
> I'm trying to use the tokenizer to down load code from VC++. I keep
> getting the error 157 anyone got any ideas?
>
> Thanks
> Mark