Search found 4 matches

by 2Player
Tue Dec 20, 2005 2:10 pm
Forum: Coding Questions
Topic: Tailbite and PureBasic 3.94
Replies: 6
Views: 1265


ProcedureDLL Count(a,b)
For x=a To b
resultado=x
Next
ProcedureReturn resultado
EndProcedure

ProcedureDLL PatchFile(file.s,location.l,byte.s,aplicado.s,erro.s)
CopyFile(file,file+".bak")
If OpenFile(0,file)
FileSeek(location)
WriteString(byte)
CloseFile(0)
MessageRequester("Sucesso ...
by 2Player
Tue Dec 20, 2005 12:38 pm
Forum: Coding Questions
Topic: Tailbite and PureBasic 3.94
Replies: 6
Views: 1265

no updates available
by 2Player
Tue Dec 20, 2005 12:29 pm
Forum: Coding Questions
Topic: Tailbite and PureBasic 3.94
Replies: 6
Views: 1265

Tailbite and PureBasic 3.94

How to make Tailbite to compile libs for PureBasic 3.94?
In 3.93 it compile, but in 3.94 not.
by 2Player
Sat Dec 17, 2005 2:09 am
Forum: General Discussion
Topic: Write a compiler. Some possibility?
Replies: 55
Views: 13055

Write a compiler. Some possibility?

I'm thinking. Has any possibility of to write a new programming language and a compiler, using the PureBasic?

It's possible or I'm Crazy?