C/C++ Windows API

Moderators: Lundin
Number of threads: 450
Number of posts: 1225

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Why is my windows program not loading Posted by greatme on 21 Dec 2010 at 7:45 AM
I recently wrote a windows program an debuggged it, but rather than it loading it threw an exception with the following message: The procedure enry point RegDeleteExW could be located in the dynamic link library ADVAPI32.dll. I verified that I had #included windows.h and that the ADVAPI32.lib was was linked. Please how can I resolve this problem?
Report
Re: Why is my windows program not loading Posted by AsmGuru62 on 22 Dec 2010 at 6:32 AM
Visit this link (I assume you talking about RegDeleteKeyEx, because there is no such API: RegDeleteEx):

http://msdn.microsoft.com/en-us/library/ms724847(v=VS.85).aspx

and verify that your Windows OS is listed in a table of requirements for this function. It is possible, that your Windows is not supporting that function.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.