Feeds
질문
Is is possible to redirect the output of a system command that calls another program?
Essentially, I am calling the system command to run Vivado Lab in order to program an FPGA over JTAG. So status = system('viva...
11개월 전 | 답변 수: 1 | 0
1
답변답변 있음
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
First, you need the name and location of your file. If this is standard to a directory and file name, you're fine. Otherwise, yo...
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
First, you need the name and location of your file. If this is standard to a directory and file name, you're fine. Otherwise, yo...
대략 2년 전 | 0
질문
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
For a project I am working on, I would like the program to output the current version being used in a char array. I have the fol...
대략 2년 전 | 답변 수: 3 | 0
