Author Topic: can i use other language to develop the plugin?  (Read 5600 times)

luckyzhangwei

  • Guest
can i use other language to develop the plugin?
« on: November 18, 2009, 04:27:15 am »
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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: can i use other language to develop the plugin?
« Reply #1 on: November 18, 2009, 01:38:24 pm »
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!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: can i use other language to develop the plugin?
« Reply #2 on: November 18, 2009, 02:05:22 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ