I have some function want store it into a DLL file for other foxpro application to use later, how can i create a dll using foxpro and what i need to add?
For example, I have a procedure or function
Procedure proca
****do something
endproc
Function funca
Para para1, para2
****do something
****return something
endfunc sohrab100
For example, I have a procedure or function
Procedure proca
****do something
endproc
Function funca
Para para1, para2
****do something
****return something
endfunc sohrab100