For Programmers: Free Programming Magazines  


Home > Archive > Clarion > June 2006 > Application Error









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Application Error
david

2006-06-17, 7:56 am

I have just spent 2 ws converting my application from clarion 5.5 to
6.3
Now when i run up my app i get the following error:

Application error : the application failed to initialize properly
(0xc000005) . Click ok to terminate the application.

I have compiled the app with debug on and run the debuger but i get
this message before any of my code is even executed.

can anybody help with some clue about how i go about fixing this
problem?

thanks

david griffiths
creative programming
davidgriffo@gmail.com

clackmannan

2006-06-17, 7:56 am


david wrote:
> I have just spent 2 ws converting my application from clarion 5.5 to
> 6.3
> Now when i run up my app i get the following error:
>
> Application error : the application failed to initialize properly
> (0xc000005) . Click ok to terminate the application.
>
> I have compiled the app with debug on and run the debuger but i get
> this message before any of my code is even executed.
>
> can anybody help with some clue about how i go about fixing this
> problem?
>


Either it's a problem with a class constructor, and/or it's a problem
with a mismatched DLL somewhere.

c60dbx -s appname.exe
The -s makes the debugger break before any class constructors have run.
That way you can step through the init code of the classes.

HTH,
Paul

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com