Click here to Skip to main content
15,909,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using customized CFileDialog class. When i try to include the last parameter bVistaStyle to FALSE it causes crash with this message
"The procedure entry point ??0CFileNameDialog@@QAE@HPBD0HK0PAVCWnd@@@Z could not be located in the dynamic link library TestProject.dll".

It works when i removed bVistaStyle.
Posted
Updated 30-Nov-11 21:01pm
v2
Comments
Resmi Anna 1-Dec-11 3:38am    
This is not because you kept the last parameter as FALSE. some of your dll that the application using is missing, or not proper.
Richard MacCutchan 1-Dec-11 5:23am    
Where is CFileNameDialog defined, and what is its constructor?

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