Author Topic: cpp and h files don't seem to get changed updated with new code  (Read 2523 times)

Offline gorf26

  • Single posting newcomer
  • *
  • Posts: 2
cpp and h files don't seem to get changed updated with new code
« on: December 13, 2017, 10:34:02 pm »
Did a search couldn't find an answer So here go's

I created a wxframe added a few items and compiled it works great.

Now I go back and add some other item button or text...

now I do a clean and rebuild but no changes being updated checked the h and cpp files and never added the new code..
is there a trick?
I can't imagine that you can't make changes after your first compile..

Thanks gary

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: cpp and h files don't seem to get changed updated with new code
« Reply #1 on: December 13, 2017, 11:57:20 pm »
Are you talking about wxsmith?
(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 gorf26

  • Single posting newcomer
  • *
  • Posts: 2
Re: cpp and h files don't seem to get changed updated with new code
« Reply #2 on: December 14, 2017, 10:25:38 pm »
Yes