Home
Reply
Visitor
AlekseiBytka
Posts: 3

Debugging RADF

Hello.

 

Please could someone help me with debugging RADF R2?

 

1. I have lots of exceptions coming out when running the project and they are listed in the attached radf_debug_log.txt file.

 

2. When I run the project from VS2008 RADF Window and Hoops unlicensed message box appear, if I wish to save a log of this message, it is not saved and when I push button to close the message box, the exception list window in radf_exception1.jpg pops-up.

 

3. If I do not push the button to save a log of the Hoops unlicensed box and push "Close" button right away, the message box closes but RADF window doesn't handle events queue and I don't see Hoops axis triad.

 

4. If I start the application with StartRadf.bat from bin directory, the exception list window in radf_exception2.jpg pops-up. But when i close it, then I at least see Hoops Viewport, Axis Triad and selection operator is activated, but no message queue working.

Thank you in advance,
Aleksei Bytka

 

 

Spatial Moderator
ybiyani
Posts: 223

Re: Debugging RADF

Dear AlekseiBytka,

 

As per our developers these exceptions suggest that you have not unlocked ACIS and added the HOOPS license before building the product. Can you check if that is case and try the application after adding the licensing calls?

 

Regards,

Yogesh

Visitor
AlekseiBytka
Posts: 3

Re: Debugging RADF

Hello.

 

I have not added HOOPS license to project yet, just looked at this page http://doc.spatial.com/index.php/HowTo:Setup_the_required_Licenses_for_RADF%3F . And it proposes to put additional function for unlocking HOOPS, but why does it work without it? E.g. if I don't put ACIS license unlocking function SpaDotNET solution wouldn't link. But RADF runs somehow...

 

So I have only to do it like on this page?

Thank you in advance.