Search found 86 matches
- Nov 09, 2011 20:57
- Forum: Community Discussion
- Topic: Display unread messages
- Replies: 8
- Views: 1240
I've been having a different yet related problem for around 4 years on just this forum, and on any browser, any PC. When I go to the forum "fresh" e.g. just turned on my PC in the morning and typed in the url, I appear to be logged out. If I then try to login the software does so but sets all posts ...
- Oct 29, 2011 1:50
- Forum: Community Discussion
- Topic: @ Lachie + anonymous1337 and other potential FB enthusiasts
- Replies: 38
- Views: 4455
You seem to be applying corporate thinking to something that is to all intents and purposes a hobby for everyone involved. You may get the odd person driven enough to want to do as you say, but jumping in and saying "Hey, everyone start working" will quickly make the venture a whole lot less fun for...
- Aug 25, 2011 0:03
- Forum: Community Discussion
- Topic: The new website
- Replies: 150
- Views: 23687
- Feb 22, 2009 19:54
- Forum: Community Discussion
- Topic: Freebasic.net got hacked
- Replies: 22
- Views: 5141
- Feb 19, 2009 16:12
- Forum: Community Discussion
- Topic: 45 bugs in the FreeBASIC compiler?
- Replies: 36
- Views: 7408
- Feb 06, 2009 6:24
- Forum: Documentation
- Topic: The Wiki is broken.
- Replies: 22
- Views: 10199
- Feb 01, 2009 14:12
- Forum: General
- Topic: Constructor not called upon return from operator?
- Replies: 4
- Views: 1889
- Feb 01, 2009 6:11
- Forum: General
- Topic: Constructor not called upon return from operator?
- Replies: 4
- Views: 1889
Constructor not called upon return from operator?
I came across a problem with memory access violations, and discovered it was because the constructor of my udt wasn't being called when a new instance was created for the return from one of its operators. Is this normal behaviour for some internal reason, or a bug?
- Jan 30, 2009 16:30
- Forum: General
- Topic: ASM Oddness...
- Replies: 8
- Views: 1794
- Jan 28, 2009 22:52
- Forum: General
- Topic: ASM Oddness...
- Replies: 8
- Views: 1794
ASM Oddness...
I'm having trouble with a certain SSE instruction within an ASM block. I'm using addps to add two vectors together, now it works fine if I load the two vectors into xmm0 and xmm1 respectively, then add them together. However if I try to just move the first into xmm0 and add the second to it directly...
- Jan 28, 2009 0:30
- Forum: General
- Topic: Will the Freebasic graphics hurt computer hardware
- Replies: 5
- Views: 1217
Yes, but calling a standard screen resolution through Windows isn't "messing with ports". It's perfectly true that in the days of DOS, calling ports without knowing what you were doing was a sure-fire way of causing trouble, but setting a screen mode has little to no associated risk, especially if i...
- Jan 16, 2009 1:56
- Forum: Beginners
- Topic: Coming from VB.Net
- Replies: 8
- Views: 1785
Type Point2D 'no Point class exists so a custom one must be defined, also Point is a keyword so the name must be different. x as integer y as integer End Type Dim as Point2D x, y 'Create X and Y as variables of type Point2D ScreenRes 640, 480, 32 '640x480 window, 32-bit depth x.x = 0 x.y = 0 y.x = ...
- Dec 26, 2008 22:01
- Forum: General
- Topic: Type operator trouble
- Replies: 1
- Views: 807
Type operator trouble
I'm trying to achieve something similar to this: shape.vertex(x, y) = anxyzvalue Where anxyzvalue is a udt, shape is a udt and vertex(x,y) is a sub or function in the type assigned to shape. I'm using a custom dynamic array that enables each "shape" to be assigned an arbitrary number of vert...
- Dec 26, 2008 2:45
- Forum: Community Discussion
- Topic: FreeBASIC 1.0
- Replies: 30
- Views: 6230
- Jul 29, 2008 20:55
- Forum: Community Discussion
- Topic: FreeBASIC wikipedia article flagged for notability
- Replies: 29
- Views: 7795