Hi, I attach the image of my problem, I am developing an application with visual studio 2005 using CUDA when I compile the programm, it thwrows the next error.
1>------ Build started: Project: particles, Configuration: Debug Win32 ------
1>Linking…
1>LIBCMT.lib(calloc.obj) : error LNK2005: _calloc already defined in LIBCMTD.lib(dbgheap.obj)
1>LINK : warning LNK4098: defaultlib ‘LIBCMT’ conflicts with use of other libs; use /NODEFAULTLIB:library
1>main.obj : error LNK2019: unresolved external symbol “void __cdecl fillArray(int *,int)” (?fillArray@@YAXPAHH@Z) referenced in function “void __cdecl CalcularFuerza1(void)” (?CalcularFuerza1@@YAXXZ)
1>…/…/bin/win32/Debug/particles.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at “file://c:\Documents and Settings\All Users\Datos de programa\NVIDIA Corporation\NVIDIA CUDA SDK\Project7\particles\Debug\BuildLog.htm”
1>particles - 3 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========