Search:

Type: Posts; User: mike lobanovsky; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    235
    Views
    67,310

    Beta testing This is not correct. All thinBasic arrays are...

    This is not correct. All thinBasic arrays are always 1-based. So, UBound will always return 5 for a 5-element array.

    What I'd recommend would be reading the manual more thoroughly before giving...
  2. Replies
    10
    Views
    6,123

    Now it's GetTickCount64()...

    Now it's GetTickCount64(), a more robust function that wouldn't fail every 40 days due to insufficient capacity of 32-bit integers.
  3. Replies
    3
    Views
    2,986

    The files extracted temporarily from the bundle...

    The files extracted temporarily from the bundle are stored alongside the program (bundle) file but are marked with a "hidden" attribute. Thus they won't be normally visible to the user unless the...
  4. Replies
    4
    Views
    84,624

    You're welcome, primo. Terminology: ...

    You're welcome, primo.

    Terminology:


    DECLARE FUNCTION Foo LIB "Bar.dll" (ByVal param AS LONG) AS LONG ' this is called "forward declaration"


    FUNCTION Foo(ByVal param AS LONG) AS LONG '...
  5. Replies
    4
    Views
    84,624

    Hi primo, Disclaimer: I have not run your...

    Hi primo,

    Disclaimer: I have not run your code, I have only looked through it. Still my comments can lead you in the proper direction for you to be able to understand and debug your code...
  6. Replies
    17
    Views
    10,877

    Brice, due to its extreme popularity UPX...

    Brice, due to its extreme popularity UPX compression should be very well known to the AV analyzers by now, whether its "signatures" are present in the packed exe or not. (yes, you can clean the exe...
  7. Replies
    17
    Views
    10,877

    Thank you very much for your appreciation, Brice....

    Thank you very much for your appreciation, Brice. And my heart goes to Eros and Petr. They are great at whatever they are doing, and they are also very friendly and easy-going socially, which is...
  8. Replies
    17
    Views
    10,877

    :eusaclap: I second every single word of your...

    :eusaclap:

    I second every single word of your message, Brice.

    I am literally sick and tired of all the decades of warfare of a lone indie developer against the hordes of money-thirsty blood...
  9. Replies
    48
    Views
    135,119

    No more red alerts for me. Congrats Eros and...

    No more red alerts for me. Congrats Eros and everyone! :)


    (I guess FBSL has been rehabilitated? ;) )
  10. Replies
    48
    Views
    135,119

    :drink: to you too Eros, And don't forget to...

    :drink: to you too Eros,

    And don't forget to Ctrl+F5 (clear your internet caches) each time you try to access the offending red page. This ensures you will see the original page immediately after...
  11. Replies
    48
    Views
    135,119

    @Brice: No, you can't do that selectively...

    @Brice:



    No, you can't do that selectively site by site yet you can lift off Google's red alerts altogether. Goto your Firefox' Tools->Options->Security tab and uncheck the "Block dangerous and...
  12. Replies
    48
    Views
    135,119

    Oh really? :D

    Oh really? :D
  13. Replies
    3
    Views
    2,356

    Thank you Primo. Let's make this world a little...

    Thank you Primo. Let's make this world a little better. :)
  14. Replies
    3
    Views
    2,356

    No Primo, The correct Russian translation of...

    No Primo,

    The correct Russian translation of an isolated word "unicode" would be "юникод" rather than "юникода". The former is the noun's initial Nominative Case while the latter is its Genetive...
  15. Replies
    2
    Views
    4,194

    Here is the link to Rob's photo page on Flickr....

    Here is the link to Rob's photo page on Flickr. Talents, if present, are usually multi-dimensional.


    https://www.flickr.com/photos/32981029@N07/
  16. Replies
    6
    Views
    4,805

    Adding an explicit call to the ExitProcess(n)...

    Adding an explicit call to the ExitProcess(n) WinAPI (a kernel32.dll export), where n is the user-defined program exit code to be returned to the OS once the process is closed, to the program...
  17. Replies
    6
    Views
    6,454

    Hi catventure, It downloads and runs OK for me...

    Hi catventure,

    It downloads and runs OK for me under 64-bit Windows 7 Ultimate Sp1 under both Admin and Guest accounts with the only exception that it requires additional confirmation for...
  18. Problem with MS' Recent KB3013455 Update

    Hello guys,

    Those who are still on XP, Vista, Windows Server 2003 and 2008, beware of Microsoft's recent KB3013455 security update! You will be getting it from MS' download service in the usual...
  19. http://christhehumanist.files.wordpress.com/2011/1...

    http://christhehumanist.files.wordpress.com/2011/12/jesus-guy.jpg
  20. Replies
    8
    Views
    5,966

    Vacuum cleaning the estate's interior in these...

    Vacuum cleaning the estate's interior in these windy rocky desert surroundings might be one hell of a job. :)
  21. Replies
    3
    Views
    3,504

    http://www.clipartbest.com/cliparts/RiA/RKK/RiARKK...

    http://www.clipartbest.com/cliparts/RiA/RKK/RiARKK6iL.png
  22. Replies
    3
    Views
    3,299

    Luc's Scarlett fever. :)

    Luc's Scarlett fever. :)
  23. Replies
    19
    Views
    16,267

    AFAIK modern Oxygen supports two notations for...

    AFAIK modern Oxygen supports two notations for variadic functions with unlimited number of arguments:

    function foo(...)

    and

    function foo(sys n, ...)

    wherein access to the variadic args is...
  24. Replies
    23
    Views
    10,291

    OMG, it does look half alive replicating itself...

    OMG, it does look half alive replicating itself on and on! :o
  25. Replies
    5
    Views
    3,810

    Perhaps. But there's at least one where you can't...

    Perhaps. But there's at least one where you can't -- not any more.
Results 1 to 25 of 199
Page 1 of 8 1 2 3 4