D
David Hardek
I am trying to use "FolderBrowserDialog". I copied the
code out of the online help (VC++) and put it into a
file. I can compile this file, but when I try and use the
class I get a a C3828 error (Placement arguements not
allowed when using managed classes ...). I looked at the
online help and it looks like my code matches what it says.
The following is the line that is causing the grief, and I
don't think I am using placemnt arguements in this line?
FolderBrowserDialogExampleForm *folderBrowseDialog = new
FolderBrowserDialogExampleForm();
My project was based on a Visual C++ application, not a
windows form application, but I did turn on the /clr
compiler option and I believe I have all the approrpriate
#using included.
code out of the online help (VC++) and put it into a
file. I can compile this file, but when I try and use the
class I get a a C3828 error (Placement arguements not
allowed when using managed classes ...). I looked at the
online help and it looks like my code matches what it says.
The following is the line that is causing the grief, and I
don't think I am using placemnt arguements in this line?
FolderBrowserDialogExampleForm *folderBrowseDialog = new
FolderBrowserDialogExampleForm();
My project was based on a Visual C++ application, not a
windows form application, but I did turn on the /clr
compiler option and I believe I have all the approrpriate
#using included.