Search found 4 matches

by jackspm
Wed Aug 24, 2011 10:30 pm
Forum: GFL SDK
Topic: Need Help Registering Components
Replies: 8
Views: 21054

Re: Need Help Registering Components

I've 2008 C++ runtime library installed.
by jackspm
Mon Aug 22, 2011 7:42 pm
Forum: GFL SDK
Topic: Need Help Registering Components
Replies: 8
Views: 21054

Re: Need Help Registering Components

I did have c++ runtime library installed. Anyway, Dependency Walker is reporting the following files are missing.

IESHIMS.DLL
WER.DLL

These seems to be Internet Explorer 8 files for Vista. XP does not have these file. Is Vista or Win 7 required for this to run?
by jackspm
Fri Aug 19, 2011 4:31 pm
Forum: GFL SDK
Topic: Need Help Registering Components
Replies: 8
Views: 21054

Re: Need Help Registering Components

I did try to register gflax.dll with the following error:

LoadLibrary("gflax.dll") failed - The specified module could not be found.

I'm on a WinXP sp3 machine and the gflax.dll is located in c:\windows\system32 folder.
Any idea?

Thanks.
by jackspm
Tue Aug 16, 2011 12:09 am
Forum: GFL SDK
Topic: Need Help Registering Components
Replies: 8
Views: 21054

Need Help Registering Components

I've just downloaded the latest version 3.4 of GFL SDK. I then copy the file gflax.dll and libgfl340.dll to the system32 folder. Then using regsvr32 to register these files and I got errors as follow: regsvr32 gflax.dll Error: LoadLibrary("gflax.dll") failed - The specified procedure could not be fo...