Hi People, I am using the function StartTasks () in my program and running my program from the PDE. Every once and a while (I haven't noticed a pattern) the...
20378
Albert
barre_mill
Jul 9, 2012 1:57 pm
Hi Vincent Voois, a long while back you put out to the XB community a nice XB compiler that i was able to put together as an icon and it compiled with no...
20379
Vincent Voois
vvacme
Jul 9, 2012 10:00 pm
Hi Albert, I have posted the files on my own sourceforge space long time ago and haven't changed anything on that site. though the basic webring seems to claim...
20380
Albert
barre_mill
Jul 10, 2012 2:13 am
... =================================================== Thanks Vincent, i will try to put this together and get the thing running as i had in the distant past....
20381
Albert
barre_mill
Jul 15, 2012 7:23 pm
... Hi Vince, still trying to get the XCOMPILE to work right. I get these error messages when trying to run it. ...
20382
n0wiq
Jul 17, 2012 12:47 pm
Hi People, My question is: Does XstSleep () effect the cycle time of a task started XstStartTask ()? By the way some one once said XstStartTask () puts a...
20383
Vincent Voois
vvacme
Jul 17, 2012 1:16 pm
the compilation doesn't work because this external routine is not found in any of the functions: '_TrackMouseEvent@4' Which is a "User32" API call, i guess for...
20384
Albert
barre_mill
Jul 18, 2012 2:08 am
... Hi Vince, the platform thati am using is XP. al...
20385
Steve Gunhouse
sgunhouse
Jul 18, 2012 4:47 am
... If your program includes XgrProcessMessages in a loop, then it has a message loop. Note that all programs run in the PDE have a message loop, since the PDE...
20386
Steve Gunhouse
sgunhouse
Jul 18, 2012 4:48 am
... 32-bit or 64-bit? -- Steve...
20387
Albert
barre_mill
Jul 18, 2012 2:03 pm
... Steve it is 32-BIT...
20388
Vincent Voois
vvacme
Jul 18, 2012 8:03 pm
I have been whipping up a Windows XP environment using VirtualBox and testing this. I cannot reproduce your problem with the xcompiler binary running out of...
20389
Albert
barre_mill
Jul 19, 2012 1:48 am
... ================================================================== Vin, Steve, FIXED: - was using xbasic distribution (6.2.3) provided from official site...
20390
Vincent Voois
vvacme
Jul 19, 2012 4:47 pm
... If this regards a program not closing after closing the main window: When you close a program, the messagehandler is sending #CloseWindow message to...
20391
Albert
barre_mill
Jul 22, 2012 12:47 am
Still no luck. To reduce this problem to a smaller one, I created a very small program to test the XstDisplayConsole function per your suggestion. PROGRAM...
20392
Vincent Voois
vvacme
Jul 22, 2012 10:11 am
Did you used the XRP library that was included in xcompiler 2.6 or did you assembled a new XRP library with Analasm.x and which XBasic source version did you...
20393
n0wiq
Jul 22, 2012 10:58 am
Does the CreateWindows () contain a CreateConsole ()? Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
20394
Vincent Voois
vvacme
Jul 22, 2012 12:38 pm
That should not really matter, If Xst is imported, the console should display when called. I compiled and ran his test on my Windows 7 machine, i can mimic his...
20395
Albert
barre_mill
Jul 22, 2012 10:08 pm
Hi, Using the xcompiler 2.6 binary as-is from this link: http://gnetools.sourceforge.net/xbsupport/files/xcompiler_2.6_2011.zip Did not recompile xcompiler or...
20396
Albert
barre_mill
Jul 22, 2012 10:10 pm
Hi yes I did try adding a CreateConsole but it had no effect. Thanks...
20397
Vincent Voois
vvacme
Jul 23, 2012 4:43 pm
Did you also tried the Inline$ test (rather than your print test) that i submitted in my last post?...
20398
n0wiq
Jul 27, 2012 7:25 pm
Hi People, I am reselling with how to merge the thoughts managing data flow to my radio with concurrently running functions and getting the data shown on the...
20399
Vincent Voois
vvacme
Jul 27, 2012 7:47 pm
Any actions done in the display function should be treated. If you are performing own loops take care you add a processmessages function call in side that loop...
20400
Kerry Miller
n0wiq
Jul 28, 2012 3:41 am
Hi People, Either you missed the point or I didn't make myself clear. The three functions started by XstStartTask () are the concurrent code that manages the...
20401
Steve Gunhouse
sgunhouse
Jul 28, 2012 6:28 am
The other functions are not loops - they all exit, and return to the message loop. But that is neither here nor there - where does it make the most sense to...
20402
n0wiq
Jul 28, 2012 6:17 pm
Hi People, Excluding PROLOG I can write a program that is not a windows program that launches 3 functions with XstStartTask. These functions identify the...
20403
n0wiq
Jul 28, 2012 6:49 pm
Hi People, The attached program is one I wrote to more understanf XstStartTask(). Where is the message loop? -- Kerry N0WIQ My web site URL is: ...
20404
Steve Gunhouse
sgunhouse
Jul 29, 2012 6:23 am
... Well regardless, they all return. I was - and still am - presuming the last discussion was about a GUI program, where the place they return would be the...
20405
Eddie Penninkhof
wizball1
Jul 29, 2012 8:10 am
The domain xbasic.net is currently registered by me. This registration ends on 12 september 2012 and I won't renew it. If anyone is interested in taking over...
20406
n0wiq
Aug 2, 2012 4:00 pm
Hi People, I have an issue relating to data flow. I have a function that displays the raw data to the console. What causes the console to go black. -- Kerry...