Author Topic: Half way around  (Read 15411 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Half way around
« Reply #15 on: February 17, 2012, 02:25:35 pm »
I want to access this param of EditorBase class. m_Filename
You have to read the documentation here:
http://prdownload.berlios.de/codeblocks/codeblocks_sdk_doc_r7059.chm
...if you want to develop use SDK methods. It's all written and explained there.
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

Offline vanangamudi

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Half way around
« Reply #16 on: February 17, 2012, 04:28:52 pm »
I found this fucntion there cbSyncExecute( ) ----> wat header file I hav to include to compile my plugin?? I hav tried cbexecute.h but no use .... how to include it in my project??

Offline vanangamudi

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Half way around
« Reply #17 on: March 05, 2012, 03:19:56 pm »
wat about wxProcess class of wxWidgets... in conjuction with wxExecute( )...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Half way around
« Reply #18 on: March 05, 2012, 03:55:50 pm »
Look at the PipedProcess class. It is used both in the compiler and debugger plugins.
(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!]