User Activity

  • Posted a comment on ticket #493 on FreeBASIC Compiler

    Update: bug still not fixed: https://www.freebasic.net/forum/viewtopic.php?t=31958

  • Posted a comment on discussion setedit-users on SET's Editor, a friendly text editor

    Hi! How to set English menu? I have Russian-speaking Linux. The menu contains strange symbols. Options->encoding only changes the encoding of the file.

  • Posted a comment on discussion General Discussion on Gui Library window9

    Hi! 1) Delete all files related to window9 on your computer 2) Download the latest version of window9 (archive window9_linux.tar.gz) 3) Select libwindow9.a version from bin / Lin64 / gtk3 folder for 64-bit system or bin / Lin32 / gtk3 for 32-bit system 4) In the file window9.bi uncomment the line '#define USE_GTK3 5) GTK3 needs libwebkit2gtk-3.0, but your current version is compatible with it. Just create a symlink from your libwebkit2gtk-4.0.so .... to libwebkit2gtk-3.0.so

  • Posted a comment on ticket #1421 on Scintilla

    It's clear. Thanks for the answer!

  • Created ticket #1421 on Scintilla

    How compile shared library with lexers?

  • Created ticket #932 on FreeBASIC Compiler

    Examples bugs cairo

  • Posted a comment on discussion General Discussion on Gui Library window9

    Try checking what the BITMAP is before sending it to the RESIZE_IMAGE function: Var bitmap=Load_image("image.jpg") if bitmap then messbox("success" , "success") Resize_image(.....) else messbox("error" , "error") endif I can't find the error from here. Unambiguously, an invalid BITMAP is received in the RESIZE_IMAGE function or other functions. Find this place in the code where the error takes off. Most likely you made a mistake with the file load line in Load_image

  • Posted a comment on discussion General Discussion on Gui Library window9

    Do you call the FREE_IMAGE function and then use the image functions? The FREE_IMAGE function is called when the image is no longer needed. Basically: after calling FREE_IMAGE, the image no longer exists and any access to this image causes an error, even if it is displayed in the gadget.

View All

Personal Data

Username:
stabud
Joined:
2012-02-04 06:58:29

Projects

This is a list of open source software projects that stabud is associated with:

  • Project Logo CHMVIEW CHM viewer for linux Last Updated:
  • Find utility for DOS Utility for searching files in DOS system Last Updated:
  • FreeBasic containers(map , vector ....) Containers (map , vector , list , queue , stack) Last Updated:
  • Project Logo FrontEnd GDB for freebasic frontend gdb for freebasic for windows , linux Last Updated:
  • GameWord Игра для собирания слова Last Updated: