Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compile errors
#1
i keep getting compile errors
e.g declaration has changed please recompile
and a few others
is there any way to know witch functions you need to compile or do you just compile them all then make them recompile when changing declarations i dont realy understand what compile acctualy does i just know that most of my functions mess up when i dont use it and they mess up when i do use it (im compiling all my functions using init3) idk if that has anything to do with it
#2
Usually you don't have to explicitly compile functions, but in some cases, after changing some declarations or function arguments, you may have to do it. If it asks to recompile a function, you can recompile it using menu Run -> Compile (or Recompile). Or restart QM.

Compiling means preparing to execute the code. It includes checking for syntax errors, resolving and collecting declarations, linking functions, generating binary code that will be executed faster, etc.
#3
ty yes i was changing declarations and full functions and everytime they ran again it would say recompile i try what you said thank you


Forum Jump:


Users browsing this thread: 1 Guest(s)