[All]
Creating non-VCL DLLs with C++Builder
By: Sam Patterson
Abstract: Creating non-VCL DLLs with C++Builder
|
Question: How can I create a non-VCL DLL with C++Builder
Answer: In C++Builder 4.0, go to File | New | Console Wizard and under execution type select DLL.
In C++Builder 5.0, go to File | New | DLL and uncheck the "Use VCL"
|
Connect with Us