Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used the H323 sample code in 2005 but it is not running in 2010 the error is 1007007e cannot load ATLH323 dll lib..
Thanks for Any help please!!!!
Flor
Posted
Updated 11-Mar-12 15:13pm
v2
Comments
El_Codero 11-Mar-12 21:18pm    
and where is this sample code? Please use google before posting such task!

1 solution

1. Please report errors correctly. The number is likely 8007007e.
2. In case that VS2005 is running on one computer, while VS2010 is running on a different computer, you should tell us that fact. It is important.
3. The solution is then simple: install that library on the computer where VS2010 is installed. Make sure that you compile your program as a 32bit application.
 
Share this answer
 
Comments
flor_jim 12-Mar-12 14:37pm    
It is exactly on the same machine , I just remove 2005 and replaced with 2010 (32Bit) laptop , I bought another laptop (62Bit) and recompile same code the same code and the same problem . The error # is 1007007e as I have mentioned..I tried to use the AxATLH323 Interface rather than ATLH323Class , at least it sees the both two (ATL* and AxHTL*) libraries but it has AxHost* Exceptions assigning values to all properties... Kindly share your experince on your codes ,how it was fixed .. I appreciate it Thank you very much.. Flor

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