This looks normal too. If you have not added any activex control or something like that, I cannot explain your problem. I am sorry.
Printable View
This looks normal too. If you have not added any activex control or something like that, I cannot explain your problem. I am sorry.
also include
comctl32.lib
to your project and then try again.delete your debug and then rebuild your project
How do I do that??? 8))
I`m just a newbie after all...
Just follow the following step
Click on project-->> Choose Setting-->>Link--->>down side in Object/Library modules
enter
comctl32.lib
and say okay
now rebuild your project
if still problem post your project in form of Zip File
Why don't you post the project here as a zip file and see if anyone else can debug it.
That didn`t work either 8((
Anyway, here`s the zip
here is your file there is no errorQuote:
Originally Posted by m8m
except multiple decleration of i
i didn't found any other error
check it out
After installing Windows, what version of Visual Studio have you installed?
Did it exit on your computer too?Quote:
here is your file there is no error
except multiple decleration of i
i didn't found any other error
check it out
I`ve installed the same version of VS as before: VS .NET 6.0
wow, vs .net 6.0. You just developed a new version yourself? What do you mean, vc6 OR vc7 (.net)?
There is no such thing as VS. NET 6.0 :D
Your code must have been compiled with a version higher than Visual Studio 6.0 thus it depends on the dll's provided with that version. Make sure you have installed that version. Than, cnelan your project and do a "rebuild all"
Okay okay 8))
In about box it identifies itself as
Microsoft Development Environment 2002 Version 7.0
Microsoft .NET Framework 1.0
The 6.0 must have been the old one 8))
Come to think about it, I first had the old VS, started project in it. Then uninstalled it, installed the new VS, converted the project into new one (solution? or whatever) and it worked ok. Having installed new VS on blank windows, found out it doesn`t work anymore.
First Install Visual Studio in proper manner then go ahead and check the error for your projectQuote:
Originally Posted by m8m
i given you your project just check it out.that still u r getting error or not.
then go ahead.
there is no error in your project
just take a precaution at the time of declaring variable.okay
every where u can found multiple decleration error in your project
that's all
it's tested on VC6.0
Well, actually it is a problem with the VS 6.0 compiler here as it doesn't respect the C++ standard. :D So if he uses the 7.0 or above compiler we will be ok.Quote:
Originally Posted by humptydumpty
I noticed that when I try to look at the dialogue resource it gives an error:
"The ActiveX control "{35053A22-8589-11D1-B16A-00C0F0283628}" is not registered on this computer. Register the control and try again"
I`m confused. What ActiveX control?! The most complex controls I use are progressbar and tree. Or are they ActiveX in fact?
And how do I register it?!