Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Apr 1, 2005 11:28 am
15154
I uploaded xcompile.zip to the files area, which includes a ReadMe.txt file set up guide. This is an illustration of the ancient art of batch file programming....
I think I see an easy way to change my batch file so it can do .dll files. It would involve having the user save them with an extension other than .x, but it...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File : /xcompiler.zip ...
xbasic@yahoogroups.com
Apr 1, 2005 6:09 pm
15158
... To avoid confusion I'd suggest calling it something like XBasic-6.2.4-jd1.zip (actually XBasic-6.2.3-jd1.zip makes more sense, IMHO). CU, Eddie....
... No problem, I don't want to confuse people about the version number. I don't think, I'll be able to work on the linux port before next month. For the next...
OK, I figured out a better way to do this. It does not involve saving to a different file type. Instead, you'd double click a .x file to make a .exe file, or...
... One of the demos is meant to be compiled as a library, to be used by another demo program - though I forget which is which. One is aloha.x and the other...
Hi Hugh, I was able to run my Menu.bas program under freeBasic with your suggested change, but my other QB45 programs will not run. Your xBasic routine sounds...
... For condition compilation it's probably easiest to use the program 'cpp'. cpp is the C pre-processor and it's used also by the C and C++ compiler. It's...
On Sat, 02 Apr 2005 05:53:08 -0500, Eddie Penninkhof <wizball@...> ... The other thing which would be nice is to remove all ##whomask-related code from...
Hi again: Note only two menu items are working; 1. The first item of the CTR menu. ... SUB menuCTR SELECT CASE v0 CASE 1 ' ++++++++++++++++++++++ CTRMenu...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Apr 3, 2005 1:29 am
15168
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File : /XtoEXE.zip ...
xbasic@yahoogroups.com
Apr 3, 2005 5:32 am
15169
Greetings, I think I got the XtoDLL function working alright. The one thing I'm not sure of is what files can be safely deleted after a DLL is made. I know...
... (Sorry for the previous message, hit the wrong key.) The .dec file is required of course. I forget what the .def is supposed to be for, but it isn't used...
Hi: Wow, I really like the flashing cursor that I can now permanently change to the color RED. And I REALLY like the fact that I can now type over existing...
... I changed the code, so <Shift+Insert> now does the pasting again. ... I'll change that. ... On V6.2.3 using the find button does also repeat the last find,...
... Thanks thats fast work. ... < < string or prompt the user to enter a new string. ... Thanks again. ... I think the usage of the existing Replace Icon could...
... Unless I don't understand what you mean: that wouldn't work. At least not without having 2 versions of the runtime library. ##WHOMASK is still needed when...
... But there are already two versions of the runtime library. The runxb.dll and the xb.dll for the PDE. ... It depends on what code has to be removed. I see...
On Mon, 04 Apr 2005 16:47:39 -0400, Eddie Penninkhof <wizball@...> ... That's why I was specifying "the runtime", the PDE does require ##WHOMASK. With...
Ran into a bit of a problem using XBasic 6.2.3 for Linux as the grand finale porting my Inkey$ function to linux and giving it the last touch up for now, I...
XtoEXE.bat in this file - I would recommend putting an extra line after ... pause (this will leave the dos window open so an error can be seen) (-just press...
... <snip> ... Looks like an error in the XBasic source. I made some changes back in 2001 (20010109 according to my comments) to try to fix this very problem,...
Hi, ... Is there a way in XB to know the width of a char for a given font size? I would like to set a XuiLabel width to the length of the string it will...