Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
can i use other language to develop the plugin?
(1/1)
luckyzhangwei:
hi , i am not very familiar with wxwidgets.
but i am familiar with qt.
can i use qt to develop the plugin and then use it in the codeblocks?
oBFusCATed:
Probably no...
But you can make a script plugin... see the wiki
MortenMacFly:
--- Quote from: luckyzhangwei on November 18, 2009, 04:27:15 am ---can i use qt to develop the plugin and then use it in the codeblocks?
--- End quote ---
If you separate UI code from the actual "computational" code and write yourself a wrapper to transfer the data, then: yes. However - the plugins main part has to follow the C::B framework (SDK) which already uses wxWidgets stuff, like wxString. But this is far less complex... obviously. ;-)
Navigation
[0] Message Index
Go to full version