Hi everybody,
I’m trying to compile the examples provided in the Matlab Plugin zip. All works fine (VS2005 and Matlab R2007a) but I get some warnings when I compile the file in Matlab and I would like to know what they mean:
[codebox]nvmex -f nvmexopts.bat Szeta.cu -IC:\cuda\include -LC:\cuda\lib -lcufft -lcudart
Szeta.cu
c:\cuda\include\common_functions.h(56): warning: dllexport/dllimport conflict with “clock”
C:\Archivos de programa\Microsoft Visual Studio 8\VC\INCLUDE\time.h(176): here; dllimport/dllexport dropped
tmpxft_00000fec_00000000-3_Szeta.cudafe1.gpu
tmpxft_00000fec_00000000-8_Szeta.cudafe2.gpu
c:\cuda\include\common_functions.h(56): warning: dllexport/dllimport conflict with “clock”
C:\Archivos de programa\Microsoft Visual Studio 8\VC\INCLUDE\time.h(176): here; dllimport/dllexport dropped
tmpxft_00000fec_00000000-3_Szeta.cudafe1.cpp [/codebox]
Thank you, greetings