Search found 1814 matches

by agamemnus
Jun 07, 2007 1:25
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

Ok, I see.

But why is the "gReat fUnction and operator overloading... Mmm!" (eg: rum) gone?

Why is the rum always gone?

:(
by agamemnus
Jun 06, 2007 23:32
Forum: General
Topic: files for compiling Linux code in Windows?
Replies: 4
Views: 1253

I figured out a way around it. I'm going to compile my programs on the server. =)
by agamemnus
Jun 06, 2007 18:37
Forum: General
Topic: files for compiling Linux code in Windows?
Replies: 4
Views: 1253

I read most of that after I posted this, but there is still no solution given in the thread. (I don't understand v1c's arguments on this issue)

For now, I am going to ask someone with a linux FB version to compile programs...
by agamemnus
Jun 06, 2007 18:36
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

Cause it seems that the new 17b version with -lang qb has fewer features than the 16c version... Read changelog.txt, thanks. Where are you going with this? Your qb compatibility fixes are nice, but counting prime said: >One problem with "-lang qb", which I think probably hurts it most, is...
by agamemnus
Jun 05, 2007 22:49
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

Some of that is terrible, though.... I coded some programs with the no-space-padding thing and now it's back. I could not use the -lang qb option but then other things will break. =\
by agamemnus
Jun 05, 2007 21:07
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

I hope that once your object oriented stuff is added, you can begin supporting the QB stuff (eg: without using -lang qb) again. Is there a reason that this would work when FB's OO stuff is more complete? I don't see as to why this would be, unless QB was put in it's own Class? :P Even then a compil...
by agamemnus
Jun 05, 2007 20:43
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

Wow.

I hope that once your object oriented stuff is added, you can begin supporting the QB stuff (eg: without using -lang qb) again.
by agamemnus
Jun 05, 2007 20:35
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

Ya, i know.

If these things are deprecated, i could not find the documentation for it, nor info on the replacement in the wiki.
by agamemnus
Jun 05, 2007 19:58
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5219

er... 17b differences?

(1) error 135: Only valid in -lang deprecated or qb, found 'defint' in 'cls: defint a-z' (2) error 137: Suffixes are only valid in -lang deprecated or qb, found 'temp' in 'declare sub replace (byref temp$, a$, b$)' (2) error 137: Suffixes are only valid in -lang deprecated or qb, found 'temp' in 'd...
by agamemnus
Jun 05, 2007 19:03
Forum: General
Topic: files for compiling Linux code in Windows?
Replies: 4
Views: 1253

files for compiling Linux code in Windows?

Hello,

I tried compiling a program with FBIde and Freebasic .17b using:

Code: Select all

<$fbc> -target linux <$file>
I got an error:

C:/programming/myprogs/testcron.bas() error 80: Executable not found, C:\programming\FreeBASIC\bin\linux\as.exe

Where can I get these files?
by agamemnus
Apr 25, 2007 2:29
Forum: General
Topic: Polygon Challenge
Replies: 26
Views: 5319

It's quite simple. So, after your hypothetical splitting occurs, you have two polygons. We know that all polygons can be subdivided into smaller triangles. There is a standard formula for calculating the area of a triangle, so you must split the polygon into triangles and then add up their areas. Th...
by agamemnus
Oct 22, 2006 3:36
Forum: Sources, Examples, Tips and Tricks
Topic: Load/Save .gif using FreeImage
Replies: 4
Views: 2486

Thank you cha0s. Number person, I did look too and I couldn't find exactly what cha0s did here. :-)
by agamemnus
Sep 25, 2006 19:34
Forum: Libraries Questions
Topic: vbcompat.bi errors.
Replies: 4
Views: 3165

Thanks.
by agamemnus
Sep 24, 2006 16:46
Forum: Libraries Questions
Topic: vbcompat.bi errors.
Replies: 4
Views: 3165

vbcompat.bi errors.

I ran the example dateserial command (from FBIde's examples):

Code: Select all

#include "vbcompat.bi"
a!=dateserial (2005,11,28)
Print format(a!,"yyyy/mm/dd hh:mm:ss") 
Error here:
File Not Found: #include once "file.bi"

Now what....? :-(
by agamemnus
Sep 14, 2006 2:11
Forum: General
Topic: B+ Tree implementation in FB needed.
Replies: 7
Views: 1882

Yeah, sure, that would help.