afnarqui / dokan

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

Problem with Visual Studio .tmp files useing Dokan Mirror #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use Visual Studio 2005 to create a windows console application
2. use the dokan mirror (4.2.1238) to reopen the solution
3. try to rebuild the project

What is the expected output? What do you see instead?
..\obj\Debug\CSC117.tmp is not a valid Win32 resource file

What version of the product are you using? On what operating system?
Dokan 4.2.1238, on windows XP Professional SP 2

Please provide any additional information below.
I found another issue that says that the linker would freeze when the dokan
threadcount is default (1). For my case the linker does not freeze. also
changing the threadcount (maximum is 14) does not work.
copying the files to a local drive result in an error.

Original issue reported on code.google.com by fr...@littmann-it.de on 16 Mar 2009 at 12:27