EACam
Warrior
154 Posts |
Posted - May 10 2004 : 3:33:52 PM
|
Well, I downloaded that thing, linked the VB InLine ASM add-in to ML.EXE, and now when I compile, i don't get any errors (i think) but none of the ASM functions work.
I don't know what could be the problem...is there anything else I need to do?
|
|
|
Almar
Moderator
Netherlands
192 Posts |
Posted - May 10 2004 : 3:38:17 PM
|
Call the asm function? |
|
|
VBBR
Moderator
Brazil
617 Posts |
Posted - May 10 2004 : 5:04:40 PM
|
Is the addin really activated? Because if it isn't then the VB compiler won't see any errors as all of the ASM code is commented... |
Whatever. Who knows... |
|
|
EACam
Warrior
154 Posts |
Posted - May 11 2004 : 7:55:47 PM
|
what do you mean...call the ASM function? I've copied the distance function from your site (directed to Almar). I guess that was a joke...oops. |
|
|
Sr. Guapo
Swordmaster
USA
272 Posts |
Posted - May 11 2004 : 10:26:17 PM
|
You should be able to call the function like you normally would in straight VB, but the add in thingee should do all the ASM code (assumming the dll is all set up/registered/whatever) |
Edited by - Sr. Guapo on May 11 2004 10:26:50 PM |
|
|
Almar
Moderator
Netherlands
192 Posts |
Posted - May 12 2004 : 11:25:21 AM
|
yup. I guess I'll should put up an example project so people can check if the add in works, or doesn't :)
|
|
|
EACam
Warrior
154 Posts |
Posted - May 12 2004 : 2:48:18 PM
|
That'd be nice. |
|
|
Eric Coleman
Gladiator
USA
811 Posts |
Posted - May 12 2004 : 5:58:57 PM
|
In VB 5 or 6, go to the Add-Ins menu, then go to Add-In Manager and make sure the add-in is loaded. You can either load it manually there or make it load automatically when vb starts. |
|
|
EACam
Warrior
154 Posts |
Posted - May 12 2004 : 6:34:41 PM
|
Yes...I have it loaded, it's linked to the compiler and everything. I've even checked and it IS calling the function. It ISN'T returning a meaningful value (I always get 0) which probably means it's having errors. |
|
|
Almar
Moderator
Netherlands
192 Posts |
Posted - May 13 2004 : 12:58:10 PM
|
Files section of VB Fibre
Get it there, bottom link :) |
Edited by - Almar on May 13 2004 12:58:46 PM |
|
|