Search found 563 matches

by Galeon
May 08, 2009 4:11
Forum: Archive
Topic: FreeBASIC + FBEdit (bundle full offline installer)
Replies: 10
Views: 5883

Re: fbc folders

thanks, i also like the fbedit bundle, but it needs internet connection while installing, my computer doens't have it, i only dload files from internet shops, your installer is what we need because time is very important to others like me, it includes everything a newbie will need
by Galeon
May 07, 2009 9:49
Forum: Windows
Topic: Segmentation Fault in WebBrowser FreeBASIC Example?
Replies: 3
Views: 1315

gdb result

starting program: (...)WebBrowser/test.exe Program recieved signal SIGSEGV, Segmentation fault. [Switching to thread 388.0x1c0] 0x77ea0f92 in _C__prg_code_bas_FreeBASIC_lib_win32_def____libuser32_dll_a_iname backtrace: #0 0x7c90eaf0 in _C__(like above) #1 0x0236e640 in ?? () #2 0x0236ed38 in ?? () i...
by Galeon
May 07, 2009 9:24
Forum: Windows
Topic: Segmentation Fault in WebBrowser FreeBASIC Example?
Replies: 3
Views: 1315

more info...

it is the webbrowser example at (fbc folder)/examples/windows/com/webbrowser/webbrowser.bas i think the problem is in the webctrl library, GDB won't complain if you will comment the line 278 to 280 of webbrowser.bas. when i tried profiling, CInPlaceSite_QueryInterface and CInPlaceFrame_QueryInterfac...
by Galeon
May 07, 2009 2:42
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 241826

multiline comments and addin filenames

fbedit still parse multiline comments inside single line comments that starts with 2 "'", so this '' /' Print "This will be printed" '/ will all be a multiline comment, but it will compile correctly. It should ignore all comments starting with "''". I also tried to chan...
by Galeon
May 06, 2009 8:43
Forum: Archive
Topic: FBIde - still alive
Replies: 151
Views: 52515

user interface

when i first saw it, i know i would like fbide. i'm currently using fbedit because of rad, but always changing the settings to make it look like fbide (great design!). i think its better to add a "basic settings only" to the settings so newbies won't be distracted with a lot of features th...
by Galeon
May 06, 2009 7:32
Forum: Archive
Topic: FreeBASIC + FBEdit (bundle full offline installer)
Replies: 10
Views: 5883

fbc folders

Suggestion: I think its better if the compiler while fbedit is in the FBEdit folder, so I can still install fbide or other fb ide's, and the fbedit desktop shortcut is named "FreeBASIC code editor", I think "FBEdit" is better
by Galeon
May 06, 2009 6:37
Forum: Windows
Topic: Segmentation Fault in WebBrowser FreeBASIC Example?
Replies: 3
Views: 1315

Segmentation Fault in WebBrowser FreeBASIC Example?

when i tried to debug the webbrowser example, gdb starts complaning when browser->navigate( url ) is called.
by Galeon
May 06, 2009 6:27
Forum: Windows
Topic: Custom toolbar images
Replies: 2
Views: 1251

settings for toolbar bitmaps

what are the "settings" (background color, image mode, etc) needed to create toolbar bitmaps with transparent background?