Search found 231 matches

by Makoto WATANABE
Mar 28, 2024 2:01
Forum: Sources, Examples, Tips and Tricks
Topic: Cairo animated spiral
Replies: 7
Views: 302

Re: Cairo animated spiral

Dear srvaldez;

Thanks for your quick reply.
Thanks to you, I am free to feel dizzy.
I am now enjoying the animated spiral.
by Makoto WATANABE
Mar 27, 2024 13:16
Forum: Sources, Examples, Tips and Tricks
Topic: Cairo animated spiral
Replies: 7
Views: 302

Re: Cairo animated spiral

I can't find the Cairo header in my environment.
Please tell me where I can get it.
I'm already dizzy before running the program.

FreeBASIC\bin\win32\ld.exe: cannot find -lcairo
by Makoto WATANABE
May 15, 2023 2:48
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 57138

Re: VFB IDE【Visual Freebasic】Like vb6@Updae2023-3-6

Many editors have a "Save As" item in the "File" menu.
In order to change existing code and use it as another program, I would like VFB to add not only "Save as template" but also "Save As" .
by Makoto WATANABE
May 12, 2023 7:21
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 57138

Re: VFB IDE【Visual Freebasic】Like vb6@Updae2023-3-6

After updating to VFB 5.8.9 2023-5-1, I was able to load program files with "File -> turn on". Thank you for your response. By the way, I want to create simple basic program files with extension "bas", not projects. Please let me know how to proceed in "File -> New". Wo...
by Makoto WATANABE
May 10, 2023 22:43
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 57138

Re: VFB IDE【Visual Freebasic】Like vb6@Updae2023-3-6

I have logged the results of running the "exe" file compiled by VFC5.8.9 with "sxstrace.exe". The log is as follows. ================= アクティブ化コンテキストの生成を開始します。 入力パラメーター: Flags = 0 ProcessorArchitecture = Wow32 CultureFallBacks = ja-JP;ja;en-US;en ManifestPath = C:\test\Str&WStr...
by Makoto WATANABE
May 09, 2023 13:40
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 57138

Re: VFB IDE【Visual Freebasic】Like vb6@Updae2023-3-6

I created Japanese Language files for VFB. https://makoto-watanabe.main.jp/freebasic/VFB_Japanese.zip The Chinese language file is large (8000 lines), and the Japanese part is still about half, but it should be usable without inconvenience for menu operations in Japanese environment. PS: I compiled ...
by Makoto WATANABE
Apr 21, 2023 23:41
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 57138

Re: VFB IDE【Visual Freebasic】Like vb6@Updae2023-3-6

FB can not use unicode in the variable and function names. VFB IDE replaces Unicode variable names in source codes with alphanumeric characters before passing them to fbc. For example, "漢字" is "u6F22u5B57" (This is my guess.). This is why the VFB IDE allows us to use Unicode char...
by Makoto WATANABE
Apr 11, 2023 5:11
Forum: Projects
Topic: VFB IDE【Visual Freebasic】Like vb6@5.8.11//2023-7-6
Replies: 142
Views: 57138

Re: VFB IDE【Visual Freebasic】Like vb6@Updae2023-3-6

I was able to use VisualFreeBasic 5.8.8 with english in my Japanese Windows 10 environment. Using VisualFreeBasic, I was able to use Japanese "漢字" for function and variable names, which dramatically improved the readability of programs. Please tell me one thing. To open bas file or ffp fil...
by Makoto WATANABE
Jan 18, 2023 15:30
Forum: Game Dev
Topic: Space Invaders
Replies: 13
Views: 4063

Re: Space Invaders

Dear ixiz9;

Thanks to you, I was able to enjoy the nostalgic game on my Win10 PC.
It's winter in Japan right now, but my hands were sweating.
Unfortunately, the game is over before the invaderes icon change.
I want to improve my skills when I have time and enjoy changing scenes.
by Makoto WATANABE
Dec 10, 2022 3:33
Forum: Sources, Examples, Tips and Tricks
Topic: ttf examples with sdl and fb native
Replies: 9
Views: 2157

Re: ttf examples with sdl and fb native

Dear UEZ;

Thanks for your quick reply.
I was able to display strings.

Image
by Makoto WATANABE
Dec 09, 2022 3:12
Forum: Sources, Examples, Tips and Tricks
Topic: ttf examples with sdl and fb native
Replies: 9
Views: 2157

Re: ttf examples with sdl and fb native

Dear UEZ; Thank you for showing us how to use the Windows API. The first time I used the program you taught me, the expected strings were displayed. However, after the second time, the screen turns black after the characters are displayed for a moment. When I restart Windows, the text appears again ...
by Makoto WATANABE
Dec 06, 2022 5:05
Forum: Sources, Examples, Tips and Tricks
Topic: ttf examples with sdl and fb native
Replies: 9
Views: 2157

Re: ttf examples with sdl and fb native

Dear thrive4; Thank you for your explanation. I was able to display Japanese characters on the screen using Japanese fonts. I am very grateful to you. https://makoto-watanabe.main.jp/freebasic/ttf_examplesJP.png ' fb truetype lib can be found at ' https://www.freebasic.net/forum/viewtopic.php?t=2508...
by Makoto WATANABE
Nov 25, 2022 2:48
Forum: Sources, Examples, Tips and Tricks
Topic: ttf examples with sdl and fb native
Replies: 9
Views: 2157

Re: ttf examples with sdl and fb native

Dear thrive4;

Thank you for publishing the FBTrueType.bi sample program.
I would appreciate it if you could add a screenshot of yours so I can see the results you are expecting.
On my screen I see the string ":fb version" but not "fb version".
Is this correct?
by Makoto WATANABE
Jul 23, 2022 12:41
Forum: Sources, Examples, Tips and Tricks
Topic: String Function replace() - Replace all occurrences of one character with another
Replies: 17
Views: 1843

Re: String Function replace() - Replace all occurrences of one character with another

Dear fxm;

Thanks for your quick reply.
Using 'replace ()' that you taught me, I was able to replace characters of Japanese strings.
I am very grateful to you.