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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10247 - 10276 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10247
... Hello Jim, Maybe a small bug in path$ function A double quote appears at the start of string if the program is launched by dblclick Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Jun 2, 2006
5:45 am
10248
... Hello Jim, Maybe a small bug in path$ function A double quote appears at the start of string if the program is launched by dblclick Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Jun 2, 2006
5:46 am
10249
... Thanks. A little revision of the path$ (alias app.path) now checks for leading double quote and removes them (one or more). That is, one or more leading...
doctor electron
globalservices1
Offline Send Email
Jun 2, 2006
1:02 pm
10250
... This work fine ;) Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Jun 2, 2006
1:40 pm
10251
... Thanks for feedback; I just edited the asm in the module; good to know that it really works. Now for an upcoming "j" version, I want to incorporate the...
doctor electron
globalservices1
Offline Send Email
Jun 2, 2006
4:14 pm
10252
... Are disabled type checking for Variant in udf argument will be included? - Don....
Don
don67geo
Offline Send Email
Jun 3, 2006
12:02 am
10253
... Yes, thanks for reminder, Don. Let's see what this means: 1. a DECLARE statement has an "As Variant" argument. This results in an automatic DIM of the...
doctor electron
globalservices1
Offline Send Email
Jun 3, 2006
12:38 am
10254
... I think it's great with immediate number and string. Just for variable argument shouldn't restricted to Variant type only. If non-Variant variable parsed,...
Don
don67geo
Offline Send Email
Jun 3, 2006
1:15 am
10255
A few weeks ago, I advised of a new program, ASCIIviewer uploaded to my web site. I have since, found that the application did not redraw properly when...
Philip Bister
philip.bister@...
Send Email
Jun 3, 2006
5:00 pm
10256
FYI, the "Linux" link in left panel of hotbasic.html now points to contentx.html -- a work in progress to document what we have or hope to have working in the...
doctor electron
globalservices1
Offline Send Email
Jun 6, 2006
12:34 am
10257
... Very well! highly the compiler :) bruno...
bruno
brunobdr
Offline Send Email
Jun 7, 2006
7:34 pm
10258
How to write byte value 14 into PNI byte 1? If we make a call to the DLL Open(@zTest) is the PNI value given as a byte instead of string. Is there a small...
chordnl
Offline Send Email
Jun 7, 2006
10:40 pm
10259
... byref$(@zTest.PNI,1)=chr$(14) 'try this If you will really be working with the individual bytes then you might want to try type tTest PNI1 as byte PNI2 as...
doctor electron
globalservices1
Offline Send Email
Jun 7, 2006
11:48 pm
10260
... There are so many functionally equivalent ways to handle data in HB, some other points might of general interest. Your usage of a pointer to a series of...
doctor electron
globalservices1
Offline Send Email
Jun 8, 2006
2:14 am
10261
But how define array like below in HB type test code: array[0..24,0..3] of byte end type Is it possible to implement in HB array's in type. Save's a lot of...
chordnl
Offline Send Email
Jun 8, 2006
8:38 am
10262
How to declare the following as STD call Declare Function GKClose lib "GKDLL.DLL" as byte grCor...
chordnl
Offline Send Email
Jun 8, 2006
9:38 am
10263
... 1. Easy: take it out of TYPE: type test 'non-array members defined here end type dim x as test dim x_array(24,3) as byte dim y as test dim y_array(24,3)...
doctor electron
globalservices1
Offline Send Email
Jun 8, 2006
12:22 pm
10264
... Correction: subscripting below is 1-based, not 0-based: MyByte = asc(xa[i*4+j+one]) 'read byte i,j xa=replace$(xa,chr$(k),i*4+j+one) 'write byte i,j with...
doctor electron
globalservices1
Offline Send Email
Jun 8, 2006
12:37 pm
10265
... exactly as you have above! In the calling module, the statement above with "lib" assumes you are doing a STD call. [BTW, there is no such thing as a...
doctor electron
globalservices1
Offline Send Email
Jun 8, 2006
12:56 pm
10266
HBassistant v1.44 has now been released. In this version: * Added extra description for EXP * Added description for antilogs, both common and natural. * Added...
Philip Bister
philip.bister@...
Send Email
Jun 12, 2006
11:24 am
10267
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Code...
hotbasic@yahoogroups....
Send Email
Jun 12, 2006
3:13 pm
10268
... Very nice stuff, pierre. :-D - Don....
Don
don67geo
Offline Send Email
Jun 13, 2006
3:57 am
10269
Doc/Jim, Would HotBasic plan to have this option in future? Possibilities: Let say, someone want to write a new Boot sector for a small hobbyist/education OS...
Don
don67geo
Offline Send Email
Jun 13, 2006
4:31 am
10270
Hello, all. Two new HotLinux demos (coded by yours truly) are available in the Downloads/HotBasic-Linux section on www.airsys.org. They are: 1- DNS Query....
Airr
airrsongs
Offline Send Email
Jun 13, 2006
4:11 pm
10271
Nice, real ELF programs :o Where did you get the Linux version of the HB compiler? Didn't see any anouncements about where to get it. (only examples of Linux...
efgee2003
Offline Send Email
Jun 13, 2006
4:58 pm
10272
... Let's just say it involved waiting for a lot of concrete to dry.... :) AIR....
Airr
airrsongs
Offline Send Email
Jun 13, 2006
6:06 pm
10273
... Hi, efgee! If this is directed to me; I wrote it! Some demos are written by AIR who is helping (big time!) in preparing for the first release of HB...
doctor electron
globalservices1
Offline Send Email
Jun 13, 2006
9:21 pm
10274
... Great idea, Don! I've pondered this also, having looked umpteen times at link.exe switches. Maybe the future is now (?). What would be the link command...
doctor electron
globalservices1
Offline Send Email
Jun 13, 2006
9:26 pm
10275
... Bin are not linked, they only know relative address and stack. These Bin are too called PIC: Position Independant Code. I play with that kind of codes for...
erdemaal
Offline Send Email
Jun 13, 2006
9:53 pm
10276
... It's exactly like what Jacques has said. From my understanding, it's a keyword->ASM->IA32 Opcode translation into a raw binary file. So, if someone want to...
Don
don67geo
Offline Send Email
Jun 14, 2006
4:36 am
Messages 10247 - 10276 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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