Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16410 - 16439 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16410
Thank you, I will look into these....
jjdinger42
Offline Send Email
Feb 1, 2006
12:48 pm
16411
Thank you, I will look into these....
jjdinger42
Offline Send Email
Feb 1, 2006
12:49 pm
16412
... 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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 1, 2006
2:22 pm
16413
... 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...
Vincent Voois
vvacme
Offline Send Email
Feb 1, 2006
4:34 pm
16414
... elements. ... to an ... points ... nodes ... lines ... and ... other ... database ... or ... using ... has ... lowest ... Interesting approach. If I...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 1, 2006
8:43 pm
16415
Hello Again, Is there a way to create ISAM files in XBasic. I don't need a relational database. Thnx, Dante...
webjumperx
Offline Send Email
Feb 1, 2006
11:29 pm
16416
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...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2006
12:49 am
16417
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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 2, 2006
9:21 am
16418
... 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...
Vincent Voois
vvacme
Offline Send Email
Feb 2, 2006
10:06 am
16419
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...
Steve Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2006
12:16 pm
16420
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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 2, 2006
12:46 pm
16421
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...
Noel Pil
noelpilterhorst
Offline Send Email
Feb 2, 2006
11:47 pm
16422
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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 6, 2006
11:07 am
16423
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...
nasim khatibi
nasimkha
Offline Send Email
Feb 6, 2006
3:53 pm
16424
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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 6, 2006
4:09 pm
16425
... I have no problems using the XgrSetImage and XstGetConsoleGrid XgrLoad should be XgrLoadImage Your first program line reads Xst Get ConsoleGrid while this...
Vincent Voois
vvacme
Offline Send Email
Feb 6, 2006
4:45 pm
16426
I use xbasic 6.2.3. Nasim ... Yahoo! Mail - Helps protect you from nasty viruses....
nasim khatibi
nasimkha
Offline Send Email
Feb 6, 2006
4:55 pm
16427
I could place the code and run it without having any problems (except for the completing XgrLoadImage command and removing the spaces from XstGetConsoleGrid) ...
Vincent Voois
vvacme
Offline Send Email
Feb 6, 2006
7:14 pm
16428
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...
gedcda72
Offline Send Email
Feb 8, 2006
3:02 am
16429
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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 8, 2006
9:56 pm
16430
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...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 8, 2006
10:02 pm
16431
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 ()...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 9, 2006
12:11 am
16432
... 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...
Vincent Voois
vvacme
Offline Send Email
Feb 9, 2006
7:05 am
16433
... 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....
Vincent Voois
vvacme
Offline Send Email
Feb 9, 2006
7:08 am
16434
... given ... solution ... feature ... written ... from ... Yes, speed of treatment was also in my mind. And this is why a some BITFIELD(addr, unlimitedOffset)...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 9, 2006
10:48 am
16435
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. ...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 9, 2006
4:32 pm
16436
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...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 9, 2006
4:53 pm
16437
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...
Vincent Voois
vvacme
Offline Send Email
Feb 9, 2006
4:57 pm
16438
... (...) ... hack the ... about ... needed ... are a ... function ... copying ... when ... Unfortunately we ... SINGLEAT() is the solution that I adopted to...
Julien Rouiller
julienrouiller
Offline Send Email
Feb 9, 2006
9:02 pm
16439
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...
the_watchmann
Offline Send Email
Feb 10, 2006
10:54 am
Messages 16410 - 16439 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help