... 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...
... 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...
... 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 ...
... I think you write above like this: defdword funADD,offCreate,funcADD funADD=myDXscreens(i)+offCreate CallFunc funAdd This COM programming turns out to be...
... 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....
... 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...
... 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 ...
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...
... 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...
... 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...
... Now that I have eaten my words (previous replies), let's do this (please see Statements -- advanced techniques -- in hotstate.txt) ALL callbacks -- any...
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...
... 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...
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....
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...
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...
... 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...
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...
... 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...
... 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...
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...
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...
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!...
... 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. ...