search for: findindex

Displaying 3 results from an estimated 3 matches for "findindex".

Did you mean: fileindex
2005 Jan 28
2
[LLVMdev] Compiling errors for tracelib.c
.../llvm/runtime/libtrace/tracelib.c:59: warning: type defaults to `int' in declaration of `MAX_NUM_PROBES' c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:59: warning: data definition has no type or storage class c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c: In function `FindIndex': c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:173: error: `uint' undeclared (first use in this function) c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:173: error: (Each undeclared identifier is reported only once c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib...
2005 Jan 28
0
[LLVMdev] Compiling errors for tracelib.c
...acelib.c:59: warning: type > defaults to `int' in declaration of `MAX_NUM_PROBES' > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:59: warning: data > definition has no type or storage class > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c: In function > `FindIndex': > > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:173: error: `uint' > undeclared (first use in this function) > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:173: error: (Each > undeclared identifier is reported only once > c:/projects/src/llvm-4/l...
2011 Sep 09
0
RExcel - RunRFile Errors
...cel for other users who don't know how to use R. In R to run my entire code I simply write on line: source("S:/Folder/FileName.R") As mentioned in RExcel I can run by selecting the cell and choosing Run Code. I have tried to write the macro for this operation as the following: Sub FindIndex() ' To run the price index in R Application.DisplayAlerts = False Rinterface.StartRServer Rinterface.RunRFile "S:/Folder/FileName.R" 'RInterface.StopRServer Application.DisplayAlerts = True End Sub But it returns the error "Error when sourcing R file S:/...