Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] IManagedBuilderMakefileGenerator

Hi,

I'm using CDT 2.1.0 and want to replace the existing makefile generator with my own one. My class which implements the IManagedBuilderMakefileGenerator class is called (instantiated) when the project is built - so this works.
In the initialize(...) function I save the current project and the monitor for later usage. But something is wrong with the project parameter I get. The problem is that I cannot access any IProject function (only toString()) on this project - as soon as I try to call e.g. getFolder(...) or any other function it crashes/quits. However, toString() returns the right project. What is wrong? Have I forgotten to initialize something?

Thomas

______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



Back to the top