开发者

how to build dll files in netbeans using ms vc++ compiler?

开发者 https://www.devze.com 2022-12-17 16:27 出处:网络
i tried using cygwin gcc compileralong with netbeans to create dll files it seems 开发者_JAVA百科there is an issue in the generated dll file. if i use the ms vc++ compiler and do all compiling on comm

i tried using cygwin gcc compiler along with netbeans to create dll files it seems 开发者_JAVA百科there is an issue in the generated dll file. if i use the ms vc++ compiler and do all compiling on command line its runs file, but i dont know how to integrate ms vc++ tools in netbeans ... can anyone help me on that ?

thanks jay


NetBeans doesn't provide a way to integrate microsoft compiler in its IDE. This is probably because it doens't have rights to do so. With NetBeans you can integrate only GNU compilers for C/C++. To use Microsoft C/C++ compiler, you have to use MS Visual Studio IDE, or MS Visual Studio provided command line tools.

0

精彩评论

暂无评论...
验证码 换一张
取 消