Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
Alpha's Project exporter - added "working" CMAKE POC
« previous
next »
Send this topic
Print
Pages:
1
[
2
]
All
Go Down
Author
Topic: Alpha's Project exporter - added "working" CMAKE POC (Read 559 times)
Miguel Gimenez
Developer
Lives here!
Posts: 1061
Re: Alpha's Project exporter - added "working" CMAKE POC
«
Reply #15 on:
Today
at 11:59:30 am »
The problem with asserts in bakefiles is inside EmitFlags(): Calling wxArrayString::Remove() asserts if the string does not exist.
IMHO the best solution for this issue is creating a wxLogNull object at the start of EmitFlags().
Logged
Send this topic
Print
Pages:
1
[
2
]
All
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
Alpha's Project exporter - added "working" CMAKE POC