No .dsw file
-
Hi all, i've downloaded this demo code,but there is no .dsw file. How can i make it work? Thanks in advance!
-
the source provides only the header and the implementation of what the article is about. create your own project, copy the files into it, import them, and compile...
-
Yes,you spoke about the source file.Instead,i would like to use the demo provided.In it there are other files,but not the dsw one!
-
Yes,you spoke about the source file.Instead,i would like to use the demo provided.In it there are other files,but not the dsw one!
-
Yes,you spoke about the source file.Instead,i would like to use the demo provided.In it there are other files,but not the dsw one!
Yepp, such facts are so sad!!! :->
-
Hi all, i've downloaded this demo code,but there is no .dsw file. How can i make it work? Thanks in advance!
There is a .vcproj file in the archive, which means it's a VC.NET (?) project, I think. Microsoft moved away from the .DSW/.DSP thing after VC++ 6.0. There are two things you can do - either create a new project and import the files (as mentioned already), or you can use a .vcproj converter. I have one here, I can't rememeber where I downloaded it from. Actually - I think it was codeproject. /me does a quick search... Try this[^]. It works for me.
-
There is a .vcproj file in the archive, which means it's a VC.NET (?) project, I think. Microsoft moved away from the .DSW/.DSP thing after VC++ 6.0. There are two things you can do - either create a new project and import the files (as mentioned already), or you can use a .vcproj converter. I have one here, I can't rememeber where I downloaded it from. Actually - I think it was codeproject. /me does a quick search... Try this[^]. It works for me.
-
Hi all, i've downloaded this demo code,but there is no .dsw file. How can i make it work? Thanks in advance!
Ask the author of the article
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Ok, i've created a new project,copied all the files,but this error occurred:
Debug/ModelessDialogTrackerDemo.exe : fatal error LNK1120: 12 unresolved externals
-
Hi all, i've downloaded this demo code,but there is no .dsw file. How can i make it work? Thanks in advance!
See here. It was not created with/for VS6.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb