comdlg32 Questions
8
I have Windows 7, 64-bit.
I'm trying to register a .dll (comdlg32.dll) using regsvr32. But I get an error that says the dll is read but the DLLRegistryServer entry point is not found.
I have run ...
Coralyn asked 18/12, 2012 at 10:50
0
I'm developing a new software in Qt but since a few days I get some confusing error messages when I run the project:
mincore\com\oleaut32\dispatch\ups.cpp(2128)\OLEAUT32.dll!75FEEF12: (calle...
Milklivered asked 12/6, 2017 at 10:3
1
Solved
I need to get the number of columns in a list control in report mode.
Right now I'm sending a LVM_GETCOLUMN with increasing column number until SendMessage returns FALSE:
int col;
for (col = 0;; ...
1
I'm trying to use the native Windows file dialog in Java, using JNA to call the comdlg32 function GetOpenFileName. I've made a static method, OpenFileDialog.display that looks like this:
public st...
1
© 2022 - 2024 — McMap. All rights reserved.