Search found 4185 matches
is image supposed to only be in the scope of the sub? then the dim statement must be inside the sub ( drawstuff() ). if its supposed to be shared then put dim shared image as SDL_Surface ptr above all of your includes, and it will be shared among all of them that come below it. edit: and if youre sh...
- Jun 03, 2005 6:17
- Forum: General
- Topic: wxCRP: Code Repository Tool
- Replies: 2
- Views: 2831
- Jun 02, 2005 13:15
- Forum: Beginners
- Topic: help. two windows.
- Replies: 9
- Views: 5774
- Jun 02, 2005 12:28
- Forum: General
- Topic: "Suspicious pointer assignment" -help
- Replies: 16
- Views: 9587
- May 30, 2005 17:10
- Forum: Beginners
- Topic: Directory structure
- Replies: 15
- Views: 8843
dont take this as an insult of your problem solving abilities, but if youre going to study, just study the win-api and stop trying to do it by hand. this is why we have os's, ao you can have intrinsic funcs to do things like this, instead of reinventing the wheel everytime. now, don't ask me how to ...
- May 30, 2005 16:16
- Forum: General
- Topic: Latest gfxlib news
- Replies: 13
- Views: 6878
- May 30, 2005 16:12
- Forum: Beginners
- Topic: Directory structure
- Replies: 15
- Views: 8843
- May 30, 2005 13:37
- Forum: Projects
- Topic: The ICFP 2005 Contest
- Replies: 1
- Views: 3207
- May 30, 2005 13:13
- Forum: Documentation
- Topic: Wiki-Keywords like "KeyPgFornext"...
- Replies: 2
- Views: 3007
- May 29, 2005 2:09
- Forum: Beginners
- Topic: This is first try so i add it here =)
- Replies: 4
- Views: 4064
- May 29, 2005 1:52
- Forum: Tips and Tricks
- Topic: useless funcc
- Replies: 2
- Views: 3436
- May 29, 2005 0:02
- Forum: Tips and Tricks
- Topic: useless funcc
- Replies: 2
- Views: 3436
useless funcc
ive posted this a couple places. just a lil routine i made to convert a binary string into an integer.... probably useless, but here it is in case someone wants it ^^ heres a demo showing how to use it Function VFB( bin_string$ ) As uInteger 'Value From Binary ( String ) Dim speed_pl...
- May 27, 2005 21:53
- Forum: Tips and Tricks
- Topic: TUTORIAL: Using FMOD for In-Game Music
- Replies: 23
- Views: 30230