Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 VB6 开发的 ActiveX COM DLL。如何在 Visual Foxpro 6 中使用它?
请用 Visual Foxpro 6 代码解释。
尝试:
myObject = CREATEOBJECT("Project.Class") myObject.RunMethod()