News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

can i use other language to develop the plugin?

Started by luckyzhangwei, November 18, 2009, 04:27:15 AM

Previous topic - Next topic

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
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

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?
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. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]