PDA

View Full Version : [Q] Write DLL Resource file in Visual Studio


schreda
1st October 2008, 04:46 PM
Hi,

I have Visual Studio 2005 and i want to create a DLL that includes resources like Icons and bitmaps, so i made one and tried to compile and create the DLL (Used C++) and it gives me the error error LNK2001:.....
I thought that i must use ARM Platform or Pocket PC, because on the Project Properties is Win32 set as Platform!

Sorry i never used Visual Studio ;-)

idsk
1st October 2008, 06:02 PM
yes if you want to compile it for pocket pc, you got to change the platform
if you only got win32, maybe you didn't install the windows mobile SDK (you will find it in microsoft website, wm6 is the lastest i think)
you got to install it, then you choose the WM platform before compile