SetClipboardViewer
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
in OnInitDialog, SetClipboardViewer() crash my app only in release mode any ideas ? thanks:rose:
adara wrote: in OnInitDialog, SetClipboardViewer() crash my app only in release mode any ideas ? How did you find out that it was SetClipboardViewer() ? The function returns NULL when it fails, but usually does not crash the app, unless you are doing something related to it just after. So I´m wondering :confused: ... Could you post a code sample about how you use it ? ~RaGE();