Question:
Can I write a module in Ansi C language and compile it together with a VB program? If cannot, how can I combine these two modules?
Answer:
You can’t compile them directly; however, you can build a DLL out of your C module and access it from Visual Basic. Refer to your C compiler manual for information on using DLLs.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























