Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [DGN Platform public API, C++] "DgnCore2.dll" returns "Access violation" in case gathering attachments information for V7 dgn file

$
0
0

[quote user="Artem bursuk"]I'm pretty sure none of pointers controlled by me is null[/quote]

Ah, the confident cry of the eternal programmer!

That's what ASSERT will confirm for you.

Also, classes that inherit from RefCounted have an .IsValid() member..

file = DgnFile::Create(...);
ASSERT (file.IsValid());


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>