mmizzle9 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

cudpp bilding problems on Windows 7 #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have an OS Windows 7 and CUDA 3.0

I downloaded the latest version of cudpp 1.1.1
and trying to build it in MSVC 9 (2008). 
(I have a Visual C++ Express Edition)

I got the following error:

Error   1   fatal error LNK1104: cannot open file 
'.\Debug\compact_app.cu.obj'    cudpp   cudpp

For Release configuration I got the same error.

How can I solve this problem?
Is it possible to build the library under the Windows with .bat file?

Thank you in advance,
 Elena

Original issue reported on code.google.com by esemen...@gmail.com on 9 Dec 2010 at 4:01

GoogleCodeExporter commented 8 years ago
Hi Elena,

Can you please send me your .sln (Microsoft Visual Studio Solution) file along 
with your  VC++ Project file (.vcproj). I was successfully able to build on my 
Windows 7 machine (latest cudpp 1.1.1 and CUDA 3.2).

Thanks,
Ritesh

Original comment by rites...@gmail.com on 10 Jan 2011 at 10:30

GoogleCodeExporter commented 8 years ago

Original comment by rites...@gmail.com on 10 Jan 2011 at 10:31

GoogleCodeExporter commented 8 years ago
Hi Ritesh,

Thank you for your reply.
It is strange, but I have reinstalled my Visual Studio few days ago, and now I 
have built this library successfully. Strange..

Regards,
Elena

Original comment by esemen...@gmail.com on 20 Jan 2011 at 11:13

GoogleCodeExporter commented 8 years ago
That's great! Do you know what (if anything) changed during/after the 
re-installation?

Original comment by rites...@gmail.com on 21 Jan 2011 at 5:43