Search found 203 matches
- Feb 01, 2019 0:19
- Forum: Windows
- Topic: Ok to use 'END' in a thread?
- Replies: 4
- Views: 859
Re: Ok to use 'END' in a thread?
thaks guys and yeh counting_pine might try that _exit(1) although my program does only have 1 non global variable.
- Jan 31, 2019 1:36
- Forum: Windows
- Topic: Ok to use 'END' in a thread?
- Replies: 4
- Views: 859
Ok to use 'END' in a thread?
I have a program that runs a thread and I just tried to use 'end' in the thread rather than the main program and it ended the program no probs (Win10+FB1.01) so just wondering if this is ok to do (seems to be) as it suits my program better :)
- Jan 18, 2019 2:22
- Forum: Windows
- Topic: Multikey and Win10 Pro 64bit
- Replies: 7
- Views: 1463
Re: Multikey and Win10 Pro 64bit
ahh that's what it is - cheers Dodicat :)
- Jan 17, 2019 10:29
- Forum: Windows
- Topic: Multikey and Win10 Pro 64bit
- Replies: 7
- Views: 1463
Re: Multikey and Win10 Pro 64bit
Yeh it's prolly the browser but I like Edge actually and it's pretty fast too :)
- Jan 16, 2019 11:52
- Forum: Windows
- Topic: Multikey and Win10 Pro 64bit
- Replies: 7
- Views: 1463
Re: Multikey and Win10 Pro 64bit
Hey! sorry missed this! I ran your code and no probs here even with a sleep 100 in there. Then I ran this code: #include "fbgfx.bi" screen 8 do if multikey(fb.sc_left) then ? "x"; sleep 10 loop until inkey()=chr(27) and yeh on the 25th line it will scroll up as if you've used 'vi...
- Jan 16, 2019 0:19
- Forum: Windows
- Topic: Win10 and DSHOW
- Replies: 0
- Views: 1224
Win10 and DSHOW
Well, bummer that my video playing code does not work in Win10 Pro (ver. 10.0.17134) and I think it's because they've dropped directshow somewhere along the way so question is: What do you use to play video in FreeBasic now? I've tried the example program in Freebasic x64 (test.bas) and that just er...
- Dec 18, 2018 21:15
- Forum: Windows
- Topic: Multikey and Win10 Pro 64bit
- Replies: 7
- Views: 1463
Re: Multikey and Win10 Pro 64bit
Ahhh Nevermind! it all works properly now, even the original exe - weird!
- Dec 18, 2018 10:40
- Forum: Windows
- Topic: Multikey and Win10 Pro 64bit
- Replies: 7
- Views: 1463
Multikey and Win10 Pro 64bit
HI folks. Recently installed Win10 Pro 64bit and when I ran my WinPopUp program in FBIde got a strange behavior from multikey - here's the code: if multikey(&h3b) then start if multikey(&h58) then shutdown if multikey(&h3f) then centre v.hist(0),1,0 'show previous message and when the pr...
- Jul 10, 2018 20:33
- Forum: Windows
- Topic: Stopping System Messages in Consol
- Replies: 3
- Views: 831
Re: Stopping System Messages in Consol
Thanks guys! Both of those worked well and the re-direct to null is especially useful :)
- Jul 10, 2018 0:22
- Forum: Windows
- Topic: Stopping System Messages in Consol
- Replies: 3
- Views: 831
Stopping System Messages in Consol
How do you stop the messages from showing in your consul program? eg. When doing a shell 'copy' command the system will always report "1 file copied" or when you run a program the program itself might have a message too and print that in consol so i want to stop these messages from appeari...
Re: WinPopUp
Program totally re-written with better code.
- Jul 23, 2016 20:36
- Forum: Projects
- Topic: Hacker1984 demo
- Replies: 3
- Views: 1028
- Apr 17, 2016 20:53
- Forum: Projects
- Topic: Making a simple simulated world
- Replies: 84
- Views: 6581
Re: Making a simple simulated world
nice job! pretty cool :)
- Apr 15, 2016 0:38
- Forum: Projects
- Topic: Hacker1984 demo
- Replies: 3
- Views: 1028
Hacker1984 demo
Here's what i've been working on forever and apart from the rest of the 'systems' it's all there. Basically an 'Uplink' type game but back in the good old modem days. Everything is keyboard and fullscreen and not much to know apart from below. F1=Help screen and pretty much has all you need to get b...
- Apr 13, 2016 19:24
- Forum: Beginners
- Topic: Program Reducing
- Replies: 18
- Views: 1227
Re: Program Reducing
cheers fxm
Initially i thought since this one time code was about 1/4 the overall size of the .bas i would save 1/4 on the .exe eg. 80k but not so, and not even half that, so apart from that it would be a good learn about dlls, no point worrying about it :)
Initially i thought since this one time code was about 1/4 the overall size of the .bas i would save 1/4 on the .exe eg. 80k but not so, and not even half that, so apart from that it would be a good learn about dlls, no point worrying about it :)