XusinboyBekchanov / MyFbFramework

My FreeBasic Framework
Other
65 stars 18 forks source link

Added: fbSound 1.2 source code and testing files #168

Closed hustbeef closed 6 months ago

XusinboyBekchanov commented 6 months ago

Hi, App.CurLanguage = My.Sys.Language worked correctly. App.Language is not the same as My.Sys.Language.

hustbeef commented 6 months ago

Please go ahead and fix another two errors in Linux setlocale(LC_CTYPE, NULL) (Line 696 and line 698) When I change to ` Constructor Form1Type

if _MAINFILE = FILE

        With App
            .CurLanguagePath = ExePath & "/"
            .CurLanguage = My.Sys.Language
        End With
    #82 `

Error: Undefined symbol, Language

XusinboyBekchanov commented 6 months ago

Please go ahead and fix another two errors in Linux setlocale(LC_CTYPE, NULL) (Line 696 and line 698)

Fixed: My.Sys.Language function in Linux: https://github.com/XusinboyBekchanov/MyFbFramework/commit/6fd6a3429d1834dd1f6c9b8ab1114fecff805691