Yes.Is the FormLib.cs file in the 6.76 archive correct?
I installed the 6.76 version again in a fresh directory and now it works.
Markus
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
flb.New1("Form1",B4PObject(1))
flb.TextAlignment("TextBox1",flb.alCenter)
flb.SetFontStyle ("TextBox1", True, False, False, False)
TextBox1.Text ="test test test test test"
End Sub
Basic4ppc V6.76 is the actual beta-release of the upcoming version 6.8.What is 6.76 any way. I ve Basic4PPC 6.5
is it a new revision of FormLib.dll, or a new Basic4PPC
In Basi4ppc v6.50 Formlib.dll has the version number 2.3 and the source code used for optimised compile says 2.4. I don't know if it was a typo or if there is a minor difference. Looks like Erel fixed it for Basic4ppc v6.76.- in the IDE flb.DLLVersion shows 2.3
- on the devices it shows 2.4