Search:

Type: Posts; User: ErosOlmi; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.11 seconds; generated 30 minute(s) ago.

  1. Replies
    9
    Views
    7,134

    Here attached a VB6 project in which I've...

    Here attached a VB6 project in which I've injected a thinBasic variable connected to a VB6 variable so calling VB program can share variables with thinBasic script at runtime.

    The script evaluate...
  2. Replies
    9
    Views
    7,134

    Hi Joe, will prepare an example next days. ...

    Hi Joe,

    will prepare an example next days.

    In the meantime refer to thinCore.inc file here https://github.com/ThinBASIC/module_core/blob/master/thinCore.inc that shows thinCore.dll exported...
  3. Replies
    9
    Views
    7,134

    Sorry Joe, I forgot about this thread. If you...

    Sorry Joe, I forgot about this thread.

    If you change

    thinBasic_Init(0, App.hInstance, "")
    to

    thinBasic_Init(0, App.hInstance, "thinbasic")
    should work
    But there are other problems if you...
  4. Replies
    12
    Views
    2,032

    Thanks Renč, OK that's an info for me to try...

    Thanks Renč,

    OK that's an info for me to try to better understand.
    Please send me also info about display settings

    Ciao
    Eros
  5. Replies
    1
    Views
    125

    Ciao, you can try the following call that...

    Ciao,

    you can try the following call that tells the operating system that your application is not dpi aware
    ...
  6. Replies
    12
    Views
    2,032

    Ciao René, tried on other 2 Windows 11...

    Ciao René,

    tried on other 2 Windows 11 computer and I was not able to create a situation like yours regarding horizontal scrollbar.

    Can you please try 2 things:

    try to split thinAir edit...
  7. Replies
    0
    Views
    469

    Forum security improved

    I've activated a more strict Forum registration verification step.

    During last few months there have been hundred of bot registering to thinBasic forum regardless some dummy questions needed to be...
  8. Replies
    12
    Views
    2,032

    Also tested under Windows 11 and no way to...

    Also tested under Windows 11 and no way to replicate your situation

    Can you please give me details about your Operating System and the environment under which you are using thinBasic?
    I see a...
  9. Replies
    12
    Views
    2,032

    OK at least, with an image, I can understand...

    OK at least, with an image, I can understand better.
    Never experience but of course is happening.
    I will try to replicate the situation.
  10. Replies
    12
    Views
    2,032

    Attached my image Block warning is a false...

    Attached my image

    Block warning is a false error. As you said it is caused by comment after THEN
    To understand if IF statement is single or multiple line IF I check if last token in IF line is...
  11. Replies
    12
    Views
    2,032

    Sorry but I do not see a so bad situation like...

    Sorry but I do not see a so bad situation like you describe otherwise I would have fixed it.
    I use thinAir every single day

    Are you able to create a little video and put somewhere?
    Or an image...
  12. I warned you in your second post here:...

    I warned you in your second post here: https://www.thinbasic.com/community/showthread.php?13306
    No info about thinBasic at your site.
    Now you have been banned forever from thinBasic Community...
  13. This is a C library, you need some C compiler to...

    This is a C library, you need some C compiler to compile the DLL
    In this case the authors have already created a Visual Studio Solution from VS2010 to VS2022 and seem easy to compile it.

    So the...
  14. Replies
    10
    Views
    4,726

    Thanks Peter. Very happy when we can help. ...

    Thanks Peter.
    Very happy when we can help.

    Soon a new thinBasic version 1.12.1 I'm working on.
  15. Replies
    10
    Views
    4,726

    I think this is my mistake in thinBasic 1.12.0...

    I think this is my mistake in thinBasic 1.12.0 :oops:

    Please download attached thinCore.dll and copy it into \thinBasic\ path substituting the one you have
    It is thinCore 1.12.1 I'm working on...
  16. Replies
    10
    Views
    4,726

    Hope this can help. Attached an UDP_Server...

    Hope this can help.

    Attached an UDP_Server script and UDP_Client. I've added both sources and bundled exe
    Tried to keep as simple as possible to concentrate only on send/receive

    UDP_Server
    on...
  17. Replies
    10
    Views
    4,726

    I will work in the week-end on a simple script to...

    I will work in the week-end on a simple script to test
  18. Dear ElliottImart (human???), you did 2 posts...

    Dear ElliottImart (human???),

    you did 2 posts here about technsight.

    I've tried your technsight web site asking about "thinBasic" but there is nothing there.

    I've nothing against helping...
  19. Replies
    10
    Views
    4,726

    Ciao, have you tried sample scripts in...

    Ciao,

    have you tried sample scripts in \thinBasic\SampleScripts\TcpUdp\
    There are 2 scripts and 1 include file:
    UDP_Notify_Server.tbasic
    UDP_Notify_Client.tbasic
    UDP_Notify_Common.INC

    The...
  20. Ciao Rene, always difficult to compile a C /...

    Ciao Rene,

    always difficult to compile a C / C++ projects especially if it were developed for *nix first or * only

    In the past I had some success compiling CJSon sources from...
  21. Replies
    1
    Views
    1,910

    First of all, thanks for testing, it is always...

    First of all, thanks for testing, it is always usefull.

    To me all exposes cases are as expected.

    ++ is not supported by thinBasic, at the moment it is just ignored.
    All the other cases ... if...
  22. Those messages posted by AI bot are doing great...

    Those messages posted by AI bot are doing great job :D
  23. Replies
    5
    Views
    3,272

    Thanks Dany for private feedback and testing ...

    Thanks Dany for private feedback and testing

    I've recoded from the ground up a new splitter and seems working quite fine.
    There are still some little defects that I will try to solve in next...
  24. Replies
    5
    Views
    3,272

    I've a created a test program to see if this can...

    I've a created a test program to see if this can be a solution.
    On my multi monitor computer it seems working fine

    Let me know
    If working fine I will try to update thinAir using this technique....
  25. Replies
    5
    Views
    3,272

    Sorry for that :oops: Yes it is a mess. Will...

    Sorry for that :oops:
    Yes it is a mess.

    Will try to fix next days at office where I have more screens attached to my computer and I can test better.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4