dubae524
Jun 24th, 2002, 07:45 PM
Hey.
In a console app, I included like this:
#include <windows.h>
#include <iostream>
I used the MessageBox call, worked fine for me.
However, I tried to call the SHBrowseForFolder function, and the thing said that the function wasn't defined. Nor was LPBROWSEINFOW defined. I tried the same with GetOpenFileName and GetSaveFileName it said it wasn't defined.
Do you know what to do about this?
In a console app, I included like this:
#include <windows.h>
#include <iostream>
I used the MessageBox call, worked fine for me.
However, I tried to call the SHBrowseForFolder function, and the thing said that the function wasn't defined. Nor was LPBROWSEINFOW defined. I tried the same with GetOpenFileName and GetSaveFileName it said it wasn't defined.
Do you know what to do about this?