... XBasic ... misc ... See message #16406 for Vincent's answer. Hi Vincent, Thanks for your answer. I'm not sure that I catched all the details of your tips...
... I usually solve such problems by making the arrays global in the PROLOG: TYPE ID320 STRING * 4 .Tag XLONG .Reserved STRING * 30 .Title STRING * 30...
... elements. ... to an ... points ... nodes ... lines ... and ... other ... database ... or ... using ... has ... lowest ... Interesting approach. If I...
On Wed, 01 Feb 2006 15:41:43 -0500, Julien Rouiller ... Presumably those should be the same? ... Of course, I'll let Vince speak for himself. There are two...
Previous post: see message #16416 from Steven V. Gunhouse. Steven, Thank you to mention UNION. I had completely forgotten its existence. UNION may be useful...
... Yups it's the correct interpretation. Ofcourse it's a raw design of how you can implement it, i have walked into this problem myself where i had to deal...
On Thu, 02 Feb 2006 04:20:22 -0500, Julien Rouiller ... A union provides multiple ways to access the same data, so it has to have space for it. ... What I...
Answer to Vincent's message : #16418 Vincent, Thanks a lot for this very detailed and useful informations. As I can see, you are doing great things with...
In the property.xxx I enable xb Environment XuiSendMessage (2, #SetFont, 280, 400, 0, 0, 1, @"courier new") or other font. Nothing happens In the font.xxx...
Is there a simple way to tranfer bits from one composite type to another ? I tried to do this but without success because of different data types. Do the...
Hi, According to the tutorials by Vincent Voois in Xbasic Online Support desk I removed the comment quote away from the lines that start with IMPORT"xst" and...
Is there a simple way to tranfer bits from one composite type to another ? I tried to do this but without success because of different data types. Do the...
... I have no problems using the XgrSetImage and XstGetConsoleGrid XgrLoad should be XgrLoadImage Your first program line reads Xst Get ConsoleGrid while this...
I could place the code and run it without having any problems (except for the completing XgrLoadImage command and removing the spaces from XstGetConsoleGrid) ...
Awhile ago , last few months , I uploaded a file to this group . That file illustrated text resizing for most of the Toolkit objects . A variant upon this...
I maybe found the reason why data types were incompatible: in the BITFIELDs definitions, I forgot that the length must be given in bits and not in bytes. This...
When trying to compile a library using composite types, I get this message: CompositeType.doofus0 The above message is printed many times in the console...
On Wed, 08 Feb 2006 17:01:57 -0500, Julien Rouiller ... Umm ... Composite.doofus0 is an error line in xcow (the Windows compiler) in FUNCTION Composite ()...
... This might be a limitation of the assembly routine the code was written for (and to secure portability between various platforms) I don't know this for...
... I also have similar errors if i accidentally declare composite types sharing the same name being used in a different DLL, imported by the program....
... given ... solution ... feature ... written ... from ... Yes, speed of treatment was also in my mind. And this is why a some BITFIELD(addr, unlimitedOffset)...
Yes, the problem origin are composite types, but I cannot tell why? I posted the file "Problem.x" in the "doofus0 problem" folder in the Files->Members area. ...
On Thu, 09 Feb 2006 05:47:36 -0500, Julien Rouiller ... Not me (when it comes to x86 assembly), but I have been known to hack the assembly libraries. But...
Between two hyphens:would it be a wise thing to export the internal function called Entry? You problem is not PROLOG related but there is something wrong with...
... (...) ... hack the ... about ... needed ... are a ... function ... copying ... when ... Unfortunately we ... SINGLEAT() is the solution that I adopted to...
I have gone through the posts to date, but unfortunately have no experience with SQL so I am asking if someone would mind giving a couple of pointers on how to...