hello! could someone please point out how I can tell the compiler to calculate (say a sin wave lookup table) during compile time? many thanks in advance, Dominik
hello! could someone please point out how I can tell the compiler to calculate (say a sin wave lookup table) during compile time? many thanks in advance, Dominik
You probably have to write a separate program and use pre- or post- build events to call that program. That means the program should be command line (Console).