-2

I am using wxwidgets 2.8.10 with c++ and I am using both windows xp and windows 7.

Is there any function to see if "pdf" software is available in my computer or not by using wxwidgets?

genpfault
  • 51,148
  • 11
  • 85
  • 139

1 Answers1

1

Presumably you want to know whether a PDF viewer is available in order to open a PDF document. And if this is the case, you should just try opening it and then handle the error.

VZ.
  • 21,740
  • 3
  • 39
  • 42