One message of this thread mentioned C++ complains about using a private method 
of wxString. That error message normally means that a function expects totally 
different types of arguments than it gets from the current code.

If you allow the system to automatically convert everything to wxString and 
wxString to everything else without that causing an error you can call all 
versions of all functions with all types of arguments in any order without 
causing any error any more. But calling that function with those arguments 
still won't make any sense.p

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/FA4DF325-D249-481E-9A14-3954F735C257%40gmail.com.

Reply via email to