Problem to call my asm func with VFP 7.0  
Author Message
robertNOSPAM





PostPosted: Thu May 27 00:45:25 CDT 2004 Top

Exchange Servers >> Problem to call my asm func with VFP 7.0

I need solution to call my asm func in my VFP 7.0 application. In Foxpro 2.6 for MSDOS I used "load" command and "call" command to execute it. Anybody can help me to solve this ? I willy appreciate soon
- Ricky -

Exchange Server9  
 
 
Eric





PostPosted: Thu May 27 00:45:25 CDT 2004 Top

Exchange Servers >> Problem to call my asm func with VFP 7.0 Hello, Ricky!
You wrote on Wed, 26 May 2004 20:06:03 -0700:

R> I need solution to call my asm func in my VFP 7.0 application. In Foxpro
R> 2.6 for MSDOS I used "load" command and "call" command to execute it.
R> Anybody can help me to solve this ? I willy appreciate soon. - Ricky -

In Visual FoxPro, you can load FLL libraries. I don't remember the LOAD and
DOS commands in Fox2.x. I believe I used SET PROCEDURE TO myfile.plb, but
it's a very long time ago... I think you have to recompile your code as FLL
in C++.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8


 
 
Dan





PostPosted: Thu May 27 13:00:27 CDT 2004 Top

Exchange Servers >> Problem to call my asm func with VFP 7.0 The VFP help file says LOAD is "no longer available".

As Eric says, you'll either need to make a FLL, DLL, or EXE.

Dan


> I need solution to call my asm func in my VFP 7.0 application. In
> Foxpro 2.6 for MSDOS I used "load" command and "call" command to
> execute it. Anybody can help me to solve this ? I willy appreciate
> soon. - Ricky -