View Full Version : Problem running thinForm (1.6) under 98SE
Eros & Kent:
ThinForm 1.6 works fine under XP, however, it will not work under 98SE because it can not find the FILE_EXISTS function in the appropriate thinBasic DLL.
Just to be sure, I re-installed thinBasic 1.6.0.8 on my 98SE system before I tried running thinForm 1.6.
Don
ErosOlmi
26-05-2008, 16:45
I'm checking ...
GSAC3, I am working on thinForm and fixing the bug that you pointed out earlier about names.
I will have a new update later today.
So far all is working ok except for spinner buttons, but my main goal right now is to get it working with all the common controls
like button, text, label
Also to fix copying controls to what is copied is what is selected to move. Right now it sort of does things in reverse, which drives me crazy.
ErosOlmi
27-05-2008, 15:31
Don,
I found the problem. Again it was an API used by thinBasic_FILE.dll that is missing in Win9x OSs.
Please download attached file and get new thinBasic_FILE.dll
Place it under \thinBasic\Lib\ directory replacing your current one.
Fix will be present in next release.
Let me know
Eros
Eros:
Thanks.
Your new DLL works fine under 98SE.
Don