Hallo Leute
Ich habe hier eine Funktion, die heisst CoFileTimeToDosDateTime(), die ist in objbase.h. Ich kriege aber den „unresolved“-Fehler, d.h. die Lib-Datei fehlt. Kann mir die jemand sagen, welche das ist, oder noch besser: gibt es eine Webseite, wo man sich die raussuchen kann (am besten alle).
Meine Suche auf MSDN und mingw.org war erfolglos.
Weiss jemand was?
mfG
Martin
Hallo,
steht doch alles in der MSDN.
CoFileTimeToDosDateTime function
Converts a FILETIME into MS-DOS date and time values.
Note This function is provided for compatibility with 16-bit Windows.
Minimum supported client: Windows 2000 Professional [desktop apps only]
Header: Objbase.h
Library: Ole32.lib
Nico
Hallo,
steht doch alles in der MSDN.
Library: Ole32.lib
Das fand ich eben nicht - seltsam. Aber jetzt klappt es ja.
Danke dir.
mfG
Martin
Das fand ich eben nicht - seltsam. Aber jetzt klappt es ja.
Stimmt, war schwer zu finden:
http://bit.ly/1lwGZj3
Günther