Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed access application to link between SQL and Access database and I developed it in Windows7 and it works fine. When I try to run the program on a windows XP I get the following error;
vsflex Object library not found ..

How can I solve it and make the program running on Windows xp...?

Thanks
Posted
Updated 26-Feb-11 21:17pm
v2

1 solution

You need to register vsflex (or make sure the dll exists) on the other machine.
Try and create a setup that includes and installs this file automatically.
 
Share this answer
 
Comments
Yasser El Shazly 27-Feb-11 3:18am    
can you help me more in how can i do that..?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900