compiling udf
Answers
-
There is no compiler provided with the software installation. However, for WIN64, Visual Studio Express 2013 provides a free compiler that works very nicely. You could install AcuSolve and Visual Studio Express 2013 on a different computer (home/personal/etc), compile the UDF, then take the resultant DLL to the university computer to run the simulation. (The compiling process will not require a license.)
0 -
Hello:
I have encountered some problems in learning acusolve acu-4002, and I have been unable to run gravity.c file. My compiler software has been installed (VS2013), and the environment configuration has been completed according to the relevant information (Figure 1). However, the following problem was encountered in operation (Figure 2). The gravity. obj file cannot be found, nor can the. Dll file be generated.
I also tried to run gravity. C program separately in VS2013, but I also found many errors. (Fig. 3)
1. error LNK2019: Unparsable external symbol _udfCheckNumUsrVals, which is referenced in function _usrGravity
2. error LNK1120: Three unresolved external commands
3. IntelliSense: Undefined identifier 'Integer'
4. IntelliSense: Undefined identifier 'String'
5. IntelliSense: Undefined identifier 'Void'
6. IntelliSense: Undefined identifier 'Real'
I hope you can help me. Thank you very much.
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
0 -
Also in other thread...
0