News:

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

Main Menu

Half way around

Started by vanangamudi, January 26, 2012, 05:58:22 PM

Previous topic - Next topic

MortenMacFly

Quote from: vanangamudi on February 17, 2012, 02:07:02 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: [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]

vanangamudi

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??

vanangamudi

wat about wxProcess class of wxWidgets... in conjuction with wxExecute( )...

oBFusCATed

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!]