Home
Reply
New Visitor
ZET001
Posts: 4

The application failed to start correctly 0xc0150002

Hello,

 

i try to run the Simple sample, but I get de error:

 

The application failed to start correctly (0xc0150002)

 

The application compiles good without errors.

what am I doing wrong?

 

Thank you for your help. 

 

 

Spatial Moderator
ybiyani
Posts: 223

Re: The application failed to start correctly 0xc0150002

Most probably you have not installed the VC runtines. Please install the VC runtimes included in the redist folder under your ACIS/InterOp installation.Also see http://doc.spatial.com/index.php/ACIS_Release_Notes/Installation_Notes#Important_Runtime_Installatio... 

 

Regards,

Yogesh

New Visitor
ZET001
Posts: 4

Re: The application failed to start correctly 0xc0150002

Thank you,

works fine now, but only the release.
Debug makes the error 0xc0150002

what can I do?

 

Spatial Moderator
ybiyani
Posts: 223

Re: The application failed to start correctly 0xc0150002

You will have to upgrade the compiler. Please see http://doc.spatial.com/index.php/InterOp:Release_Notes/R22#Compiler_Changes for more information.

 

Regards,

Yogesh

New Visitor
ZET001
Posts: 4

Re: The application failed to start correctly 0xc0150002

thanks you, now working good.

 

Another problem, i create new thread:

 

http://forums.spatial.com/t5/3D-Interoperability/Comma-as-decimal-point-in-VDA-output/td-p/3880 

 

thanks you for your help. 

Contributor
Affi
Posts: 5

Re: The application failed to start correctly 0xc0150002

Thanks in advance.

Hi, i am new to this software. Hope can find the solution here.

 

My code for a simple sphere (I copied this code from doc.spatial – building your application). The problem, once I start debugging the code error appeared; SampleSphere.exe has encountered a problem and needs to close.  We are sorry for the inconvenience.

 


 And this appears when in release config, the error appears;***API (spaacis/src"UNAUTHORIZED_FUNCTIONALITY);Not authorized to use this functionality.

 

The SAT file generated is generated, but can't be opened.. sigh



My best guess is compiler problem. Even so, I have downloaded the patch, and tried to install, but failed, bcz of the installer is corrupted, I think so.

 

The code is attached.