Can I use resource file(*.rc,*.res) in D under Win32 API?
    Sam Hu 
    samhudotsamhu at gmail.com
       
    Fri Sep 11 03:00:35 PDT 2009
    
    
  
Greetings to everybody!
As subjected.I use vc++ to generate a very simple dialog resource,and then compiled with rcc.exe accompanied with dmc:
rcc -32 mydialog.rc
it generated mydialog.res file.
In my main win32 SDK source file,I use DialogBox to try to load the dialog,but it failed.
Doesn't  this make sense?Any solutions?
Thanks for your help in advance.
Regards,
Sam
    
    
More information about the Digitalmars-d-learn
mailing list