CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Errors meaning??? (https://www.cfd-online.com/Forums/fluent/37175-errors-meaning.html)

Tim July 6, 2005 13:52

Errors meaning???
 
Which is the meaning of this error in Fluent on Windows???

..\..\src\main.c(976) : error C2143: syntax error : missing ';' before 'type' ..\..\src\main.c(977) : error C2143: syntax error : missing ';' before 'type' ..\..\src\main.c(978) : error C2275: 'Domain' : illegal use of this type as an expression

C:\FLUENT.INC\fluent6.1\src\mem.h(482) : see declaration of 'Domain' ..\..\src\main.c(978) : error C2065: 'dom' : undeclared identifier ..\..\src\main.c(979) : error C2275: 'Thread' : illegal use of this type as an expression

C:\FLUENT.INC\fluent6.1\src\mem.h(563) : see declaration of 'Thread' ..\..\src\main.c(979) : error C2065: 't' : undeclared identifier ..\..\src\main.c(980) : error C2223: left of '->c' must point to struct/union

(...) 976:double P=0.0; 977:double Q=0.0; 978:Domain *dom=Get_Domain(1); 979:Thread *t; 980:thread_loop_c(t, dom) (...)

... the same compiled udfs work in Fluent on Linux
:(???

Any suggestion will be appreciated!!!

Regard,

Tim

Tim July 6, 2005 13:53

Re: Errors meaning???
 

Tim July 6, 2005 13:54

Re: Errors meaning???
 
PS: Fluent on Windows: 6.1.18

Fluent on Linux: 6.0.20


All times are GMT -4. The time now is 17:59.