快速登录:  

Forum: VirtualDJ Plugins

话题: The Version?

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

What's the version of Borland C++ that i must use for create the DLL Plugins?
 

发表时间 Sun 30 Jun 02 @ 10:56 am
ikkeHome userMember since 2003
You can use every c++ compiler, so also the borland one, which can create DLLs (Dynamic Link Libraries), and which can use resource files. I'd suggest not to use the free compiler. I tried that one first, but never managed to compile and link my resources with my bitmaps to the DLL. You better use a non-command-line version. I use M$ VC5 for the moment, and that works quite well. If you only search a IDE, check out the trail version of ProgrammerStudio on http://www.programmerstudio.com. I've been using this on this PC now, and it does the job even better than VC5 (except compiling of course ;)).

Greetz, Ikke
 

发表时间 Sun 30 Jun 02 @ 12:51 pm


(陈旧帖子或论坛版块会自动关闭)