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 3385 - 3415 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3385
... Cor, The problem not only lies on that single line, there are others to resolve. If you comment out that line, you will find that there are variables that...
pinoygabs
Offline Send Email
Dec 1, 2004
8:40 am
3386
you will find that there are ... Correct, but that was my first error :-) cor ... seems...
chordnl
Offline Send Email
Dec 1, 2004
9:52 am
3387
... Yes, you might be able to do that, but with more work on the programmer. Of course what you would like to do the expected: SUB Quickview DIM myDXscreens(1...
johnk20042001
Offline Send Email
Dec 1, 2004
5:46 pm
3388
... Maybe you just want help in typing it out. There is no increment in functionality, just notation convenience perhaps. Type B is: TYPE B go AS INTEGER ...
doctor electron
globalservices1
Offline Send Email
Dec 1, 2004
6:23 pm
3389
... I think you write above like this: defdword funADD,offCreate,funcADD funADD=myDXscreens(i)+offCreate CallFunc funAdd This COM programming turns out to be...
doctor electron
globalservices1
Offline Send Email
Dec 1, 2004
6:28 pm
3390
... It doesn't get much simpler than what I just posted. And this is an .inc. You are the expert. Simple/difficult is not the point for the .inc writer....
doctor electron
globalservices1
Offline Send Email
Dec 1, 2004
6:32 pm
3391
... I have seen no real-world code that would have any justification to do this. Least of all related to DirectX. Sorry, I draw a blank on this one. :) Jim...
doctor electron
globalservices1
Offline Send Email
Dec 1, 2004
6:37 pm
3392
... I know it was just an example, but the HB app might do dx.screens = 4 In your .inc is where you worry about coding it. In your OBJECT DIRECTX 'items ...
doctor electron
globalservices1
Offline Send Email
Dec 1, 2004
6:46 pm
3393
Hi there Peepz, i am trying to build a program to Edit other Processes Memory for cheating purposes And im stuck.... at the very beginning of my program. I am...
larsjongste
Offline Send Email
Dec 1, 2004
10:19 pm
3394
... Dear Lars, GetProcAddress is an API to get the address (entry point) of a function in a .dll. CODEPTR gets the address of a procedure in the HB...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
12:16 am
3395
... Lars, not to be offensive, but using the result of an external module (API call) as an argument in another external module (API) is already in the "hall of...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
1:02 am
3396
... Lars, my apologies, I was wrong, I *now* see EnumWindowProc is *not* an API. Thus, your code is OK re the issues I raised. Sorry, you were not nesting...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
1:07 am
3397
... Now that I have eaten my words (previous replies), let's do this (please see Statements -- advanced techniques -- in hotstate.txt) ALL callbacks -- any...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
1:15 am
3398 johnk20042001
Offline Send Email
Dec 2, 2004
6:41 am
3399
Sorry, hit the dam Send button by reflex... I can see that HB can basically accomplish most if not all that is needed to implement DirectX, just need to do...
johnk20042001
Offline Send Email
Dec 2, 2004
6:49 am
3400
... Thanks. I'm working up a DXDraw.inc for 2D drawing, mainly to make a demo of doing COM programming. I read somewhere that D3D "includes" the 2D stuff. A...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
7:23 am
3402
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 :...
hotbasic@yahoogroups....
Send Email
Dec 2, 2004
2:40 pm
3403
Hello In Files\Objects, you'll find an improved version of SIMPLEGRID. It is an extension of the GRID object allowing in-place edition of cell contents. You...
emmazle
Offline Send Email
Dec 2, 2004
2:47 pm
3404
Ok Thanks very much jim, i havent got the time to test the code right now But i think that will do just fine, let you know when tested the code Greets Lars...
larsjongste
Offline Send Email
Dec 2, 2004
6:08 pm
3405
... Thank you. Look forward to hearing the results. Again, sorry I was pontificating about an issue that did not exist in your code. Your function name, at...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
6:22 pm
3406
I have a question about memory addressing. I am trying to set up an interface to a .dll that contains a function which allocates a section of memory. The...
steven_basic
Offline Send Email
Dec 2, 2004
7:48 pm
3407
... Suggest checking if sdlscreen is a pointer. If it is, then try memcpy(@surface, sdlscreen, sizeof(surface)) If an error is possible, say, sdlscreen is...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
8:31 pm
3408
... It is and that worked. If anyone is interested in what I'm looking into, check out: http://www.libsdl.org This is a little more straightforward than...
steven_basic
Offline Send Email
Dec 2, 2004
8:42 pm
3409
Long, long ago, steven_basic, a life form in far off space, ... Tremendous. I've got a dxdraw.bas and dxdraw.inc which compiles and runs -- but the form nor...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
9:03 pm
3410
OK, next question... I have a pointer to a location in memory. I have a function that formats a color sequence into an integer to load into this memory area...
steven_basic
Offline Send Email
Dec 2, 2004
9:04 pm
3411
Would welcome help on DxDraw.zip now posted in the Files > Test Bed section. For busy people, it may be a perfect program -- it runs, shows nothing and exits!...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
9:43 pm
3412
... Apparently MEMSET only works on memory locations no larger than a byte....
steven_basic
Offline Send Email
Dec 2, 2004
9:43 pm
3413
... On Windows XP Pro SP2, it completely crashes. I can try tonight from home on XP Home to see if there is any difference....
steven_basic
Offline Send Email
Dec 2, 2004
9:54 pm
3414
... HotBasic: MEMCPY HotBasic ASM insert ASM mov ebx,surface.sdlpixels ;pointer in ebx ASM mov eax,color ;value in eax ASM mov [ebx],eax ;value to location...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
10:12 pm
3415
... Right, it's (1) choose your byte, (2) write it n times starting at the specified address. Great for setting a block of ram to 0 or any other byte value. ...
doctor electron
globalservices1
Offline Send Email
Dec 2, 2004
10:19 pm
Messages 3385 - 3415 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