Search found 6 matches

by pingyu
May 09, 2018 5:37
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344077

Re: WinFBE FreeBASIC Editor for Windows (Updated April 19, 2018)

When I open a file contain too long line,WinFBE get crash. like this: TYPE Afx_IOPCServer_ EXTENDS Afx_IUnknown DECLARE ABSTRACT FUNCTION AddGroup (BYVAL szName AS WSTRING PTR, BYVAL bActive AS LONG, BYVAL dwRequestedUpdateRate AS ULONG, BYVAL hClientGroup AS ULONG, BYVAL pTimeBias AS LONG PTR, BYVA...
by pingyu
Jul 17, 2016 11:42
Forum: Projects
Topic: Hiberarchy state machine in freebasic
Replies: 2
Views: 1066

Re: Hiberarchy state machine in freebasic

Hi pingyu, From a quick glance it looks like you have a good understanding of translating C code to FB. I can't find much about 'hiberarchy' online; I presume this is a hierarchy(/hierarchical) state machine? How does it work, roughly? Yes, you are right. Hierarchical Because of my poor english,I'm...
by pingyu
Jul 17, 2016 5:38
Forum: Projects
Topic: Hiberarchy state machine in freebasic
Replies: 2
Views: 1066

Hiberarchy state machine in freebasic

This is a Hiberarchy state machine, implement in freebasic. Referenced from some C codes. This is my first post here,welcome for comments and suggestions :) fbHSM.bi: #define QSIG integer Enum PKGSTDSIGEnum Q_EMPTY_SIG = 0 Q_INIT_SIG = 1 Q_ENTRY_SIG Q_EXIT_SIG Q_USER_SIG End Enum type QEVENT sig as ...
by pingyu
Aug 14, 2009 9:08
Forum: Archive
Topic: FreeBASIC Extended Library Development Release
Replies: 17
Views: 5470

Re: FreeBASIC Extended Library Development Release

I compile the XML sample "simple.bas" found following err:
E:\tools\programming\FreeBASIC\extlib\examples\xml\simple.bas:15: undefined reference to `_ZN3EXT3XML4NODE12APPEND_CHILDERK8FBSTRINGNS0_11NODE_TYPE_EE@12'


how to correct this error? thanks
by pingyu
Apr 02, 2009 11:21
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240978

thanks

thanks
by pingyu
Apr 02, 2009 10:13
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240978

how to compile the rc file

when i open the fbEdit source using fbEdit IDE,i get following message:

<<<<<<< .mine

Unknown resource. Not supported by ResEd.

------------------------
and what is "mine","r936" and "r957"? thanks[/quote]