Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Path Update Fails

5 views
Skip to first unread message

Jim Gallo

unread,
Mar 10, 2000, 3:00:00 AM3/10/00
to
When I read in my "Path" environment variable into a variable STRING
szKeyValue using RegDBGetKeyValue, and then try to do a StrFind on it to
see if the my current install path is already present, I get a memory
fault error. My current Path variable is about 590 bytes in length.
Even if I make the szKeyValue variable greater than that, it fails. Any
ideas?
gallo24.vcf

Carsten Segieth

unread,
Mar 31, 2000, 3:00:00 AM3/31/00
to
define the sting variable as a global var STRING [1024], because there
is a fault in IS in enlarging local string vars in furnctions to a size
> 256.

Carsten

--
Carsten Segieth
InstallTeam, SQL Datenbanksysteme GmbH
Alt-Moabit 96, D-10559 Berlin, Germany
Phone: +49-30-390903-195, Fax: ...-115

0 new messages