How to access DLL file on vista?
-
Hi to All i have one doubt regarding with my project. 1. I created one DLL file in this DLL file was compiled Visual Studio 2003 and windows XP. 2. Then i want to create that DLL file in Windows Vista but in vista is not compatible for visual studio 2003 (i referred in msdn ) and i do installed service pack of 2003 in XP .Then generating one same DLL. 3. And then i was run that external application in windows vista but that dll could not compiling ..how to solve this problem?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
rowdy_vc++ wrote:
...dll could not compiling ..how to solve this problem?
What problem?
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
rowdy_vc++ wrote:
...dll could not compiling ..how to solve this problem?
What problem?
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
yes i know ....in this compiled DLL used in one external application ..its successfully in windowsXP but in Windows vista..its not compiled ..thats why i am saying.. i need ...how to access visual studio 2003 create one dll..in this dll access in vista how?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
-
yes i know ....in this compiled DLL used in one external application ..its successfully in windowsXP but in Windows vista..its not compiled ..thats why i am saying.. i need ...how to access visual studio 2003 create one dll..in this dll access in vista how?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Can't you make one single meaningful post?
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Hi to All i have one doubt regarding with my project. 1. I created one DLL file in this DLL file was compiled Visual Studio 2003 and windows XP. 2. Then i want to create that DLL file in Windows Vista but in vista is not compatible for visual studio 2003 (i referred in msdn ) and i do installed service pack of 2003 in XP .Then generating one same DLL. 3. And then i was run that external application in windows vista but that dll could not compiling ..how to solve this problem?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Did the program ran in Vista? If not, why?. What error happened?. Please, give more information about it.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
yes i know ....in this compiled DLL used in one external application ..its successfully in windowsXP but in Windows vista..its not compiled ..thats why i am saying.. i need ...how to access visual studio 2003 create one dll..in this dll access in vista how?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
rowdy_vc++ wrote:
its not compiled ..thats why i am saying..
And I'm saying, what's the (compiler) problem? :confused:
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
rowdy_vc++ wrote:
its not compiled ..thats why i am saying..
And I'm saying, what's the (compiler) problem? :confused:
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
DavidCrow wrote:
And I'm saying, what's the (compiler) problem?
It is not "working".
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Did the program ran in Vista? If not, why?. What error happened?. Please, give more information about it.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
k ..i am working in one java project ..in this java project one small module done by visual c++ its creating one DLL.so we call that dll ..by using java compiler ..its working fine in XP But in windows Vista its not compile. Because of the compiler problem thats why i regenerate the dll in vista but visual studio .net 2003 is not compatible for vista (referred in msdn) but i want to use that dll how to solve this problem... requirements: Dont use VS2005
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
-
DavidCrow wrote:
And I'm saying, what's the (compiler) problem?
It is not "working".
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Rajesh R Subramanian wrote:
It is not "working".
You need to reply "better" than that. If you can't be bothered giving him a sensible reply, don't expect him to help. As we're not psychic... how do you "know" it's not working? Does the compiler crash? Does it give a message? Does it claim to succeed, but you can't run the compiled program. Those are just off the top of my head - I'm sure there are other details you can provide if getting help is at all important to you. Iain.
Iain Clarke appears because CPallini still cares.
-
DavidCrow wrote:
And I'm saying, what's the (compiler) problem?
It is not "working".
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
I now owe you an apology! I thought you were the OP, and missed the joke icon... I should get more sleep... Iain.
Iain Clarke appears because CPallini still cares.
-
k ..i am working in one java project ..in this java project one small module done by visual c++ its creating one DLL.so we call that dll ..by using java compiler ..its working fine in XP But in windows Vista its not compile. Because of the compiler problem thats why i regenerate the dll in vista but visual studio .net 2003 is not compatible for vista (referred in msdn) but i want to use that dll how to solve this problem... requirements: Dont use VS2005
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Why you need to compile the DLL again?. If it runs in XP usually should run in Vista. However, if you are trying to compile the the DLL and you can't, will help a lot, the messages the compiler throws to understand why. We can't guessing what problem you have.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
I now owe you an apology! I thought you were the OP, and missed the joke icon... I should get more sleep... Iain.
Iain Clarke appears because CPallini still cares.
:laugh: No worries. Such things happen.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP