Is it any DLL problem?
-
Iam Developed one application(With some Data Base) in VC++ 6.0 environment. The Exe(in Release mode)is working fine in VC++, .NET systems either the system OS is XP or 2000. But i was Stucked at some systems that are not had VC++ and .NET. here iam not able open Database connection. iam not able to get the bug.is it any DLL problem? :(( :(( :((
-
Iam Developed one application(With some Data Base) in VC++ 6.0 environment. The Exe(in Release mode)is working fine in VC++, .NET systems either the system OS is XP or 2000. But i was Stucked at some systems that are not had VC++ and .NET. here iam not able open Database connection. iam not able to get the bug.is it any DLL problem? :(( :(( :((
There is missing some stuff for the database access as drivers or dll. You got to find where the errors happen. For that it is essential to make error handling in your app: writing a log or giving out messageboxes on errors. :rolleyes:
Greetings from Germany
-
There is missing some stuff for the database access as drivers or dll. You got to find where the errors happen. For that it is essential to make error handling in your app: writing a log or giving out messageboxes on errors. :rolleyes:
Greetings from Germany
Mr.KarstenK, Thank you. I have to Access Some database window after clicking some button in GUI. its working properly in VC and .NET based systems. iam facing some problem in non VC and .NET based systems.Here iam not able to access the database window after clicking the button where as in VC n .Net systems...its working fine
-
Iam Developed one application(With some Data Base) in VC++ 6.0 environment. The Exe(in Release mode)is working fine in VC++, .NET systems either the system OS is XP or 2000. But i was Stucked at some systems that are not had VC++ and .NET. here iam not able open Database connection. iam not able to get the bug.is it any DLL problem? :(( :(( :((
krishna Vuppala wrote:
But i was Stucked at some systems that are not had VC++ and .NET.
Is part of your application written for .NET? Regards, --Perspx
"The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript
-
krishna Vuppala wrote:
But i was Stucked at some systems that are not had VC++ and .NET.
Is part of your application written for .NET? Regards, --Perspx
"The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript
no its written for VC++. but i tested the EXE(in release mode) file in Various systems in my office.